Re: _LIBADD vs. _LDFLAGS

2006-09-06 Thread Bruno Haible
Simon Josefsson wrote: > Please install the patch, if I run into > any problem later on, I'll report it then. Done. Let's see how it works out. Bruno

Re: _LIBADD vs. _LDFLAGS

2006-09-06 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > Hi Simon, > > I got an error message from the 'ar' command while using a lib_LIBADD > augmentation. 'ar' doesn't like -L options. (You can observe this only > when not using libtool to build the library.) The fix is to use lib_LDFLAGS > instead. This is a

_LIBADD vs. _LDFLAGS

2006-09-06 Thread Bruno Haible
Hi Simon, I got an error message from the 'ar' command while using a lib_LIBADD augmentation. 'ar' doesn't like -L options. (You can observe this only when not using libtool to build the library.) The fix is to use lib_LDFLAGS instead. This is also precisely what's documented in the automake manua