win32

Adam Megacz gcj@lists.megacz.com
Thu May 23 14:37:00 GMT 2002


"Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com> writes:
> There are promising reports for linux -> win32 cross-compliation
> but it doesn't work OOTB yet.

Actually, it does work OOTB (as of 3.1). The binaries it produces are
native Win32 binaries which do not require the Cygwin POSIX-to-Win32
translation layer DLL.

  ../gcc/configure \
                   --prefix=$PREFIX \
                   --target=i686-pc-mingw32 \
                   --host=i686-pc-linux-gnu \
                   --enable-languages=c,c++,java \
                   --disable-nls \
                   --with-as=$PREFIX/i686-pc-mingw32/bin/as \
                   --with-ld=$PREFIX/i686-pc-mingw32/bin/ld \
                   --with-gnu-ld \
                   --with-gnu-as \
                   --enable-libgcj \
                   --enable-gc-type=boehm \
                   --disable-shared \
                   --enable-threads=win32 \
                   --disable-hash-synchronization \
                   --disable-interpreter \
                   --enable-sjlj-exceptions

  - a

-- 
The web is dead; long live the Internet.
http://www.xwt.org/



More information about the Java mailing list