[lammps-users] error in compile the last lammps version

Hi all,
In order to use the new commands, which in bug fixes, I installed the new version of lammps, which is lammps-16sep09.
The operations are the same as before,
cd stubs make
cd .. make serial
which will peduce a performable file, lmp_serial.
But, this time ,with the new version, I met some problems at link library. like follows:
/usr/bin/ld: cannot find -lifcore
collect2: ld returned 1 exit status
make[1]: *** […/lmp_serial] Error 1
make[1]: Leaving directory `/export2/home/wn/lammps-16Sep09/src/Obj_serial’
make: *** [serial] Error 2

Which parts should I modify?
Thanks!

—Nwei

See the comment at the top of src/MAKE/Makefile.serial
and comment out the FORTLIB line with a leading #

Steve

2009/9/22 ning wei <[email protected]...>: