This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: 3.0.1 PATCH: Allow java/net/natPlainDatagramSocketImpl.cc to compile on Tru64 UNIX V5.1
>>>>> "Rainer" == Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> writes:
Rainer> cc1: Unrecognized option `-fencoding=UTF-8'
Rainer> collect2: gcc returned 1 exit status
Rainer> So -fencoding is passed (via COLLECT_GCC_OPTIONS) to the gcc
Rainer> invoked by collect2. I don't understand the code in gcc.c
Rainer> enough to suggest a fix, though.
Me neither. I don't really know anything about collect2.
Do you know who does? This should be reported so that it can be
fixed.
Tom