On Tue, Oct 16, 2012, Maria Ana Castro wrote:
> I had the same problems when installing amber on Mac OS X 10.8 and,
> although it worked to add the extra line in *
> AMBERHOME/AmberTools/src/leap/src/leap,** *I'm still stuck with the
> following error:
>
>
> (cd leap && make install )
> Compiling basic programs
> cd src/leap && make installteLeap
> gcc -c -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> -DBINTRAJ -o basics.c
You don't say what "extra line" you added (or where you added it), but it
looks like the Makefile in AMBERHOME/AmberTools/src/leap/src/leap is
broken. I'm guessing you have lines in the beginning that look like this:
.c.o:
$(CC) -c -I$(XHOME)/include $(CFLAGS) $(AMBERCFLAGS) -o $. $<
but that the variable ("$.") that follows the "-o" flag is somehow garbled.
....dac
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Tue Oct 16 2012 - 19:00:04 PDT