This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Static linking with JNI-Libs possible?
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: "Ranjit Mathew" <rmathew at hotmail dot com>
- Cc: "Clemens Eisserer" <linuxhippy at web dot de>,<java at gcc dot gnu dot org>
- Date: Wed, 16 Apr 2003 14:35:16 +0200
- Subject: RE: Static linking with JNI-Libs possible?
>>>>> 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 ...