On Thu, Jun 10, 2010, Gustaf Olsson wrote:
> make install
> 
> I recieve this error:
> 
> make: *** No rule to make target `install'.  Stop.
Look the the amber11/AmberTools/src/Makefile.  The top few lines should look
like this:
---------------------------------------------------------------------------
#   top-level $(MAKE)file for the AmberTools suite of programs
AMBERTOOLS=AmberTools, version 1.4
CONFIG_FILE=config.h
CONFIG_COMMAND=./configure
PARALLEL_TOKEN=DMPI
include $(CONFIG_FILE)
install: serial
---------------------------------------------------------------------------
Does your file look like this?  Has it been changed at all from what was
downloaded? It should not be empty.
....dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Thu Jun 10 2010 - 05:00:05 PDT