Static linking with JNI-Libs possible?
Erik Poupaert
erik.poupaert@chello.be
Wed Apr 16 12:45:00 GMT 2003
>>>>> and making sure that all SWT symbols are properly exported
>>>>> either via an explicit "exports" file or (better) with the
>>>>> latest MinGW binutils snapshot that allows EXEs to export
>>>>> symbols (binutils-2.13.90-20030111):
>>>>>http://prdownloads.sourceforge.net/mingw/binutils-2.13.90-20030111-1.tar.gz
When we tried a few months ago, there was an additional issue in compiling
the native part of SWT with minGW/gcc -- besides exporting symbols from an
EXE. There were a number of *CHEVRONREBAR* symbols missing from the
minGW/gcc header files. You patched the header files to fix it. Unless all
these missing symbols have made it in the meanwhile into the snapshot, it
may still not work ...
More information about the Java
mailing list