Compiling NWChem on mac laptop w/ lion
Click here for full thread
Forum Vet
6:19:12 PM PDT - Fri, Sep 7th 2012
Randall,
Here is a way to fix your link problem
Edit $NWCHEM_TOP/src/config/makefile.h, change line 1958
from
LDOPTIONS = -Wl,--export-dynamic
to
# LDOPTIONS = -Wl,--export-dynamic
Then, relink typing
make FC=gfortran link