WIN-30: natInetAddress.cc fixlet
Adam Megacz
patches@lists.megacz.com
Wed Mar 6 11:12:00 GMT 2002
Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
> Unfortunatly my patch didn't work. At some point I will try to build a
> mingw cross compiler and debug this..
Current CVS should cross-build out of the box with the following
configure line. A few natXXX files won't compile until you apply
WIN-25.1 and WIN-28, but you'll hit the jc1 bug before that becomes an
issue.
- a
../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
--
"If I put copyrighted material into the 'chewy nougat center', I can
claim the crunchy chocolate coating is an 'Access Control
Mechanism'." --lynx_user_abroad
Why Windows NT/2k/XP is unreliable: www.zappadoodle.com
More information about the Java-patches
mailing list