This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: WIN-28.1: fix POSIX file descriptor numbering assumptions


Adam Megacz wrote:

>Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
>
>>I havn't seen this. Does it occur on mingw only?
>>
>
>Argh, gcj was looking in my $CLASSPATH (which I set in my .bashrc) --
>the goofy thing is that I've had the Sun JDK in my $CLASSPATH for
>years now -- did GCJ just recently start paying attention to it?
>
>IMHO, while building itself, gcj should ignore $CLASSPATH.
>

Yes, there have recently been changes here. It should ignore $CLASSPATH 
if the -bootclasspath option is used. For a short while after the 
compiler patch was checked in the Makefile.am was not using -bootclasspath.

Do you know if this was happening with a build which was using the 
-bootclasspath option, or was your Makefile checked out during the 
window where it was broken?

Bryce.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]