> Hello,
> I am trying to compile AMBER on linux6.
> I followed following steps:
>
> cp ./Machines/Machine.g77 MACHINE
> then I set the environment in C shell
>
> setenv AMBERHOME /programs/amber/amber6
> then in /program/amber/amber6/src I typed
> following command:
> make install
> Now it is giving following error-
>
> make: *** No rule to make target `install'. Stop.
> Please suggest!
> Thank you
> Monica
>
Hello, you've got a problem with the file name Makefile
in the directory /program/amber/amber6/src.
Have you got it ?
If yes, edit this file. You must find at the line 3 (or elsewhere):
install:
-mkdir ../exe
cd addles; make install
cd sander; make install
cd sander_clas
...
If you have not this line (install:), there is a problem in your Makefile.
Take the original of the Amber package.
best regards.
Nicolas
Received on Wed May 23 2001 - 05:17:56 PDT