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: 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


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