[root@megh src]# make Starting installation of Amber8 (serial) at Sat May 6 00:03:30 EDT 2006. mkdir ../exe mkdir: cannot create directory `../exe': File exists make: [serial] Error 1 (ignored) cd lib; make install make[1]: Entering directory `/soft/amber8/src/lib' cpp -traditional -P -I/soft/amber8/src/include new2oldparm.f > _new2oldparm.f ifort -c -w95 -mp1 -O0 -o new2oldparm.o _new2oldparm.f cpp -traditional -P -I/soft/amber8/src/include nxtsec.f > _nxtsec.f ifort -c -w95 -mp1 -O0 -o nxtsec.o _nxtsec.f ifort -static -o new2oldparm new2oldparm.o nxtsec.o ld: cannot find -lm make[1]: *** [new2oldparm] Error 1 make[1]: Leaving directory `/soft/amber8/src/lib' make: *** [serial] Error 2