After installing ibm f90 and c compilers (and ./compile macosx; make
serial), the compilation is uneventful until I get to nmr_aux:
cd nmr_aux; make install
cd prepare_input; make clean ; make install
/bin/rm *.o _*.f makeDIST_RST makeANG_RST makeSHF.cp makeCHIR_RST.cp \
makeDIP_RST.protein.cp makeDIP_RST.dna.cp
rm: *.o: No such file or directory
rm: _*.f: No such file or directory
rm: makeDIST_RST: No such file or directory
rm: makeANG_RST: No such file or directory
rm: makeSHF.cp: No such file or directory
rm: makeCHIR_RST.cp: No such file or directory
rm: makeDIP_RST.protein.cp: No such file or directory
rm: makeDIP_RST.dna.cp: No such file or directory
make[2]: [clean] Error 1 (ignored)
xlc -c -O2 -Ddspev=dspev_ -DCLINK_PLAIN -o makeDIST_RST.o
makeDIST_RST.c
xlc -o makeDIST_RST makeDIST_RST.o -lm
/usr/bin/ld: can't open: NULL (No such file or directory, errno = 2)
make[2]: *** [makeDIST_RST] Error 1
make[1]: *** [install] Error 2
make: *** [serial] Error 2
Any suggestions would be welcome.
-----------------
Mark H. Schofield
Visiting Associate Professor of Chemistry
Haverford College
370 Lancaster Avenue
Haverford, PA 19041-1336
Phone: (610) 896-1388
Fax: (610) 896-4963
http://www.haverford.edu/chem/Schofield/
-----------------
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Fri Aug 26 2005 - 17:53:00 PDT