Bug on Solaris 2.7 (no fabsf)

Tom Tromey tromey@redhat.com
Thu Jan 11 08:59:00 GMT 2001


>>>>> "Martin" == Martin Kahlert <martin.kahlert@infineon.com> writes:

Martin> Unfortunately the resulting gcj complains about an unknown encoding:

Martin> ~/Hello: gcj -o main --main=hello hello.java
Martin> hello.java:0: unknown encoding: `646'
Martin> Please submit a full bug report.
Martin>  See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.

This probably means that your locale claims its encoding is `646', but
your system's iconv() doesn't recognize that encoding (or more likely,
that name for the encoding).

One fix for you would be to specify your encoding by hand, eg:

    gcj --encoding=UTF-8 ...

Tom


More information about the Java mailing list