This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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 ...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]