GCJ/minGW produced executables and linux/wine
Erik Poupaert
erik.poupaert@chello.be
Sun Mar 2 13:46:00 GMT 2003
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?
More information about the Java
mailing list