------- Additional Comments From wanderer at rsu dot ru 2005-01-31 16:59 ------- I found problem:
At FreeBSD intl.h placed in /usr/local/include and gcc 3.4.* not search by default /usr/local/include for system headers (I check this for system compiler gcc version 3.4.2 [FreeBSD] 20040728 and gcc 3.4.3) gcc/intl/configure check intl.h by run test with command line: gcc -o conftest -g -O2 conftest.c 1>&5 and fail. As result if gcc 4.0 bootstrap using gcc 3.4.* we have gcc 4.0 with disabled intl support :((( -- What |Removed |Added ---------------------------------------------------------------------------- CC| |ljrittle at gcc dot gnu dot | |org, pinskia at gcc dot gnu | |dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19656