[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] GNUnet 0.7.2 released
From: |
Christian Grothoff |
Subject: |
Re: [GNUnet-developers] GNUnet 0.7.2 released |
Date: |
Sun, 17 Jun 2007 13:03:30 -0600 |
User-agent: |
KMail/1.9.5 |
On Sunday 17 June 2007 10:52, Jean Michault wrote:
> Thanks for this release.
>
> I have problems for building GNUnet 0.7.2 :
>
> in src/server :
> gnunetd needs ../../src/util/os/.libs/libos.a
> gnunet_update needs ../../src/util/os/.libs/libos.a
> gnunet_peer_info needs ../../src/util/os/.libs/libos.a and
> ../util/network/.libs/libnetwork.a
> gnunet_transport_check needs ../../src/util/os/.libs/libos.a and
> ../util/network/.libs/libnetwork.a
>
>
> in src/applications/fs/fsui :
> fsui_loader needs ../namespace/.libs/libgnunetnamespace.so and
> ../uritrack/.libs/libgnuneturitrack.so
>
> in src/applications/fs/tools :
> gnunet_download needs ../namespace/.libs/libgnunetnamespace.so
> gnunet_insert needs ../namespace/.libs/libgnunetnamespace.so
> gnunet_search needs ../namespace/.libs/libgnunetnamespace.so
> gnunet_unindex needs ../namespace/.libs/libgnunetnamespace.so
>
> Are the Makefile.am files up to date in these directories ?
libnetwork/libos/etc. are marked as non-installed libraries that should be all
linked into libgnunetutil. The stuff in src/server then depends directly on
libgnunetutil.
All of the Makefile work on my systems -- what OS/distribution do you run?
What does contrib/report.sh say?
Christian