automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: shared vs static libraries


From: Tom Tromey
Subject: Re: shared vs static libraries
Date: 09 Jul 2002 18:21:21 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

>>>>> "David" == David Churches <address@hidden> writes:

David> I have a problem where I have a code which compiles fine when I
David> use shared libraries, but it doesn't work when I use
David> --disable-shared as an argument to configure. The Makefile.am
David> looks like

David> How do you configure it so that the code looks for a .a rather
David> then a .la file when you compile with --disable-shared?

I was under the impression that libtool would always make the .la
file.  In fact, I think it has to do that for our dependencies to work
correctly.

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]