This is the mail archive of the java-patches@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: FYI: 2 patches for RH 4.1 branch


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


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