From: <kp...@id...> - 2003-11-24 16:24:04
|
Hi, Thanks for the input on compiling libMesh on OS X. The library compiles and links successfully with --disable-shared, however I can't figure out how to get the examples to work correctly. I used ranlib on the contributed libraries to generate a table of contents, which seemed to work; however, when I run this on libmesh.a I get error messages saying that: - several objects contain no symbols - there are multiple references of at least one symbol I am using OS X 10.3 and GCC 3.3. Any thoughts on how to fix this would be welcome! Thanks Kyle Passarelli |