This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Solaris -vs- iconv
- To: Jeff Sturm <jsturm at one-point dot com>
- Subject: Re: Solaris -vs- iconv
- From: Tom Tromey <tromey at redhat dot com>
- Date: 31 Mar 2001 12:03:25 -0700
- Cc: java at gcc dot gnu dot org
- References: <Pine.LNX.4.10.10103311059060.867-100000@mars.deadcafe.org>
- Reply-To: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
>> We could disable iconv() support on Solaris. That would "work".
Jeff> OK, so put something in configure.host?
Actually you would need to modify gcc/gcc/configure.in to have a more
complex check for iconv.
Tom