I have a simple program which links to a number
of externaly supplied libraries.
Because one library is a constantly changing moving target, and is
small, I want to it link staticly. It is not a libtool library. It
comes in .a and .so versions in /usr/lib.
How do I tell automake to link that one
Hi Paul,
* Paul Elliott wrote on Tue, May 09, 2006 at 12:09:12PM CEST:
>
> Because one library is a constantly changing moving target, and is
> small, I want to it link staticly. It is not a libtool library. It
> comes in .a and .so versions in /usr/lib.
>
> How do I tell automake to link that o
On Monday, May 08, 2006 Ralf Wildenhues wrote:
> If you're going to merge the Makefile.am's, or include one
> into the other, be sure to do the configure.ac merge first.
Your post just got this to sink in for me. I was trying to keep the
configure.ac's separate since it felt better to have th
Hi David,
* David Byron wrote on Tue, May 09, 2006 at 06:45:22PM CEST:
> On Monday, May 08, 2006 Ralf Wildenhues wrote:
>
>
>
> > If you're going to merge the Makefile.am's, or include one
> > into the other, be sure to do the configure.ac merge first.
>
> Your post just got this to sink in f
Am Tue, 9 May 2006 05:09:12 -0500
schrieb Paul Elliott <[EMAIL PROTECTED]>:
>
> I have a simple program which links to a number
> of externaly supplied libraries.
>
> Because one library is a constantly changing moving target, and is
> small, I want to it link staticly. It is not a libtool libra