2011/2/11 Roy Stogner <[email protected]> > If they balk and you're stuck having to build a statically-linking > libmesh.a, then as a workaround try building libMesh with > "METHOD=prof". Someone correct me if I'm wrong, but I think that > should give you a static library, so you'll at least be able to link > applications against non-PositionIndependentCode dependencies. >
It's a lot easier than that. Just configure libmesh with "./configure --disable-shared" Derek ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
