libgcj build - HOW?

Jeff Sturm jsturm@one-point.com
Tue May 27 20:15:00 GMT 2003


On 27 May 2003, Craig A. Vanderborgh wrote:
> I want the static library, libgcj.a, and no .la's or .lo's.  What do I
> have to do in my configuration script to get this??

That's an effect of the libtool wrapper.  libgcj.la is a text file, you
can read it.  Libtool tracks metainformation there, such as what
libraries it depends on.

Look for a subdirectory named ".lib" for the real libgcj.a.  When you
"make install", it'll go to the right place.

Jeff



More information about the Java mailing list