This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: RMI problem
- From: Andrew Haley <aph at redhat dot com>
- To: "Amir Bukhari" <ufz6 at rz dot uni-karlsruhe dot de>
- Cc: <java at gcc dot gnu dot org>
- Date: Thu, 26 May 2005 18:58:38 +0100
- Subject: RE: RMI problem
- References: <17045.40866.782931.982155@zapata.pink><200505261524.j4QFOwKc032340@mx3.redhat.com>
Amir Bukhari writes:
>
> I am using GCJ 4.0 build for MinGW for Windows.
Ah, Windows. There are problems with gcj for Windows, because it
doesn't support building DLLs, and you really need functional shared
library semantics to make this sort of stuff work in general.
There are some hacks that the Windows people use to make this work,
and perhaps if one of them is listening they could shout out.
Andrew.