[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] 0.7.1pre1 don't compile
From: |
Christian Grothoff |
Subject: |
Re: [GNUnet-developers] 0.7.1pre1 don't compile |
Date: |
Tue, 5 Dec 2006 09:20:57 -0700 |
User-agent: |
KMail/1.9.5 |
The problem is that you're linking against pre0's libgnunetutil_boot during
compilation (the old one). You can avoid this by either uninstalling pre0 or
running "make install" (instead of "make"). Expect similar problems when you
have 0.7.0x installed in a place where the linker might find it.
Christian
On Tuesday 05 December 2006 07:57, Jean Michault wrote:
> When i try to compile GNUnet 0.7.1pre1 from sources, i have this message :
>
> ...
> ... GE_memory_reset not found ...
> ...
>
> The joined patch should correct the problem.
>
> Jean Michault.