Compiling NWChem on mac laptop w/ lion


Click here for full thread
Forum Vet
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