Christopher Faylor wrote: >On Thu, Jul 11, 2002 at 12:37:18PM +1000, Billinghurst, David (CRTS) wrote: > >>I think you need to configure with >> >> --enable-nls \ >> --without-included-gettext \ >> > >Yup. I do. > >Maybe it's a cross-build thing. > Chris,
After examining the configure file in gcc/gcc/, I noticed an option which might help: --with-libiconv-prefix=DIR search for libiconv in DIR/include and DIR/lib So you'll want to point that at the prefix of wherever you installed the cygwin libintl/libiconv. You might also considier adding: --enable-c-mbchar enable multibyte characters for C and C++ I hope this helps! Cheers, Nicholas
