problema con freefem++
Inviato: lunedì 24 novembre 2008, 18:48
ciao a tutti,
sto provando a installare freefem++ (scaricato dal sito ufficiale) ma quando faccio make mi da degli errori. ho guardato su una discussione precedente in cui si parlava di un problema praticamente identico al mio ma non sono riuscito a venirne a capo... vi posto quello che viene fuori quando faccio ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking how to get verbose linking output from f77... configure: WARNING: cannot determine how to obtain linking information from f77
checking for Fortran libraries of f77...
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for pthread_create in -lpthread... yes
checking wether we are on a MacIntosh... no
checking wether we are on SunOS... no
checking wether we are on Microsoft Windows... no
checking whether to generate debugging information... no
checking whether the C compiler accepts -O3... yes
checking whether the C++ compiler accepts -O3... yes
checking whether the Fortran 77 compiler accepts -O3... yes
checking whether the C compiler accepts -mmmx... yes
checking whether the C++ compiler accepts -mmmx... yes
checking whether the Fortran 77 compiler accepts -mmmx... yes
checking whether the C compiler accepts -msse... yes
checking whether the C++ compiler accepts -msse... yes
checking whether the Fortran 77 compiler accepts -msse... yes
checking whether the C compiler accepts -msse2... yes
checking whether the C++ compiler accepts -msse2... yes
checking whether the Fortran 77 compiler accepts -msse2... yes
checking suffix to add to package name... none
checking wether we can compile for X11... yes
checking how to run the C++ preprocessor... g++ -E
checking for X... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking OpenGL/gl.h usability... no
checking OpenGL/gl.h presence... no
checking for OpenGL/gl.h... no
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
checking add suffix ... yes
checking for mpiCC... no
checking for arit_zero in -lcadnafree... no
checking /home/enrico/Scrivania/freefem++-2.24-2/download/cadna/cadnafree.h usability... no
checking /home/enrico/Scrivania/freefem++-2.24-2/download/cadna/cadnafree.h presence... no
checking for /home/enrico/Scrivania/freefem++-2.24-2/download/cadna/cadnafree.h... no
configure: without cadna *****
checking for fftw_execute in -lfftw3... no
checking fftw3.h usability... no
checking fftw3.h presence... no
checking for fftw3.h... no
checking for fftw_execute in -lfftw3... (cached) no
checking for fftw3.h... (cached) no
checking for daxpy_ in -framework vecLib... no
checking for daxpy_ in -lblas... no
checking for daxpy_ in -L/usr/lib/atlas -lblas... no
checking for daxpy_ in -lf2c... no
checking for daxpy_ in -lf77blas... no
checking for daxpy_ in -latlas... no
checking for daxpy_ in -lgslcblas... no
checking for lapack in LIBS ... no
configure: -- NO ARPACK -- wget: no
configure: -- NOT UMFPACK ff_wget = no
checking for asinh... yes
checking for acosh... yes
checking for atanh... yes
checking for getenv... yes
checking for jn... yes
checking for erfc... yes
checking for tgamma... yes
checking for second_... no
checking for libtool... yes
checking for dlfcn.h... yes
checking for dlinfo in -ldl... yes
checking whether dlopen links ok... yes
checking whether the C++ compiler accepts -rdynamic... yes
checking for latex... yes
checking for makeindex... yes
checking for dvips... yes
checking for pdf2ps... yes
checking for epstopdf... no
checking for convert... no
checking for pdflatex... yes
checking for fltk-config... no
checking that FLTK is compiled with threads... no
configure: not using default FLTK because it does not know threads
checking flex compatibility with bison... yes
checking kernel version... 2.6.27
checking libc version... libc-2.8.90
configure: creating ./config.status
config.status: creating Makefile
config.status: creating download/Makefile
config.status: creating download/blas/Makefile
config.status: creating download/arpack/Makefile
config.status: creating download/umfpack/Makefile
config.status: creating download/fltk/Makefile
config.status: creating src/Makefile
config.status: creating src/bamglib/Makefile
config.status: creating src/Graphics/Makefile
config.status: creating src/femlib/Makefile
config.status: creating src/Algo/Makefile
config.status: creating src/lglib/Makefile
config.status: creating src/fflib/Makefile
config.status: creating src/std/Makefile
config.status: creating src/x11/Makefile
config.status: creating src/ide/Makefile
config.status: creating src/nw/Makefile
config.status: creating src/mpi/Makefile
config.status: creating src/agl/Makefile
config.status: creating src/glx/Makefile
config.status: creating src/bamg/Makefile
config.status: creating src/bin-win32/Makefile
config.status: creating examples++/Makefile
config.status: creating examples++-eigen/Makefile
config.status: creating examples++-tutorial/Makefile
config.status: creating examples++-mpi/Makefile
config.status: creating examples++-load/Makefile
config.status: creating examples++-chapt3/Makefile
config.status: creating examples++-bug/Makefile
config.status: creating examples++-other/Makefile
config.status: creating DOC/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: freefem++ used download :
configure: -- Dynamic load facility: yes
configure: -- ARPACK (eigen value): no
configure: -- UMFPACK (sparse solver) no
configure: -- BLAS no
configure: -- FLTK (ide package) no
configure: -- with X11 no
configure: -- with MPI no
configure: progs: FreeFem++-nw bamg cvmsh2
grazie mille se qualcuno ha voglia di darmi una mano!
ciao!
sto provando a installare freefem++ (scaricato dal sito ufficiale) ma quando faccio make mi da degli errori. ho guardato su una discussione precedente in cui si parlava di un problema praticamente identico al mio ma non sono riuscito a venirne a capo... vi posto quello che viene fuori quando faccio ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... ranlib
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking how to get verbose linking output from f77... configure: WARNING: cannot determine how to obtain linking information from f77
checking for Fortran libraries of f77...
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for pthread_create in -lpthread... yes
checking wether we are on a MacIntosh... no
checking wether we are on SunOS... no
checking wether we are on Microsoft Windows... no
checking whether to generate debugging information... no
checking whether the C compiler accepts -O3... yes
checking whether the C++ compiler accepts -O3... yes
checking whether the Fortran 77 compiler accepts -O3... yes
checking whether the C compiler accepts -mmmx... yes
checking whether the C++ compiler accepts -mmmx... yes
checking whether the Fortran 77 compiler accepts -mmmx... yes
checking whether the C compiler accepts -msse... yes
checking whether the C++ compiler accepts -msse... yes
checking whether the Fortran 77 compiler accepts -msse... yes
checking whether the C compiler accepts -msse2... yes
checking whether the C++ compiler accepts -msse2... yes
checking whether the Fortran 77 compiler accepts -msse2... yes
checking suffix to add to package name... none
checking wether we can compile for X11... yes
checking how to run the C++ preprocessor... g++ -E
checking for X... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking OpenGL/gl.h usability... no
checking OpenGL/gl.h presence... no
checking for OpenGL/gl.h... no
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
checking add suffix ... yes
checking for mpiCC... no
checking for arit_zero in -lcadnafree... no
checking /home/enrico/Scrivania/freefem++-2.24-2/download/cadna/cadnafree.h usability... no
checking /home/enrico/Scrivania/freefem++-2.24-2/download/cadna/cadnafree.h presence... no
checking for /home/enrico/Scrivania/freefem++-2.24-2/download/cadna/cadnafree.h... no
configure: without cadna *****
checking for fftw_execute in -lfftw3... no
checking fftw3.h usability... no
checking fftw3.h presence... no
checking for fftw3.h... no
checking for fftw_execute in -lfftw3... (cached) no
checking for fftw3.h... (cached) no
checking for daxpy_ in -framework vecLib... no
checking for daxpy_ in -lblas... no
checking for daxpy_ in -L/usr/lib/atlas -lblas... no
checking for daxpy_ in -lf2c... no
checking for daxpy_ in -lf77blas... no
checking for daxpy_ in -latlas... no
checking for daxpy_ in -lgslcblas... no
checking for lapack in LIBS ... no
configure: -- NO ARPACK -- wget: no
configure: -- NOT UMFPACK ff_wget = no
checking for asinh... yes
checking for acosh... yes
checking for atanh... yes
checking for getenv... yes
checking for jn... yes
checking for erfc... yes
checking for tgamma... yes
checking for second_... no
checking for libtool... yes
checking for dlfcn.h... yes
checking for dlinfo in -ldl... yes
checking whether dlopen links ok... yes
checking whether the C++ compiler accepts -rdynamic... yes
checking for latex... yes
checking for makeindex... yes
checking for dvips... yes
checking for pdf2ps... yes
checking for epstopdf... no
checking for convert... no
checking for pdflatex... yes
checking for fltk-config... no
checking that FLTK is compiled with threads... no
configure: not using default FLTK because it does not know threads
checking flex compatibility with bison... yes
checking kernel version... 2.6.27
checking libc version... libc-2.8.90
configure: creating ./config.status
config.status: creating Makefile
config.status: creating download/Makefile
config.status: creating download/blas/Makefile
config.status: creating download/arpack/Makefile
config.status: creating download/umfpack/Makefile
config.status: creating download/fltk/Makefile
config.status: creating src/Makefile
config.status: creating src/bamglib/Makefile
config.status: creating src/Graphics/Makefile
config.status: creating src/femlib/Makefile
config.status: creating src/Algo/Makefile
config.status: creating src/lglib/Makefile
config.status: creating src/fflib/Makefile
config.status: creating src/std/Makefile
config.status: creating src/x11/Makefile
config.status: creating src/ide/Makefile
config.status: creating src/nw/Makefile
config.status: creating src/mpi/Makefile
config.status: creating src/agl/Makefile
config.status: creating src/glx/Makefile
config.status: creating src/bamg/Makefile
config.status: creating src/bin-win32/Makefile
config.status: creating examples++/Makefile
config.status: creating examples++-eigen/Makefile
config.status: creating examples++-tutorial/Makefile
config.status: creating examples++-mpi/Makefile
config.status: creating examples++-load/Makefile
config.status: creating examples++-chapt3/Makefile
config.status: creating examples++-bug/Makefile
config.status: creating examples++-other/Makefile
config.status: creating DOC/Makefile
config.status: creating config.h
config.status: executing depfiles commands
configure: freefem++ used download :
configure: -- Dynamic load facility: yes
configure: -- ARPACK (eigen value): no
configure: -- UMFPACK (sparse solver) no
configure: -- BLAS no
configure: -- FLTK (ide package) no
configure: -- with X11 no
configure: -- with MPI no
configure: progs: FreeFem++-nw bamg cvmsh2
grazie mille se qualcuno ha voglia di darmi una mano!
ciao!