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

These are now readily available in the latest and the greatest
w32api (version 2.3) package for MinGW:

http://prdownloads.sourceforge.net/mingw/w32api-2.3.tar.gz

Ranjit.


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