gnutls-devel
[Top][All Lists]
Advanced

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

Re: [gnutls-dev] Makefile fix for 1.7.2


From: Ludovic Courtès
Subject: Re: [gnutls-dev] Makefile fix for 1.7.2
Date: Mon, 22 Jan 2007 13:27:33 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

Simon Josefsson <address@hidden> writes:

> Yeah, but libgnutls-extra should be linked to libgnu:
>
> libgnutls_extra_la_LIBADD += ../gl/libgnu.la ../lib/libgnutls.la
>
> And libgnu should be linked to liblgnu:
>
> libgnu_la_LIBADD += ../lgl/liblgnu.la
>
> And libgnu seem to contain read_binary_file:
>
> address@hidden:~/src/gnutls$ objdump -t gl/.libs/libgnu.a | grep 
> read_binary_file
> 000001f8 g     F .text  00000034 read_binary_file
> address@hidden:~/src/gnutls$
>
> So libgnutls-extra should pick it up.  But you'll have to re-link
> libgnu if you don't build from a clean directory.

Oops, indeed, after `make distclean' everything compiles and links as
expected.  Weird...

Thanks,
Ludovic.




reply via email to

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