How to link just one library staticly.

2006-05-09 Thread Paul Elliott
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

Re: How to link just one library staticly.

2006-05-09 Thread Ralf Wildenhues
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

RE: access to m4 macros when configuring in subdirectories

2006-05-09 Thread David Byron
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

Re: access to m4 macros when configuring in subdirectories

2006-05-09 Thread Ralf Wildenhues
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

Re: How to link just one library staticly.

2006-05-09 Thread Familie Porschberg
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