This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: Help!


> Date: Thu, 20 May 1999 09:49:02 -0700 (PDT)
> From: Manosiz Bhattacharyya <mano@cse.ucsc.edu>
> 
> Hi,
> 	I posted the problem of not being able to run anything with the
> libgcj. I set the proper LD_LIBRARY_PATH for the runtime to see the
> runtime .so library which it infact complained of before. Infact the
> jv-convert fails too because of using the library. Is this some sort of a
> problem in libgcj or is that some setting of mine or the installation that
> could be wrong.

We can't tell if you don't tell us how you configured your system.

Do things in this order:

configure egcs
make
make install

configure libgcj
make
make install

Make sure that your LD_LIBRARY_PATH is set according to the messages
from libgcj what it gets installed.

Make sure that both egcs and libgcj are up to date.

If this doesn't work, please send us full information, especially the
configure lines used.  You'll find this information in the top level
directory of your egcs and libgcj build directories.

Andrew.

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