On Thu, Jun 26, 2003, Yichen Cao wrote:
>
> Is it possible to install Amber 6 on RH Linux 9? I tried but I got the
> following information: (I used Machine.g77)
> **********************************************
> mkdir ../exe
> mkdir: cannot create directory `../exe': File exists
> make: [install] Error 1 (ignored)
> cd addles; make install
> make[1]: Entering directory `/home/yami/softwares/amber6/src/addles'
> cd ../lib; ./Makelist ../lib/random.o ../lib/mexit.o
> make[2]: Entering directory `/home/yami/softwares/amber6/src/lib'
> make[2]: `random.o' is up to date.
> make[2]: Leaving directory `/home/yami/softwares/amber6/src/lib'
> make[2]: Entering directory `/home/yami/softwares/amber6/src/lib'
> make[2]: `mexit.o' is up to date.
> make[2]: Leaving directory `/home/yami/softwares/amber6/src/lib'
> ../Compile LOAD -o addles lesmain.o addspace.o readprm.o writprm.o readcrd.o writcrd.o pick.o rline.o nxt.o intgr.o find.o of.o geti.o unit.o getc.o alert.o echo.o get4c.o getd.o wlesprm.o lesprm.o les2prm.o checksz.o ../lib/random.o ../lib/mexit.o
> g77 -O6 -o addles lesmain.o addspace.o readprm.o writprm.o readcrd.o writcrd.o pick.o rline.o nxt.o intgr.o find.o of.o geti.o unit.o getc.o alert.o echo.o get4c.o getd.o wlesprm.o lesprm.o les2prm.o checksz.o ../lib/random.o ../lib/mexit.o -lm
> lesmain.o: file not recognized: Bad value
The above just says that lesmain.o (which was already present) is a bad
file. It doesn't say how lesmain.o got created. Was there some previous
compilation with a different compiler or system?
Try this in the $AMBERHOME/src direcctory:
make clean
cd addles
make install
See what errors (if any) you get.
...good luck...dac
--
==================================================================
David A. Case | e-mail: case.scripps.edu
Dept. of Molecular Biology, TPC15 | fax: +1-858-784-8896
The Scripps Research Institute | phone: +1-858-784-9768
10550 N. Torrey Pines Rd. | home page:
La Jolla CA 92037 USA | http://www.scripps.edu/case
==================================================================
Received on Thu Jun 26 2003 - 18:53:01 PDT