This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: 3.3 configure static
> You mean using --disable-shared? Or something else?
When I try to configure with the same configuration as Mohan's download for mingw, it
doesn't work on linux:
rename spec lib to liborig
Configured with: ... --disable-shared -disable-multilib --enable-libgcj ...
gcc version 3.3 20030409
> Does linking -static on Linux not work for you?
The option -static goes to far. For example, I don't want to link the Gtk2
dependencies for SWT statically. The option -static is really too wholesale.
The way Mohan's build is configured for minGW, is exactly what I would need for Linux
too. I cannot reproduce the configuration on Linux, however. I get abnormal
termination messages in the executable, if I do that.