This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Compile errors in libgcj while building cross-compiler for MinGW
- From: Tom Tromey <tromey at redhat dot com>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org, konqueror at gmx dot de
- Date: 09 Jan 2003 12:19:54 -0700
- Subject: Re: Compile errors in libgcj while building cross-compiler for MinGW
- References: <atqino$hgl$1@main.gmane.org> <augnvh$v3n$1@main.gmane.org><87y967t82r.fsf@fleche.redhat.com> <86bs2s97ud.fsf@nowhere.com>
- Reply-to: tromey at redhat dot com
>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:
Adam> I would greatly prefer to simply break off the Win32 socket
Adam> stuff into Win32SocketImpl.java, just like we do with filesystem
Adam> stuff. The Win32 sockets stuff superficially appears to be
Adam> BSD-compatible, but it's not.
This sounds like a good plan to me.
We can also put the disable-java.net code into its own files as well.
Incidentally I've noticed there is still some unix-centric code in
File.java. Do you Win32 guys want PRs for this? I think
getAbsolutePath() is probably buggy, getParent() definitely is, and
toURL() definitely is (it needs to change the separator).
Tom