← Back to team overview

dolfin team mailing list archive

Re: libtool

 

Beni Stamm wrote:
>>dyld: Symbol not found: _PETSC_COMM_WORLD
>>  Referenced from: /usr/local/lib/libdolfin.0.dylib
>>  Expected in: flat namespace
>>
>>Trace/BPT trap

ben
1. In order to get it to compile:
Create symlinks to make sure GNU glibtool and glibtoolize are used instead of Mac OS X's broken libtool and libtoolize.

2. In order to get it to run, just like setting GNU/Linux's LD_LIBRARY_PATH, (make sure mpich2/bin, the appropriate python bin and so on are in your path and) set the following: export DYLD_LIBRARY_PATH=/Users/stamm/Work/Fenics/petsc-2.3.1-p13/lib/macosx-gnu-g95
in bash.

Harish



Follow ups

References