Hi all I'm compiling GCC 4.3.1 on FreeBSD 7.0 and I get following error: libtool: compile: gcc/xgcc -shared-libgcc -B./gcc -nostdinc++ ... -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -O2 -g -g -O2 -c ctype_members.cc -fPIC -DPIC -o .libs/ctype_members.o ctype_members.cc:136: error: redefinition of 'bool std::ctype<wchar_t>::do_is(long unsigned int, wchar_t) const' Please note, from the above "libtool: compile:" line -B, -L, -I lines were removed to make a summary. What caused this error? I can provide more info on this. Kind regards Unga