This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: args[0] problem
- From: Tom Tromey <tromey at redhat dot com>
- To: "HEINECKE Johannes FTRD/DMI/LAN" <johannes dot heinecke at rd dot francetelecom dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: 21 Aug 2002 10:21:01 -0600
- Subject: Re: args[0] problem
- References: <007A0930082DC2489388F6741D9F81308CBA21@lanmhs30.rd.francetelecom.fr>
- Reply-to: tromey at redhat dot com
>>>>> "Johannes" == HEINECKE Johannes FTRD/DMI/LAN <johannes.heinecke@rd.francetelecom.com> writes:
Johannes> I have just compiled and installed succesfully gcc/gcj 3.2
Johannes> on a solaris 2.8 box. gcj works fine but the first argument
Johannes> of command line arguments in java-main functions is prefixed
Johannes> a '?',
This works fine on Linux.
What locale are you using? I suspect a bug in either the system iconv
or in our iconv wrapper code.
Tom