AMBER Archive (2004)

Subject: Re: AMBER: A question on AMBER8 installation

From: David A. Case (case_at_scripps.edu)
Date: Tue Oct 19 2004 - 18:27:08 CDT


On Tue, Oct 19, 2004, Hwankyu Lee wrote:

> When I typed "make install" in /src/antechamber/, I got an error like below.
>
> ----------------
> icc bondtype.o -lm -o bondtype
> bondtype.o(.text+0x7648): In function `process_penalties(std::vector<Point, std:

....

It looks(?) like you have modified the standard config.h file, since we specify
using gcc not icc as the C/C++ compiler. I would first recommend trying the
standard route.

The problem is likely that bondtype.C is a C++ program, not a C-program, and
there is probably some additional flag necessary to link such a code. Maybe
some icc expert can help out here.

...dac

-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu