executable "Aborted"
Mohan Embar
gnustuff@thisiscool.com
Sun May 25 00:58:00 GMT 2003
>Configured with: ../gcc-3.3/configure --prefix=/usr/local --build=i686-pc-linux-gnu --enable-languages=c,c++,java --with-gcc --enable-threads=posix --disable-shared --disable-multilib --without-newlib --disable-debug --disable-
interpreter --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm --disable-libgcj-debug --enable-hash-synchronisation
P.P.S You spelled "--enable-hash-synchronization" wrong and in my (Ranjit's) script, I have this (note --enable-threads=win32):
------------------------------------------------------------8<---------------------------------------------------------------------------
#!/bin/sh
PREFIX=$XGCC_DIR
BUILD=`$GCC_SRC_DIR/config.guess`
TARGET=$MINGW32_TARGET_NAME
HOST=$BUILD
export BOOT_CFLAGS='-g0 -O2 -pipe'
export CFLAGS='-g0 -O2 -pipe'
export CXXFLAGS='-g0 -O2 -pipe'
export DEBUG_FLAGS='-g0'
export LDFLAGS='-s'
export PATH="$PREFIX/bin:$PATH"
$GCC_SRC_DIR/configure --prefix=$PREFIX \
--target=$TARGET --host=$HOST --build=$BUILD \
--enable-languages=c,c++,java \
--disable-nls --disable-debug --enable-threads=win32 \
--with-gcc --with-gnu-as --with-gnu-ld \
--without-newlib --disable-win32-registry --disable-shared \
--enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm \
--disable-libgcj-debug --enable-interpreter --enable-hash-synchronization --enable-sjlj-exceptions
------------------------------------------------------------8<---------------------------------------------------------------------------
-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/
More information about the Java
mailing list