Problem: src/antechamber/bondtype.C fails to compile. The error message says
that it can't find the vector header file "#include <vector>", although the
vector and vector.h are in /usr/include/g++-3/vector.
The command from the makefile is:
g++ -c -o bondtype.o bondtype.C
When I add a "-I/usr/include/g++-3" to g++, I get the same error. Also,
creating a symlink from /usr/include/c++/3.3.3 /usr/include/g++-3 doesn't
help.
The system is Redhat 7.3 w/ ifort, icc, and the Gnu c/c++ compilers installed.
Attatched is the error output. Any help would be much appreciated.
Sincerely,
Eric Mullins
Graduate Research Assistant
Chemical Engineering (0211)
Virginia Polytechnic Institute and State University
Blacksburg, VA 24060
pmullins.vt.edu
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Fri Apr 22 2005 - 19:53:00 PDT