FYI: 2 patches for RH 4.1 branch
Marco Trudel
mtrudel@gmx.ch
Mon Feb 19 13:21:00 GMT 2007
Mohan Embar wrote:
> Hi Marco,
>
>> Todays svn trunk (rev 122072) works for me (host=linux, target=mingw).
>
> Could you send me your configure and build scripts for (lin,win)? I still keep
> having problems.
Here the relevant GCJ parts:
export
PATH=/home/Marco/Desktop/compile-bin:/home/Marco/Desktop/compile-lin-win/gcc-XYZXYZ-win/bin:$PATH
# compile-bin contains ecj1 and gjavah. I use binutils 2.16.91
cd /home/Marco/Desktop/compile-lin-win/gcc-build
/usr/local/src/gcc/configure
--prefix=/home/Marco/Desktop/compile-lin-win/gcc-XYZXYZ-win
--with-sysroot=/home/Marco/Desktop/compile-lin-win/gcc-XYZXYZ-win/sys-root
--build=`/usr/local/src/gcc/config.guess` --host=i686-pc-linux-gnu
--target=i686-pc-mingw32 --enable-languages=c,c++,java --enable-libgcj
--disable-shared --with-gnu-as --with-gnu-ld --disable-nls
--disable-debug --disable-checking --enable-threads=win32
--disable-win32-registry --enable-java-gc=boehm
--enable-java-maintainer-mode
--with-gmp=/home/Marco/Desktop/compile-lin-win/gmp-out
--with-mpfr=/home/Marco/Desktop/compile-lin-win/mpfr-out
--enable-sjlj-exceptions
--with-build-sysroot=/home/Marco/Desktop/compile-lin-win/gcc-XYZXYZ-win/sys-root
Hope it helps...
Marco
More information about the Java-patches
mailing list