Hi, I'm trying to build libmesh with gcc 4.3.1 I am able to build it with gcc 4.1.2, but I need the 4.3.1 gfortran compiler.
below is a diff between $(LIBMESH_DIR)/include/base/libmesh_config.h file when building libmesh with gcc 4.1.2 and gcc 4.3.1 with gcc 4.1.2 the preprocessor variable HAVE_GCC_ABI_DEMANGLE is defined but it is undefined when building with gcc 4.3.1 I believe this is causing undefined references to "print_trace" in $(LIBMESH_DIR)/src/base/print_trace.h and I cannot link $(LIBMESH_DIR)/bin/amr Has anyone been able to build libmesh w/ gcc 4.3.1? Thank you very much, David Fuentes -------------------------------------------------------------- prophecy$ diff libmesh_r2959-gcc_4.3.1-mpich2_1.0.7-dbg/include/base/libmesh_config.h libmesh_r2959-gcc_4.1.2-mpich2_1.0.7-dbg/include/base/libmesh_config.h 69c69 < /* #undef HAVE_GCC_ABI_DEMANGLE */ --- > #define HAVE_GCC_ABI_DEMANGLE 1 207c207 < #define LIBMESH_CONFIGURE_INFO "./configure run on Fri Aug 8 15:15:48 CDT 2008" --- > #define LIBMESH_CONFIGURE_INFO "./configure run on Fri Aug 8 15:47:37 CDT 2008" ------------------------------------------------------------------------- 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
