This is the mail archive of the java@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: RMI problem


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.


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