Hi All,

I want to check the system assembly performance with svn libMesh. But make
error:

....
--- Building libHilbert ---------------------
make[2]: Entering directory `/home/xsl/code/cvs_libmesh/contrib/libHilbert'
Compiling C++ (in debug mode) src/BigBitVec.C...
Compiling C++ (in debug mode) src/FixBitVec.C...
Compiling C++ (in debug mode) src/hilbert_mpi_ops.C...
Compiling C++ (in debug mode) src/Hilbert.C...
Linking
/home/xsl/code/cvs_libmesh/contrib/lib/i686-pc-linux-gnu_dbg/libHilbert.so
make[2]: Leaving directory `/home/xsl/code/cvs_libmesh/contrib/libHilbert'

----------------------------------------------
----- Done Building Contributed Packages -----
----------------------------------------------
make[1]: Leaving directory `/home/xsl/code/cvs_libmesh/contrib'
Building bin/amr
g++: /home/xsl/code/cvs_libmesh/lib/i686-pc-linux-gnu_dbg/libmesh.so: linker
input file unused because linking not done
g++:
/home/xsl/code/cvs_libmesh/contrib/lib/i686-pc-linux-gnu_dbg/liblaspack.so:
linker input file unused because linking not done
g++:
/home/xsl/code/cvs_libmesh/contrib/lib/i686-pc-linux-gnu_dbg/libparmetis.so:
linker input file unused because linking not done
g++:
/home/xsl/code/cvs_libmesh/contrib/lib/i686-pc-linux-gnu_dbg/libmetis.so:
linker input file unused because linking not done
g++:
/home/xsl/code/cvs_libmesh/contrib/lib/i686-pc-linux-gnu_dbg/libsfcurves.so:
linker input file unused because linking not done
g++:
/home/xsl/code/cvs_libmesh/contrib/lib/i686-pc-linux-gnu_dbg/libgzstream.so:
linker input file unused because linking not done
g++:
/home/xsl/code/cvs_libmesh/contrib/tecplot/lib/i686-pc-linux-gnu/tecio.a:
linker input file unused because linking not done
...

I use ./configure --enable-vtk=no
[EMAIL PROTECTED]:~/code/cvs_libmesh$ ./configure --enable-vtk=no
---------------------------------------------
----------- Configuring libMesh -------------
---------------------------------------------
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for mpicxx... mpicxx
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 mpicxx accepts -g... yes
checking for mpicc... mpicc
checking whether we are using the GNU C compiler... yes
checking whether mpicc accepts -g... yes
checking for mpicc option to accept ANSI C... none needed
<<< Configuring library with exception throwing support >>>
<<< C++ compiler is gcc-4.0 >>>
checking how to run the C++ preprocessor... mpicxx -E
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 for short int... yes
checking size of short int... 2
checking for int... yes
checking size of int... 4
checking for long int... yes
checking size of long int... 4
checking for float... yes
checking size of float... 4
checking for double... yes
checking size of double... 8
checking for void *... yes
checking size of void *... 4
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking csignal usability... yes
checking csignal presence... yes
checking for csignal... yes
checking whether the compiler implements namespaces... yes
checking whether the compiler has locale... yes
checking whether the compiler has stringstream... yes
checking whether the compiler supports std::tr1::unordered_map... yes
checking whether the compiler supports std::tr1::unordered_set... yes
checking whether the compiler supports std::unordered_map... no
checking whether the compiler supports std::unordered_set... no
checking whether the compiler supports __gnu_cxx::hash_map... yes
checking whether the compiler supports __gnu_cxx::hash_set... yes
checking whether the compiler supports std::hash_map... no
checking whether the compiler supports std::hash_set... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether the compiler supports GCC C++ ABI name demangling... yes
checking whether the c++ compiler supports glibc backtrace... yes
<<< Configuring library with AMR support >>>
<<< Configuring library with variational smoother support >>>
<<< Configuring library with periodic BC support >>>
<<< Configuring library with higher order p-FEM shapes >>>
checking rpc/rpc.h usability... yes
checking rpc/rpc.h presence... yes
checking for rpc/rpc.h... yes
checking for xdrstdio_create... yes
<<< Configuring library with XDR support >>>
<<< Configuring library with real number support >>>
<<< Configuring library with reference counting support >>>
---------------------------------------------
----- Configuring for optional packages -----
---------------------------------------------
checking for /home/xsl/code/petsc-2.3.3-p7//include/petsc.h... yes
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking how to get verbose linking output from g77... -v
checking for Fortran libraries of g77...
-L/opt/intel/mkl/10.0.1.014/lib/32-L.
-L/usr/lib/gcc/i486-linux-gnu/3.4.6
-L/usr/lib/gcc/i486-linux-gnu/3.4.6/../../../../lib
-L/usr/lib/gcc/i486-linux-gnu/3.4.6/../../.. -L/lib/../lib -L/usr/lib/../lib
-lfrtbegin -lg2c -lm -lgcc_s
<<< Configuring library with PETSc version 2.3.3 support >>>
checking for ./contrib/laspack/lastypes.h... yes
<<< Configuring library with LASPACK version 1.12.3 support >>>
checking for ./contrib/sfcurves/sfcurves.h... yes
<<< Configuring library with SFC support >>>
checking for ./contrib/gzstream/gzstream.h... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzopen in -lz... yes
<<< Configuring library with gzstreams support >>>
checking for bzip2... bzip2
checking for bunzip2... bunzip2
<<< Using bzip2/bunzip2 for writing/reading compressed .bz2 files >>>
checking for ./contrib/tecplot/lib/i686-pc-linux-gnu/tecio.a... yes
checking for ./contrib/tecplot/include/TECIO.h... yes
<<< Configuring library with Tecplot API support >>>
checking for ./contrib/metis/Lib/metis.h... yes
<<< Configuring library with Metis support >>>
checking for ./contrib/parmetis/Lib/parmetis.h... yes
<<< Configuring library with ParMetis support >>>
checking for doxygen... /usr/bin/doxygen
checking for dot... no
<<< Configuring library with TetGen support >>>
<<< Configuring library with Triangle support >>>
<<< Configuring library with GMV support >>>
<<< Configuring library with Netcdf support >>>
<<< Configuring library with Exodus API support >>>
<<< Configuring library with Nemesis API support >>>
<<< Configuring library with libHilbert support >>>
----------------------------------------------
--- Done configuring for optional packages ---
----------------------------------------------
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: creating Make.common
config.status: creating doc/Doxyfile
config.status: creating contrib/bin/libmesh-config
config.status: creating contrib/bin/xda2mgf
config.status: creating contrib/bin/create_libmesh_release
config.status: creating doc/dot
config.status: creating include/base/libmesh_contrib_config.h
config.status: creating include/base/libmesh_config.h
---------------------------------------------
--------- Done Configuring libMesh ----------
---------------------------------------------



-- 
Shengli Xu
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to