-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ralf Wildenhues a écrit :
> * tchize wrote on Tue, May 30, 2006 at 09:37:43PM CEST:
>
>> Ralf Wildenhues a écrit :
>>
>>> - write LIBTOOL = @LIBTOOL@ --preserve-dup-deps
>>
>> Works, though i have no idea what it means :D
>
>
> Well, for each AC_SUBST
* tchize wrote on Tue, May 30, 2006 at 09:37:43PM CEST:
> Ralf Wildenhues a écrit :
> >
> > - write LIBTOOL = @LIBTOOL@ --preserve-dup-deps
>
> Works, though i have no idea what it means :D
Well, for each AC_SUBSTed variable in configure.ac, Automake generates a
line of the form
VARIABLE = @VA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Ralf Wildenhues a écrit :
> * tchize wrote on Tue, May 30, 2006 at 09:15:43PM CEST:
>
>> Yes, great, very fast thank you, i hope we can continue getting
>> this fast :)
>>
>> But does not work :/
>
>
> Yep, I wasn't paying attention: support for LIBTO
* tchize wrote on Tue, May 30, 2006 at 09:15:43PM CEST:
>
> Yes, great, very fast thank you, i hope we can continue getting this
> fast :)
>
> But does not work :/
Yep, I wasn't paying attention: support for LIBTOOLFLAGS has been added
only in the CVS version of Automake, after 1.9.6. :-/
Sorry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Yes, great, very fast thank you, i hope we can continue getting this
fast :)
But does not work :/
Relevant Makefile.am section:
#note all .a are here twice for compilation problems
AM_LIBTOOLFLAGS= --preserve-dup-deps
LDADD = ../../../server/libser
Hi David,
* tchize wrote on Tue, May 30, 2006 at 08:34:16PM CEST:
>
> am using autoconf / automake in a project. We have a problem with some
> static library compilation leading to us needing to pass parameters to
> libtool call at link time. We need to pass it the --preserve-dup-deps
> parameter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
am using autoconf / automake in a project. We have a problem with some
static library compilation leading to us needing to pass parameters to
libtool call at link time. We need to pass it the --preserve-dup-deps
parameters. However, i found now