This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libgcj build - HOW?
- From: Jeff Sturm <jsturm at one-point dot com>
- To: "Craig A. Vanderborgh" <craigv at voxware dot com>
- Cc: java at gcc dot gnu dot org
- Date: Tue, 27 May 2003 16:04:54 -0400 (EDT)
- Subject: Re: libgcj build - HOW?
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