This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libiconv


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]