This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GCJ/minGW produced executables and linux/wine
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: <java at gcc dot gnu dot org>
- Date: Sun, 2 Mar 2003 14:44:44 +0100
- Subject: 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?