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: Ludovic Courtès
Subject: Re: [gnutls-dev] Guile problems in 1.7.12
Date: Fri, 29 Jun 2007 20:49:40 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi Simon,

Simon Josefsson <address@hidden> writes:

> Thanks.  I've now built installed guile-1.8.1 locally and was able to
> reproduce the problem.

Thanks, cool.

> 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'.

The manual isn't very verbose about `_LDFLAGS' actually:

  `maude_LDFLAGS'
       This variable is used to pass extra flags to the link step of a
       program or a shared library.

Nevertheless, `$(GUILE_LDFLAGS)' probably logically belongs in
`_LDFLAGS' rather than `_LDADD' or `_LIBADD'.

> Does this work for you?

Yes it does!

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

Thanks!

Ludovic.




reply via email to

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