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]

Re: Installation problem


> 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


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