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]

GCJ/minGW produced executables and linux/wine


I am toying with the idea to develop on linux for minGW, instead of windows,
and to test the win32 on linux. So, I tried to execute minGW executables on
linux/wine.

For non-SWT executables, it seems to work fine. He seems to try to resolve
libraries from /usr/lib, however, while they're statically included. This
yields a large number of warnings at startup:

Warning: L"/lib/lib-org." not accessible from a configured DOS drive
...

SWT executables bounce on a "unhandled exception",
"err.seh:EXC_DefaultHandling Unhandled exception code c0000096 flags 0 addr
...

Are these problems related to wine, or to libgcj, ltdl, or something in the
executable?


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