The list of output libraries are:
        /Users/Paul/sfw/libmesh/lib/x86_64-apple-darwin12.1.0_opt/libmesh.dylib 
(compatibility version 0.0.0, current version 0.0.0)
        /usr/local/gfortran/lib/libstdc++.6.dylib (compatibility version 7.0.0, 
current version 7.16.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
version 169.3.0)
        /usr/local/gfortran/lib/libgcc_s.1.dylib (compatibility version 1.0.0, 
current version 1.0.0)

To make things simple, I haven't built libmesh with any other libraries. I 
simply run ./configure with --prefix=… and several environmental variables, and 
then just make. Everything seems all right for these two steps, but then I try 
to build an example but it fails. 



On Sep 17, 2012, at 9:49 PM, "Paul T. Bauman" <[email protected]> wrote:

> On Mon, Sep 17, 2012 at 11:44 PM, Paul Hui Sun <[email protected]> wrote:
> I have run this: 
> 
> make run_examples -L /Users/Paul/sfw/libmesh/lib/x86_64-apple-darwin12.1.0_opt
> 
> On Sep 17, 2012, at 9:36 PM, "Paul T. Bauman" <[email protected]> wrote:
>> No. You need to either 1. change directories to where libmesh.dylib is 
>> located and then run the command or 2. provide the full path to 
>> libmesh.dylib to the otool -L command
> I'm inferring from what you posted above that your libmesh install is here: 
> /Users/Paul/sfw/libmesh/lib/x86_64-apple-darwin12.1.0_opt
> 
> Do the following in the shell: otool -L 
> /Users/Paul/sfw/libmesh/lib/x86_64-apple-darwin12.1.0_opt/libmesh.dylib
> 
> Look at the list of libraries and make sure they are consistent with you 
> built libmesh with.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to