This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
executable "Aborted"
- From: Erik Poupaert <erik dot poupaert at chello dot be>
- To: java at gcc dot gnu dot org
- Date: Sun, 25 May 2003 02:34:34 +0000
- Subject: executable "Aborted"
I've configured the following GCJ:
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
Thread model: posix
gcc version 3.3
The inspiration comes from Mohan's build, since it works on win32.
I've added to my .bash_profile: PATH=/usr/local/gcc-3.3/bin:$PATH. I hope this is sufficient to let gcj3.3 take precedence over the system gcj (3.2.2); and that it doesn't lead to any mixup.
Every executable that I compile with this gcj version ends with "Aborted".
What did I do wrong?