On Fri, 9 Oct 2009, Marco Panesi wrote: > Here is what I do. After doing a check-out of the library: > > configure > make > > here is what I get : > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Compiling C++ (in optimized mode) src/base/dof_map.C... > i686-apple-darwin9-g++-4.0.1: -flat_namespace: linker input file unused > because linking not done
I'll copy this to libmesh-users, because there's other Mac users there who might know something about this warning... but it looks like it is just a warning, not an error. The other relevant parts of your build output are: > Linking /usr/local/libmesh/lib/i386-apple-darwin9.7.0_opt/libmesh.dylib and: > Building bin/amr > Building bin/compare > Building bin/grid2grid > Building bin/meshtool Which don't show any errors, so it looks like you're building the library and linking to it successfully. Do a "make run_examples" and make sure that nothing breaks at runtime, but so far it looks like you've got a successful build. --- Roy ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
