This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Installation problem
- From: Erik Poupaert <erik dot poupaert at skynet dot be>
- To: jocassid at postmaster dot co dot uk
- Cc: java at gcc dot gnu dot org
- Date: Thu, 3 Jul 2003 00:05:25 +0000
- Subject: Re: Installation problem
- Organization: Erik Poupaert
- References: <PM.21627.1057182820@pmweb12.uk1.bibliotech.net>
> My quess is that the linker is trying to access files that are not compatible. I
> installed gcc underneath my home directory, might this have something to with this
> error.
By the way, you should indeed also point your library path to the lib directory in
your gcc installation folder. It could be something probably similar to:
export LD_LIBRARY_PATH=/home/jocassid/gcc/3.2.3/lib:$LD_LIBRARY_PATH