This is the mail archive of the java@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]

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?


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