On Sun, 01 Aug 2004 11:11:03 -0400
Sam Varshavchik wrote:
Something in your C++ compiler or its libraries is broken.
Check maildir/config.log for the error messages related to the vector header
file probe failure.
This appears to be the case...
configure:5095: checking vector usability
configure:5108: g++ -c -g -O2 -Wall conftest.cc >&5
In file included from /usr/include/g++-v3/bits/stl_algobase.h:71,
from /usr/include/g++-v3/bits/std_vector.h:62,
from /usr/include/g++-v3/vector:31,
from configure:5162:
/usr/include/g++-v3/bits/std_cstring.h:68: `memcpy' is already declared in this
scope
...
When I searched my system for vector, I come up with two:
/usr/include/g++-3/vector
/usr/include/g++-v3/vector
... and the two files are somewhat different.
gcc --version and g++ --version both report 2.96 so there's no
mismatch there... but in trying to figure out what controls the
include path that gets searched, the man pages for gcc/g++ aren't
helping. Can you point me to a better resource on the compiler?
Brenda Bell
Henniker (the only one on earth)
New Hampshire (the state with 5 seasons: black fly, tourist, foliage, ski and
mud)
... but we're not allowed to shoot the tourists :)