gnutls-devel
[Top][All Lists]
Advanced

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

Re: [gnutls-dev] Guile problems in 1.7.12


From: Simon Josefsson
Subject: Re: [gnutls-dev] Guile problems in 1.7.12
Date: Fri, 29 Jun 2007 23:35:22 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.0.95 (gnu/linux)

address@hidden (Ludovic Courtès) writes:

>> I re-read the automake manual on this, and it says:
>>
>> `maude_LIBADD'
>
> [...]
>
>> `maude_LDADD'
>
> [...]
>
>> This suggests to me that we shouldn't use LDFLAGS at all for any -lguile
>> -L/usr/local/lib stuff, and I installed the following patch.
>
> The quoted part of the manual does not mention the `maude_LDFLAGS'
> variable.  I was suggesting in <address@hidden> to use
> `_LDFLAGS', not `_LIBADD' nor `_LDADD'.

I read this quoted part

     `_LDADD' and `_LIBADD' are inappropriate for passing
     program-specific linker flags (except for `-l', `-L', `-dlopen'
     and `-dlpreopen').  Use the `_LDFLAGS' variable for this purpose.

to imply that -l and -L flags are suitable to use in _LIBADD, and are
unsuitable for use in _LDFLAGS.  It isn't really clearly expressed
though.

> But using `_LDFLAGS' might be nicer...  :-)

Perhaps this could be clarified in the automake/libtool manual...

/Simon



reply via email to

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