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.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Wed Oct 20 2004 - 00:53:01 PDT