executable "Aborted"

Michael Koch konqueror@gmx.de
Sun May 25 11:06:00 GMT 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am Sonntag, 25. Mai 2003 13:44 schrieb Erik Poupaert:
> I recompiled gcj now with the following ./configure:
>
> Configured with: ../gcc-3.3/configure --prefix=/usr/local/gcc/3.3
> --enable-languages=c,c++,java --enable-threads=posix
> --disable-shared --enable-libgcj --enable-java-gc=boehm Thread
> model: posix
> gcc version 3.3
>
> I still get the message "Aborted" from the executable.
>
> Is it sufficient to put /usr/local/gcc/3.3/bin on my path, or have
> I forgotten something that causes gcj to mix with the system gcj
> (version 3.2.2) or is there any other reason why this configuration
> is wrong?

Its not sufficient. The libs are not found this way. Do the following 
in addition:

export LD_LIBRARY_PATH=/usr/local/gcc/3.3/lib:$LD_LIBRARY_PATH

This tells the runtime linker to prefer libs from this directory over 
others.


Michael
- -- 
Homepage: http://www.worldforge.org/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+0KDjWSOgCCdjSDsRAip4AJ9rKZySwaezZo2ltc/XPAZ2v3b9mACdGM8u
kjkovEX+GTV1N69eny0MwWE=
=G5dD
-----END PGP SIGNATURE-----



More information about the Java mailing list