This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: libgcj and latest egcs snapshot?
>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
Bryce> Another case of the c++ compiler being changed to be more
Bryce> anal... err, complete ;-)
I haven't been following this.
What are we going to do about systems like SunOS, where we don't have
prototypes for all the functions we use?
We could introduce configury to deal with this, but that is tedious
and ugly.
We could compile with -fpermissive, but that is also not really good.
Tom