gnunet-developers
[Top][All Lists]
Advanced

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

[GNUnet-developers] How to avoid linking against -ldl ?


From: sheda
Subject: [GNUnet-developers] How to avoid linking against -ldl ?
Date: Mon, 01 Jan 2007 20:00:36 +0100
User-agent: Mail/News (X11/20060820)

Hi,

I'm trying to build GNUnet r4080 on OpenBSD 3.9. On this system, -ldl doesn't exists, dlopen is defined in -lc. How can I modify GNUnet's sources to avoid linking against -ldl when the host OS is OpenBSD ?

Here is the output of the last commands run by make :

/bin/sh ../../libtool --tag=CC --mode=link gcc -fno-strict-aliasing -Wall -g -O2 -L/usr/local/lib -L/home/sheda/lib -o gnunetd gnunetd.o ../../src/server/libgnunetcore.la ../../src/util/boot/libgnunetutil_boot.la -lm -lpthread gcc -fno-strict-aliasing -Wall -g -O2 -o .libs/gnunetd gnunetd.o -L/home/sheda/tmp/GNUnet/src/util/cron/.libs -L/home/sheda/tmp/GNUnet/src/util/crypto/.libs -L/home/sheda/tmp/GNUnet/src/util/loggers/.libs -L/home/sheda/tmp/GNUnet/src/util/config_impl/.libs -L/home/sheda/tmp/GNUnet/src/util/.libs -L/usr/local/lib -L/home/sheda/lib -L../../src/server/.libs -lgnunetcore -lgnunetutil_cron -lgnunetutil_crypto -L../../src/util/boot/.libs -lgnunetutil_boot -lgnunetutil_logging -lgnunetutil_config -lgnunetutil -ldl -lgmp -lgpg-error -liconv -lintl -lgcrypt -lltdl -lm -lpthread -Wl,-rpath,/home/sheda/lib -Wl,-rpath,/usr/local/lib
/usr/bin/ld: cannot find -ldl
collect2: ld returned 1 exit status
gmake[3]: *** [gnunetd] Error 1
gmake[3]: Leaving directory `/home/sheda/tmp/GNUnet/src/server'

Attached is a complete typescript of the build failure.

Any idea ?

thx,

sheda.
Script started on Mon Jan  1 19:57:08 2007
address@hidden ls

ABOUT-NLS           README.debian       config.h.in         libltdl/
ABOUT-NLS,v         README.fr           config.log          libtool*
AUTHORS             README.win32        config.rpath,v*     ltmain.sh
COPYING             UPDATING            config.status*      m4/
ChangeLog           acinclude.m4        config.sub*         missing*
INSTALL             aclocal.m4          configure*          mkinstalldirs,v*
Makefile            autom4te.cache/     configure.ac        po/
Makefile.am         bin/                contrib/            src/
Makefile.in         bootstrap*          depcomp*            stamp-h1
NEWS                compile*            doc/                todo
PLATFORMS           config.guess*       install-sh*         typescript
README              config.h            lib/
address@hidden gmake

gmake  all-recursive
gmake[1]: Entering directory `/home/sheda/tmp/GNUnet'
Making all in m4
gmake[2]: Entering directory `/home/sheda/tmp/GNUnet/m4'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/sheda/tmp/GNUnet/m4'
Making all in po
gmake[2]: Entering directory `/home/sheda/tmp/GNUnet/po'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/home/sheda/tmp/GNUnet/po'
Making all in libltdl
gmake[2]: Entering directory `/home/sheda/tmp/GNUnet/libltdl'
gmake  all-am
gmake[3]: Entering directory `/home/sheda/tmp/GNUnet/libltdl'
gmake[3]: Leaving directory `/home/sheda/tmp/GNUnet/libltdl'
gmake[2]: Leaving directory `/home/sheda/tmp/GNUnet/libltdl'
Making all in src
gmake[2]: Entering directory `/home/sheda/tmp/GNUnet/src'
Making all in include
gmake[3]: Entering directory `/home/sheda/tmp/GNUnet/src/include'
Making all in .
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/include'
gmake[4]: Nothing to be done for `all-am'.
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/include'
gmake[3]: Leaving directory `/home/sheda/tmp/GNUnet/src/include'
Making all in util
gmake[3]: Entering directory `/home/sheda/tmp/GNUnet/src/util'
Making all in error
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util/error'
Making all in .
gmake[5]: Entering directory `/home/sheda/tmp/GNUnet/src/util/error'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT error.lo -MD -MP -MF ".deps/error.Tpo" -c 
-o error.lo error.c; \
then mv -f ".deps/error.Tpo" ".deps/error.Plo"; else rm -f ".deps/error.Tpo"; 
exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c  -fPIC -DPIC -o 
.libs/error.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall 
-g -O2  -L/usr/local/lib -L/home/sheda/lib -o liberror.la   error.lo  -lm 
-lpthread 
ar cru .libs/liberror.a .libs/error.o
ranlib .libs/liberror.a
creating liberror.la
(cd .libs && rm -f liberror.la && ln -s ../liberror.la liberror.la)
gmake[5]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/error'
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/error'
Making all in string
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util/string'
Making all in .
gmake[5]: Entering directory `/home/sheda/tmp/GNUnet/src/util/string'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT string.lo -MD -MP -MF ".deps/string.Tpo" 
-c -o string.lo string.c; \
then mv -f ".deps/string.Tpo" ".deps/string.Plo"; else rm -f 
".deps/string.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT string.lo -MD -MP -MF .deps/string.Tpo -c string.c  -fPIC -DPIC -o 
.libs/string.o
string.c: In function `string_convertToUtf8':
string.c:220: warning: passing arg 2 of `libiconv' from incompatible pointer 
type
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT xmalloc.lo -MD -MP -MF 
".deps/xmalloc.Tpo" -c -o xmalloc.lo xmalloc.c; \
then mv -f ".deps/xmalloc.Tpo" ".deps/xmalloc.Plo"; else rm -f 
".deps/xmalloc.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT xmalloc.lo -MD -MP -MF .deps/xmalloc.Tpo -c xmalloc.c  -fPIC -DPIC -o 
.libs/xmalloc.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall 
-g -O2  -L/usr/local/lib -L/home/sheda/lib -o libstring.la   string.lo 
xmalloc.lo  -lm -lpthread 
ar cru .libs/libstring.a .libs/string.o .libs/xmalloc.o
ranlib .libs/libstring.a
creating libstring.la
(cd .libs && rm -f libstring.la && ln -s ../libstring.la libstring.la)
gmake[5]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/string'
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/string'
Making all in config
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util/config'
Making all in .
gmake[5]: Entering directory `/home/sheda/tmp/GNUnet/src/util/config'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT config.lo -MD -MP -MF ".deps/config.Tpo" 
-c -o config.lo config.c; \
then mv -f ".deps/config.Tpo" ".deps/config.Plo"; else rm -f 
".deps/config.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT config.lo -MD -MP -MF .deps/config.Tpo -c config.c  -fPIC -DPIC -o 
.libs/config.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall 
-g -O2  -L/usr/local/lib -L/home/sheda/lib -o libconfig.la   config.lo  -lm 
-lpthread 
ar cru .libs/libconfig.a .libs/config.o
ranlib .libs/libconfig.a
creating libconfig.la
(cd .libs && rm -f libconfig.la && ln -s ../libconfig.la libconfig.la)
gmake[5]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/config'
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/config'
Making all in getopt
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util/getopt'
Making all in .
gmake[5]: Entering directory `/home/sheda/tmp/GNUnet/src/util/getopt'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT getopt.lo -MD -MP -MF ".deps/getopt.Tpo" 
-c -o getopt.lo getopt.c; \
then mv -f ".deps/getopt.Tpo" ".deps/getopt.Plo"; else rm -f 
".deps/getopt.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT getopt.lo -MD -MP -MF .deps/getopt.Tpo -c getopt.c  -fPIC -DPIC -o 
.libs/getopt.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT setoption.lo -MD -MP -MF 
".deps/setoption.Tpo" -c -o setoption.lo setoption.c; \
then mv -f ".deps/setoption.Tpo" ".deps/setoption.Plo"; else rm -f 
".deps/setoption.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT setoption.lo -MD -MP -MF .deps/setoption.Tpo -c setoption.c  -fPIC -DPIC -o 
.libs/setoption.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT printhelp.lo -MD -MP -MF 
".deps/printhelp.Tpo" -c -o printhelp.lo printhelp.c; \
then mv -f ".deps/printhelp.Tpo" ".deps/printhelp.Plo"; else rm -f 
".deps/printhelp.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT printhelp.lo -MD -MP -MF .deps/printhelp.Tpo -c printhelp.c  -fPIC -DPIC -o 
.libs/printhelp.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT printversion.lo -MD -MP -MF 
".deps/printversion.Tpo" -c -o printversion.lo printversion.c; \
then mv -f ".deps/printversion.Tpo" ".deps/printversion.Plo"; else rm -f 
".deps/printversion.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT printversion.lo -MD -MP -MF .deps/printversion.Tpo -c printversion.c  -fPIC 
-DPIC -o .libs/printversion.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall 
-g -O2  -L/usr/local/lib -L/home/sheda/lib -o libgetopt.la   getopt.lo 
setoption.lo printhelp.lo printversion.lo  -lm -lpthread 
ar cru .libs/libgetopt.a .libs/getopt.o .libs/setoption.o .libs/printhelp.o 
.libs/printversion.o
ranlib .libs/libgetopt.a
creating libgetopt.la
(cd .libs && rm -f libgetopt.la && ln -s ../libgetopt.la libgetopt.la)
gmake[5]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/getopt'
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/getopt'
Making all in disk
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util/disk'
Making all in .
gmake[5]: Entering directory `/home/sheda/tmp/GNUnet/src/util/disk'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT storage.lo -MD -MP -MF 
".deps/storage.Tpo" -c -o storage.lo storage.c; \
then mv -f ".deps/storage.Tpo" ".deps/storage.Plo"; else rm -f 
".deps/storage.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT storage.lo -MD -MP -MF .deps/storage.Tpo -c storage.c  -fPIC -DPIC -o 
.libs/storage.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall 
-g -O2  -L/usr/local/lib -L/home/sheda/lib -o libdisk.la   storage.lo  -lm 
-lpthread 
ar cru .libs/libdisk.a .libs/storage.o
ranlib .libs/libdisk.a
creating libdisk.la
(cd .libs && rm -f libdisk.la && ln -s ../libdisk.la libdisk.la)
gmake[5]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/disk'
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/disk'
Making all in threads
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util/threads'
Making all in .
gmake[5]: Entering directory `/home/sheda/tmp/GNUnet/src/util/threads'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT mutex.lo -MD -MP -MF ".deps/mutex.Tpo" -c 
-o mutex.lo mutex.c; \
then mv -f ".deps/mutex.Tpo" ".deps/mutex.Plo"; else rm -f ".deps/mutex.Tpo"; 
exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c mutex.c  -fPIC -DPIC -o 
.libs/mutex.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT pthread.lo -MD -MP -MF 
".deps/pthread.Tpo" -c -o pthread.lo pthread.c; \
then mv -f ".deps/pthread.Tpo" ".deps/pthread.Plo"; else rm -f 
".deps/pthread.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT pthread.lo -MD -MP -MF .deps/pthread.Tpo -c pthread.c  -fPIC -DPIC -o 
.libs/pthread.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT semaphore.lo -MD -MP -MF 
".deps/semaphore.Tpo" -c -o semaphore.lo semaphore.c; \
then mv -f ".deps/semaphore.Tpo" ".deps/semaphore.Plo"; else rm -f 
".deps/semaphore.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT semaphore.lo -MD -MP -MF .deps/semaphore.Tpo -c semaphore.c  -fPIC -DPIC -o 
.libs/semaphore.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT shutdown.lo -MD -MP -MF 
".deps/shutdown.Tpo" -c -o shutdown.lo shutdown.c; \
then mv -f ".deps/shutdown.Tpo" ".deps/shutdown.Plo"; else rm -f 
".deps/shutdown.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT shutdown.lo -MD -MP -MF .deps/shutdown.Tpo -c shutdown.c  -fPIC -DPIC -o 
.libs/shutdown.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT signal.lo -MD -MP -MF ".deps/signal.Tpo" 
-c -o signal.lo signal.c; \
then mv -f ".deps/signal.Tpo" ".deps/signal.Plo"; else rm -f 
".deps/signal.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c  -fPIC -DPIC -o 
.libs/signal.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT time.lo -MD -MP -MF ".deps/time.Tpo" -c 
-o time.lo time.c; \
then mv -f ".deps/time.Tpo" ".deps/time.Plo"; else rm -f ".deps/time.Tpo"; exit 
1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT time.lo -MD -MP -MF .deps/time.Tpo -c time.c  -fPIC -DPIC -o .libs/time.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall 
-g -O2  -L/usr/local/lib -L/home/sheda/lib -o libthreads.la   mutex.lo 
pthread.lo semaphore.lo shutdown.lo signal.lo time.lo  -lm -lpthread 
ar cru .libs/libthreads.a .libs/mutex.o .libs/pthread.o .libs/semaphore.o 
.libs/shutdown.o .libs/signal.o .libs/time.o
ranlib .libs/libthreads.a
creating libthreads.la
(cd .libs && rm -f libthreads.la && ln -s ../libthreads.la libthreads.la)
gmake[5]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/threads'
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/threads'
Making all in os
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util/os'
Making all in .
gmake[5]: Entering directory `/home/sheda/tmp/GNUnet/src/util/os'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT console.lo -MD -MP -MF 
".deps/console.Tpo" -c -o console.lo console.c; \
then mv -f ".deps/console.Tpo" ".deps/console.Plo"; else rm -f 
".deps/console.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT console.lo -MD -MP -MF .deps/console.Tpo -c console.c  -fPIC -DPIC -o 
.libs/console.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT cpustatus.lo -MD -MP -MF 
".deps/cpustatus.Tpo" -c -o cpustatus.lo cpustatus.c; \
then mv -f ".deps/cpustatus.Tpo" ".deps/cpustatus.Plo"; else rm -f 
".deps/cpustatus.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT cpustatus.lo -MD -MP -MF .deps/cpustatus.Tpo -c cpustatus.c  -fPIC -DPIC -o 
.libs/cpustatus.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT daemon.lo -MD -MP -MF ".deps/daemon.Tpo" 
-c -o daemon.lo daemon.c; \
then mv -f ".deps/daemon.Tpo" ".deps/daemon.Plo"; else rm -f 
".deps/daemon.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT daemon.lo -MD -MP -MF .deps/daemon.Tpo -c daemon.c  -fPIC -DPIC -o 
.libs/daemon.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT dso.lo -MD -MP -MF ".deps/dso.Tpo" -c -o 
dso.lo dso.c; \
then mv -f ".deps/dso.Tpo" ".deps/dso.Plo"; else rm -f ".deps/dso.Tpo"; exit 1; 
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT dso.lo -MD -MP -MF .deps/dso.Tpo -c dso.c  -fPIC -DPIC -o .libs/dso.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT init.lo -MD -MP -MF ".deps/init.Tpo" -c 
-o init.lo init.c; \
then mv -f ".deps/init.Tpo" ".deps/init.Plo"; else rm -f ".deps/init.Tpo"; exit 
1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c  -fPIC -DPIC -o .libs/init.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT osconfig.lo -MD -MP -MF 
".deps/osconfig.Tpo" -c -o osconfig.lo osconfig.c; \
then mv -f ".deps/osconfig.Tpo" ".deps/osconfig.Plo"; else rm -f 
".deps/osconfig.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT osconfig.lo -MD -MP -MF .deps/osconfig.Tpo -c osconfig.c  -fPIC -DPIC -o 
.libs/osconfig.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT priority.lo -MD -MP -MF 
".deps/priority.Tpo" -c -o priority.lo priority.c; \
then mv -f ".deps/priority.Tpo" ".deps/priority.Plo"; else rm -f 
".deps/priority.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT priority.lo -MD -MP -MF .deps/priority.Tpo -c priority.c  -fPIC -DPIC -o 
.libs/priority.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT semaphore.lo -MD -MP -MF 
".deps/semaphore.Tpo" -c -o semaphore.lo semaphore.c; \
then mv -f ".deps/semaphore.Tpo" ".deps/semaphore.Plo"; else rm -f 
".deps/semaphore.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT semaphore.lo -MD -MP -MF .deps/semaphore.Tpo -c semaphore.c  -fPIC -DPIC -o 
.libs/semaphore.o
semaphore.c: In function `IPC_SEMAPHORE_CREATE':
semaphore.c:315: warning: implicit declaration of function `MUTEX_CREATE'
semaphore.c:319: warning: implicit declaration of function `disk_file_open'
semaphore.c:342: warning: implicit declaration of function `MUTEX_DESTROY'
semaphore.c: In function `IPC_SEMAPHORE_UP':
semaphore.c:420: warning: implicit declaration of function `MUTEX_LOCK'
semaphore.c:435: warning: implicit declaration of function `MUTEX_UNLOCK'
semaphore.c: In function `IPC_SEMAPHORE_DOWN':
semaphore.c:516: warning: `return' with no value, in function returning non-void
semaphore.c: In function `IPC_SEMAPHORE_DESTROY':
semaphore.c:614: warning: implicit declaration of function `disk_file_close'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT statuscalls.lo -MD -MP -MF 
".deps/statuscalls.Tpo" -c -o statuscalls.lo statuscalls.c; \
then mv -f ".deps/statuscalls.Tpo" ".deps/statuscalls.Plo"; else rm -f 
".deps/statuscalls.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT statuscalls.lo -MD -MP -MF .deps/statuscalls.Tpo -c statuscalls.c  -fPIC 
-DPIC -o .libs/statuscalls.o
statuscalls.c: In function `updateInterfaceTraffic':
statuscalls.c:152: warning: unused variable `rxnew'
statuscalls.c:153: warning: unused variable `txnew'
statuscalls.c:154: warning: unused variable `i'
statuscalls.c:155: warning: unused variable `line'
statuscalls.c:156: warning: unused variable `ifc'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT time.lo -MD -MP -MF ".deps/time.Tpo" -c 
-o time.lo time.c; \
then mv -f ".deps/time.Tpo" ".deps/time.Plo"; else rm -f ".deps/time.Tpo"; exit 
1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT time.lo -MD -MP -MF .deps/time.Tpo -c time.c  -fPIC -DPIC -o .libs/time.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT user.lo -MD -MP -MF ".deps/user.Tpo" -c 
-o user.lo user.c; \
then mv -f ".deps/user.Tpo" ".deps/user.Plo"; else rm -f ".deps/user.Tpo"; exit 
1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT user.lo -MD -MP -MF .deps/user.Tpo -c user.c  -fPIC -DPIC -o .libs/user.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT installpath.lo -MD -MP -MF 
".deps/installpath.Tpo" -c -o installpath.lo installpath.c; \
then mv -f ".deps/installpath.Tpo" ".deps/installpath.Plo"; else rm -f 
".deps/installpath.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT installpath.lo -MD -MP -MF .deps/installpath.Tpo -c installpath.c  -fPIC 
-DPIC -o .libs/installpath.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall 
-g -O2  -L/usr/local/lib -L/home/sheda/lib -o libos.la   console.lo 
cpustatus.lo daemon.lo dso.lo init.lo osconfig.lo priority.lo semaphore.lo 
statuscalls.lo time.lo user.lo installpath.lo  -lm -lpthread 
ar cru .libs/libos.a .libs/console.o .libs/cpustatus.o .libs/daemon.o 
.libs/dso.o .libs/init.o .libs/osconfig.o .libs/priority.o .libs/semaphore.o 
.libs/statuscalls.o .libs/time.o .libs/user.o .libs/installpath.o
ranlib .libs/libos.a
creating libos.la
(cd .libs && rm -f libos.la && ln -s ../libos.la libos.la)
gmake[5]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/os'
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/os'
Making all in network
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util/network'
Making all in .
gmake[5]: Entering directory `/home/sheda/tmp/GNUnet/src/util/network'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT endian.lo -MD -MP -MF ".deps/endian.Tpo" 
-c -o endian.lo endian.c; \
then mv -f ".deps/endian.Tpo" ".deps/endian.Plo"; else rm -f 
".deps/endian.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT endian.lo -MD -MP -MF .deps/endian.Tpo -c endian.c  -fPIC -DPIC -o 
.libs/endian.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT io.lo -MD -MP -MF ".deps/io.Tpo" -c -o 
io.lo io.c; \
then mv -f ".deps/io.Tpo" ".deps/io.Plo"; else rm -f ".deps/io.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT io.lo -MD -MP -MF .deps/io.Tpo -c io.c  -fPIC -DPIC -o .libs/io.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT ipcheck.lo -MD -MP -MF 
".deps/ipcheck.Tpo" -c -o ipcheck.lo ipcheck.c; \
then mv -f ".deps/ipcheck.Tpo" ".deps/ipcheck.Plo"; else rm -f 
".deps/ipcheck.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT ipcheck.lo -MD -MP -MF .deps/ipcheck.Tpo -c ipcheck.c  -fPIC -DPIC -o 
.libs/ipcheck.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT select.lo -MD -MP -MF ".deps/select.Tpo" 
-c -o select.lo select.c; \
then mv -f ".deps/select.Tpo" ".deps/select.Plo"; else rm -f 
".deps/select.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c  -fPIC -DPIC -o 
.libs/select.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall 
-g -O2  -L/usr/local/lib -L/home/sheda/lib -o libnetwork.la   endian.lo io.lo 
ipcheck.lo select.lo  -lm -lpthread 
ar cru .libs/libnetwork.a .libs/endian.o .libs/io.o .libs/ipcheck.o 
.libs/select.o
ranlib .libs/libnetwork.a
creating libnetwork.la
(cd .libs && rm -f libnetwork.la && ln -s ../libnetwork.la libnetwork.la)
gmake[5]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/network'
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/network'
Making all in .
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util'
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../src/include  -I/usr/local/include -I/home/sheda/include 
-DPLUGIN_PATH="\"/home/sheda/lib/GNUnet\"" -DPREFIX_PATH="\"/home/sheda\"" 
-fno-strict-aliasing -Wall -g -O2 -MT libgnunetutil.lo -MD -MP -MF 
".deps/libgnunetutil.Tpo" -c -o libgnunetutil.lo libgnunetutil.c; \
then mv -f ".deps/libgnunetutil.Tpo" ".deps/libgnunetutil.Plo"; else rm -f 
".deps/libgnunetutil.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I/usr/local/include 
-I/home/sheda/include -DPLUGIN_PATH=\"/home/sheda/lib/GNUnet\" 
-DPREFIX_PATH=\"/home/sheda\" -fno-strict-aliasing -Wall -g -O2 -MT 
libgnunetutil.lo -MD -MP -MF .deps/libgnunetutil.Tpo -c libgnunetutil.c  -fPIC 
-DPIC -o .libs/libgnunetutil.o
/bin/sh ../../libtool --tag=CC --mode=link gcc 
-DPLUGIN_PATH="\"/home/sheda/lib/GNUnet\"" -DPREFIX_PATH="\"/home/sheda\"" 
-fno-strict-aliasing -Wall -g -O2  -L/usr/local/lib -L/home/sheda/lib -o 
libgnunetutil.la -rpath /home/sheda/lib -export-dynamic -lltdl -L/usr/local/lib 
-lgcrypt -L/usr/local/lib -lgpg-error -L/usr/local/lib -lintl -L/usr/local/lib 
-liconv   -lintl -liconv -lm -lpthread  -lgmp -ldl -version-info 1:0:0 
libgnunetutil.lo    config/libconfig.la disk/libdisk.la error/liberror.la 
getopt/libgetopt.la string/libstring.la network/libnetwork.la os/libos.la 
threads/libthreads.la -lintl -liconv -lm -lpthread 

*** Warning: linker path does not have real file for library -ldl.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libdl and none of the candidates passed a file format test
*** using a regex pattern. Last file checked: /usr/local/lib/libintl.so.3.0
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
rm -fr .libs/libgnunetutil.lax
mkdir .libs/libgnunetutil.lax
rm -fr .libs/libgnunetutil.lax/libconfig.a
mkdir .libs/libgnunetutil.lax/libconfig.a
(cd .libs/libgnunetutil.lax/libconfig.a && ar x 
/home/sheda/tmp/GNUnet/src/util/config/.libs/libconfig.a)
rm -fr .libs/libgnunetutil.lax/libdisk.a
mkdir .libs/libgnunetutil.lax/libdisk.a
(cd .libs/libgnunetutil.lax/libdisk.a && ar x 
/home/sheda/tmp/GNUnet/src/util/disk/.libs/libdisk.a)
rm -fr .libs/libgnunetutil.lax/liberror.a
mkdir .libs/libgnunetutil.lax/liberror.a
(cd .libs/libgnunetutil.lax/liberror.a && ar x 
/home/sheda/tmp/GNUnet/src/util/error/.libs/liberror.a)
rm -fr .libs/libgnunetutil.lax/libgetopt.a
mkdir .libs/libgnunetutil.lax/libgetopt.a
(cd .libs/libgnunetutil.lax/libgetopt.a && ar x 
/home/sheda/tmp/GNUnet/src/util/getopt/.libs/libgetopt.a)
rm -fr .libs/libgnunetutil.lax/libstring.a
mkdir .libs/libgnunetutil.lax/libstring.a
(cd .libs/libgnunetutil.lax/libstring.a && ar x 
/home/sheda/tmp/GNUnet/src/util/string/.libs/libstring.a)
rm -fr .libs/libgnunetutil.lax/libnetwork.a
mkdir .libs/libgnunetutil.lax/libnetwork.a
(cd .libs/libgnunetutil.lax/libnetwork.a && ar x 
/home/sheda/tmp/GNUnet/src/util/network/.libs/libnetwork.a)
rm -fr .libs/libgnunetutil.lax/libos.a
mkdir .libs/libgnunetutil.lax/libos.a
(cd .libs/libgnunetutil.lax/libos.a && ar x 
/home/sheda/tmp/GNUnet/src/util/os/.libs/libos.a)
rm -fr .libs/libgnunetutil.lax/libthreads.a
mkdir .libs/libgnunetutil.lax/libthreads.a
(cd .libs/libgnunetutil.lax/libthreads.a && ar x 
/home/sheda/tmp/GNUnet/src/util/threads/.libs/libthreads.a)
gcc -shared  -fPIC -DPIC -o .libs/libgnunetutil.so.1.0  .libs/libgnunetutil.o  
.libs/libgnunetutil.lax/libconfig.a/config.o  
.libs/libgnunetutil.lax/libdisk.a/storage.o  
.libs/libgnunetutil.lax/liberror.a/error.o  
.libs/libgnunetutil.lax/libgetopt.a/getopt.o 
.libs/libgnunetutil.lax/libgetopt.a/setoption.o 
.libs/libgnunetutil.lax/libgetopt.a/printhelp.o 
.libs/libgnunetutil.lax/libgetopt.a/printversion.o  
.libs/libgnunetutil.lax/libstring.a/string.o 
.libs/libgnunetutil.lax/libstring.a/xmalloc.o  
.libs/libgnunetutil.lax/libnetwork.a/endian.o 
.libs/libgnunetutil.lax/libnetwork.a/io.o 
.libs/libgnunetutil.lax/libnetwork.a/ipcheck.o 
.libs/libgnunetutil.lax/libnetwork.a/select.o  
.libs/libgnunetutil.lax/libos.a/console.o 
.libs/libgnunetutil.lax/libos.a/cpustatus.o 
.libs/libgnunetutil.lax/libos.a/daemon.o .libs/libgnunetutil.lax/libos.a/dso.o 
.libs/libgnunetutil.lax/libos.a/init.o 
.libs/libgnunetutil.lax/libos.a/osconfig.o 
.libs/libgnunetutil.lax/libos.a/priority.o 
.libs/libgnunetutil.lax/libos.a/semaphore.o 
.libs/libgnunetutil.lax/libos.a/statuscalls.o 
.libs/libgnunetutil.lax/libos.a/time.o .libs/libgnunetutil.lax/libos.a/user.o 
.libs/libgnunetutil.lax/libos.a/installpath.o  
.libs/libgnunetutil.lax/libthreads.a/mutex.o 
.libs/libgnunetutil.lax/libthreads.a/pthread.o 
.libs/libgnunetutil.lax/libthreads.a/semaphore.o 
.libs/libgnunetutil.lax/libthreads.a/shutdown.o 
.libs/libgnunetutil.lax/libthreads.a/signal.o 
.libs/libgnunetutil.lax/libthreads.a/time.o   -lpthread -lm -L/usr/local/lib 
-liconv -lintl -lgmp -lgpg-error -lgcrypt -lltdl -L/home/sheda/lib 
rm -fr .libs/libgnunetutil.lax
creating libgnunetutil.la
(cd .libs && rm -f libgnunetutil.la && ln -s ../libgnunetutil.la 
libgnunetutil.la)
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util'
Making all in config_impl
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util/config_impl'
Making all in .
gmake[5]: Entering directory `/home/sheda/tmp/GNUnet/src/util/config_impl'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT impl.lo -MD -MP -MF ".deps/impl.Tpo" -c 
-o impl.lo impl.c; \
then mv -f ".deps/impl.Tpo" ".deps/impl.Plo"; else rm -f ".deps/impl.Tpo"; exit 
1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT impl.lo -MD -MP -MF .deps/impl.Tpo -c impl.c  -fPIC -DPIC -o .libs/impl.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall 
-g -O2  -L/usr/local/lib -L/home/sheda/lib -o libgnunetutil_config.la -rpath 
/home/sheda/lib  impl.lo ../../../src/util/libgnunetutil.la  -lm -lpthread 

*** Warning: linker path does not have real file for library -ldl.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libdl and none of the candidates passed a file format test
*** using a regex pattern. Last file checked: /usr/local/lib/libgmp.so.6.3
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
gcc -shared  -fPIC -DPIC -o .libs/libgnunetutil_config.so.0.0  .libs/impl.o  
-lpthread -lm -L/usr/local/lib -lltdl -lgcrypt -lintl -liconv -lgpg-error -lgmp 
-L../../../src/util/.libs -lgnunetutil -L/home/sheda/lib 
creating libgnunetutil_config.la
(cd .libs && rm -f libgnunetutil_config.la && ln -s ../libgnunetutil_config.la 
libgnunetutil_config.la)
gmake[5]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/config_impl'
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/config_impl'
Making all in cron
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util/cron'
Making all in .
gmake[5]: Entering directory `/home/sheda/tmp/GNUnet/src/util/cron'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT cron.lo -MD -MP -MF ".deps/cron.Tpo" -c 
-o cron.lo cron.c; \
then mv -f ".deps/cron.Tpo" ".deps/cron.Plo"; else rm -f ".deps/cron.Tpo"; exit 
1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT cron.lo -MD -MP -MF .deps/cron.Tpo -c cron.c  -fPIC -DPIC -o .libs/cron.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall 
-g -O2  -L/usr/local/lib -L/home/sheda/lib -o libgnunetutil_cron.la -rpath 
/home/sheda/lib  cron.lo ../../../src/util/libgnunetutil.la   -lm -lpthread 

*** Warning: linker path does not have real file for library -ldl.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libdl and none of the candidates passed a file format test
*** using a regex pattern. Last file checked: /usr/local/lib/libgmp.so.6.3
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
gcc -shared  -fPIC -DPIC -o .libs/libgnunetutil_cron.so.0.0  .libs/cron.o  
-lpthread -lm -L/usr/local/lib -lltdl -lgcrypt -lintl -liconv -lgpg-error -lgmp 
-L../../../src/util/.libs -lgnunetutil -L/home/sheda/lib 
creating libgnunetutil_cron.la
(cd .libs && rm -f libgnunetutil_cron.la && ln -s ../libgnunetutil_cron.la 
libgnunetutil_cron.la)
gmake[5]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/cron'
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/cron'
Making all in crypto
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util/crypto'
Making all in .
gmake[5]: Entering directory `/home/sheda/tmp/GNUnet/src/util/crypto'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include -I/usr/local/include  -I/usr/local/include 
-I/usr/local/include -I/home/sheda/include  -fno-strict-aliasing -Wall -g -O2 
-MT crc32.lo -MD -MP -MF ".deps/crc32.Tpo" -c -o crc32.lo crc32.c; \
then mv -f ".deps/crc32.Tpo" ".deps/crc32.Plo"; else rm -f ".deps/crc32.Tpo"; 
exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/usr/local/include -I/usr/local/include 
-I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 -MT crc32.lo -MD -MP 
-MF .deps/crc32.Tpo -c crc32.c  -fPIC -DPIC -o .libs/crc32.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include -I/usr/local/include  -I/usr/local/include 
-I/usr/local/include -I/home/sheda/include  -fno-strict-aliasing -Wall -g -O2 
-MT hashing.lo -MD -MP -MF ".deps/hashing.Tpo" -c -o hashing.lo hashing.c; \
then mv -f ".deps/hashing.Tpo" ".deps/hashing.Plo"; else rm -f 
".deps/hashing.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/usr/local/include -I/usr/local/include 
-I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 -MT hashing.lo -MD -MP 
-MF .deps/hashing.Tpo -c hashing.c  -fPIC -DPIC -o .libs/hashing.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include -I/usr/local/include  -I/usr/local/include 
-I/usr/local/include -I/home/sheda/include  -fno-strict-aliasing -Wall -g -O2 
-MT hostkey_gcrypt.lo -MD -MP -MF ".deps/hostkey_gcrypt.Tpo" -c -o 
hostkey_gcrypt.lo hostkey_gcrypt.c; \
then mv -f ".deps/hostkey_gcrypt.Tpo" ".deps/hostkey_gcrypt.Plo"; else rm -f 
".deps/hostkey_gcrypt.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/usr/local/include -I/usr/local/include 
-I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 -MT hostkey_gcrypt.lo 
-MD -MP -MF .deps/hostkey_gcrypt.Tpo -c hostkey_gcrypt.c  -fPIC -DPIC -o 
.libs/hostkey_gcrypt.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include -I/usr/local/include  -I/usr/local/include 
-I/usr/local/include -I/home/sheda/include  -fno-strict-aliasing -Wall -g -O2 
-MT kblockkey.lo -MD -MP -MF ".deps/kblockkey.Tpo" -c -o kblockkey.lo 
kblockkey.c; \
then mv -f ".deps/kblockkey.Tpo" ".deps/kblockkey.Plo"; else rm -f 
".deps/kblockkey.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/usr/local/include -I/usr/local/include 
-I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 -MT kblockkey.lo -MD 
-MP -MF .deps/kblockkey.Tpo -c kblockkey.c  -fPIC -DPIC -o .libs/kblockkey.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include -I/usr/local/include  -I/usr/local/include 
-I/usr/local/include -I/home/sheda/include  -fno-strict-aliasing -Wall -g -O2 
-MT locking_gcrypt.lo -MD -MP -MF ".deps/locking_gcrypt.Tpo" -c -o 
locking_gcrypt.lo locking_gcrypt.c; \
then mv -f ".deps/locking_gcrypt.Tpo" ".deps/locking_gcrypt.Plo"; else rm -f 
".deps/locking_gcrypt.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/usr/local/include -I/usr/local/include 
-I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 -MT locking_gcrypt.lo 
-MD -MP -MF .deps/locking_gcrypt.Tpo -c locking_gcrypt.c  -fPIC -DPIC -o 
.libs/locking_gcrypt.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include -I/usr/local/include  -I/usr/local/include 
-I/usr/local/include -I/home/sheda/include  -fno-strict-aliasing -Wall -g -O2 
-MT random.lo -MD -MP -MF ".deps/random.Tpo" -c -o random.lo random.c; \
then mv -f ".deps/random.Tpo" ".deps/random.Plo"; else rm -f 
".deps/random.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/usr/local/include -I/usr/local/include 
-I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 -MT random.lo -MD -MP 
-MF .deps/random.Tpo -c random.c  -fPIC -DPIC -o .libs/random.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include -I/usr/local/include  -I/usr/local/include 
-I/usr/local/include -I/home/sheda/include  -fno-strict-aliasing -Wall -g -O2 
-MT symcipher_gcrypt.lo -MD -MP -MF ".deps/symcipher_gcrypt.Tpo" -c -o 
symcipher_gcrypt.lo symcipher_gcrypt.c; \
then mv -f ".deps/symcipher_gcrypt.Tpo" ".deps/symcipher_gcrypt.Plo"; else rm 
-f ".deps/symcipher_gcrypt.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/usr/local/include -I/usr/local/include 
-I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 -MT symcipher_gcrypt.lo 
-MD -MP -MF .deps/symcipher_gcrypt.Tpo -c symcipher_gcrypt.c  -fPIC -DPIC -o 
.libs/symcipher_gcrypt.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall 
-g -O2  -L/usr/local/lib -L/home/sheda/lib -o libgnunetutil_crypto.la -rpath 
/home/sheda/lib -L/usr/local/lib -lgcrypt -L/usr/local/lib -lgpg-error 
-L/usr/local/lib -lintl -L/usr/local/lib -liconv -lgmp crc32.lo hashing.lo 
hostkey_gcrypt.lo kblockkey.lo locking_gcrypt.lo random.lo symcipher_gcrypt.lo  
../../../src/util/libgnunetutil.la  -lm -lpthread 

*** Warning: linker path does not have real file for library -ldl.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libdl and none of the candidates passed a file format test
*** using a regex pattern. Last file checked: /usr/local/lib/libgmp.so.6.3
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
gcc -shared  -fPIC -DPIC -o .libs/libgnunetutil_crypto.so.0.0  .libs/crc32.o 
.libs/hashing.o .libs/hostkey_gcrypt.o .libs/kblockkey.o .libs/locking_gcrypt.o 
.libs/random.o .libs/symcipher_gcrypt.o  -lpthread -lm -L/usr/local/lib -lltdl 
-lgcrypt -lintl -liconv -lgpg-error -lgmp -L../../../src/util/.libs 
-lgnunetutil -L/home/sheda/lib 
creating libgnunetutil_crypto.la
(cd .libs && rm -f libgnunetutil_crypto.la && ln -s ../libgnunetutil_crypto.la 
libgnunetutil_crypto.la)
gmake[5]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/crypto'
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/crypto'
Making all in containers
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util/containers'
Making all in .
gmake[5]: Entering directory `/home/sheda/tmp/GNUnet/src/util/containers'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT bloomfilter.lo -MD -MP -MF 
".deps/bloomfilter.Tpo" -c -o bloomfilter.lo bloomfilter.c; \
then mv -f ".deps/bloomfilter.Tpo" ".deps/bloomfilter.Plo"; else rm -f 
".deps/bloomfilter.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT bloomfilter.lo -MD -MP -MF .deps/bloomfilter.Tpo -c bloomfilter.c  -fPIC 
-DPIC -o .libs/bloomfilter.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT hashtable.lo -MD -MP -MF 
".deps/hashtable.Tpo" -c -o hashtable.lo hashtable.c; \
then mv -f ".deps/hashtable.Tpo" ".deps/hashtable.Plo"; else rm -f 
".deps/hashtable.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT hashtable.lo -MD -MP -MF .deps/hashtable.Tpo -c hashtable.c  -fPIC -DPIC -o 
.libs/hashtable.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT vector.lo -MD -MP -MF ".deps/vector.Tpo" 
-c -o vector.lo vector.c; \
then mv -f ".deps/vector.Tpo" ".deps/vector.Plo"; else rm -f 
".deps/vector.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT vector.lo -MD -MP -MF .deps/vector.Tpo -c vector.c  -fPIC -DPIC -o 
.libs/vector.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall 
-g -O2  -L/usr/local/lib -L/home/sheda/lib -o libgnunetutil_containers.la 
-rpath /home/sheda/lib -version-info 0:0:0 bloomfilter.lo hashtable.lo 
vector.lo ../../../src/util/libgnunetutil.la 
../../../src/util/crypto/libgnunetutil_crypto.la  -lm -lpthread 

*** Warning: linker path does not have real file for library -ldl.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libdl and none of the candidates passed a file format test
*** using a regex pattern. Last file checked: /usr/local/lib/libgmp.so.6.3
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
gcc -shared  -fPIC -DPIC -o .libs/libgnunetutil_containers.so.0.0  
.libs/bloomfilter.o .libs/hashtable.o .libs/vector.o  
-L/home/sheda/tmp/GNUnet/src/util/.libs -lpthread -lm -L/usr/local/lib -lltdl 
-lgcrypt -lintl -liconv -lgpg-error -lgmp -L/home/sheda/lib 
-L../../../src/util/crypto/.libs -lgnunetutil_crypto -L../../../src/util/.libs 
-lgnunetutil 
creating libgnunetutil_containers.la
(cd .libs && rm -f libgnunetutil_containers.la && ln -s 
../libgnunetutil_containers.la libgnunetutil_containers.la)
gmake[5]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/containers'
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/containers'
Making all in loggers
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util/loggers'
Making all in .
gmake[5]: Entering directory `/home/sheda/tmp/GNUnet/src/util/loggers'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT file.lo -MD -MP -MF ".deps/file.Tpo" -c 
-o file.lo file.c; \
then mv -f ".deps/file.Tpo" ".deps/file.Plo"; else rm -f ".deps/file.Tpo"; exit 
1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c  -fPIC -DPIC -o .libs/file.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT memory.lo -MD -MP -MF ".deps/memory.Tpo" 
-c -o memory.lo memory.c; \
then mv -f ".deps/memory.Tpo" ".deps/memory.Plo"; else rm -f 
".deps/memory.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.c  -fPIC -DPIC -o 
.libs/memory.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall 
-g -O2  -L/usr/local/lib -L/home/sheda/lib -o libgnunetutil_logging.la -rpath 
/home/sheda/lib  file.lo memory.lo ../../../src/util/libgnunetutil.la  -lm 
-lpthread 

*** Warning: linker path does not have real file for library -ldl.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libdl and none of the candidates passed a file format test
*** using a regex pattern. Last file checked: /usr/local/lib/libgmp.so.6.3
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
gcc -shared  -fPIC -DPIC -o .libs/libgnunetutil_logging.so.0.0  .libs/file.o 
.libs/memory.o  -lpthread -lm -L/usr/local/lib -lltdl -lgcrypt -lintl -liconv 
-lgpg-error -lgmp -L../../../src/util/.libs -lgnunetutil -L/home/sheda/lib 
creating libgnunetutil_logging.la
(cd .libs && rm -f libgnunetutil_logging.la && ln -s 
../libgnunetutil_logging.la libgnunetutil_logging.la)
gmake[5]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/loggers'
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/loggers'
Making all in network_client
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util/network_client'
Making all in .
gmake[5]: Entering directory `/home/sheda/tmp/GNUnet/src/util/network_client'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT daemon.lo -MD -MP -MF ".deps/daemon.Tpo" 
-c -o daemon.lo daemon.c; \
then mv -f ".deps/daemon.Tpo" ".deps/daemon.Plo"; else rm -f 
".deps/daemon.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT daemon.lo -MD -MP -MF .deps/daemon.Tpo -c daemon.c  -fPIC -DPIC -o 
.libs/daemon.o
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT tcpio.lo -MD -MP -MF ".deps/tcpio.Tpo" -c 
-o tcpio.lo tcpio.c; \
then mv -f ".deps/tcpio.Tpo" ".deps/tcpio.Plo"; else rm -f ".deps/tcpio.Tpo"; 
exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT tcpio.lo -MD -MP -MF .deps/tcpio.Tpo -c tcpio.c  -fPIC -DPIC -o 
.libs/tcpio.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall 
-g -O2  -L/usr/local/lib -L/home/sheda/lib -o libgnunetutil_network_client.la 
-rpath /home/sheda/lib  daemon.lo tcpio.lo ../../../src/util/libgnunetutil.la   
-lm -lpthread 

*** Warning: linker path does not have real file for library -ldl.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libdl and none of the candidates passed a file format test
*** using a regex pattern. Last file checked: /usr/local/lib/libgmp.so.6.3
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
gcc -shared  -fPIC -DPIC -o .libs/libgnunetutil_network_client.so.0.0  
.libs/daemon.o .libs/tcpio.o  -lpthread -lm -L/usr/local/lib -lltdl -lgcrypt 
-lintl -liconv -lgpg-error -lgmp -L../../../src/util/.libs -lgnunetutil 
-L/home/sheda/lib 
creating libgnunetutil_network_client.la
(cd .libs && rm -f libgnunetutil_network_client.la && ln -s 
../libgnunetutil_network_client.la libgnunetutil_network_client.la)
gmake[5]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/network_client'
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/network_client'
Making all in boot
gmake[4]: Entering directory `/home/sheda/tmp/GNUnet/src/util/boot'
Making all in .
gmake[5]: Entering directory `/home/sheda/tmp/GNUnet/src/util/boot'
if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../../.. -I../../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT startup.lo -MD -MP -MF 
".deps/startup.Tpo" -c -o startup.lo startup.c; \
then mv -f ".deps/startup.Tpo" ".deps/startup.Plo"; else rm -f 
".deps/startup.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/include 
-I/usr/local/include -I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 
-MT startup.lo -MD -MP -MF .deps/startup.Tpo -c startup.c  -fPIC -DPIC -o 
.libs/startup.o
/bin/sh ../../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall 
-g -O2  -L/usr/local/lib -L/home/sheda/lib -o libgnunetutil_boot.la -rpath 
/home/sheda/lib  startup.lo ../../../src/util/libgnunetutil.la 
../../../src/util/config_impl/libgnunetutil_config.la 
../../../src/util/loggers/libgnunetutil_logging.la  -lm -lpthread 

*** Warning: linker path does not have real file for library -ldl.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libdl and none of the candidates passed a file format test
*** using a regex pattern. Last file checked: /usr/local/lib/libgmp.so.6.3
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
gcc -shared  -fPIC -DPIC -o .libs/libgnunetutil_boot.so.0.0  .libs/startup.o  
-L/home/sheda/tmp/GNUnet/src/util/.libs -lpthread -lm -L/usr/local/lib -lltdl 
-lgcrypt -lintl -liconv -lgpg-error -lgmp -L/home/sheda/lib 
-L../../../src/util/loggers/.libs -lgnunetutil_logging 
-L../../../src/util/config_impl/.libs -lgnunetutil_config 
-L../../../src/util/.libs -lgnunetutil 
creating libgnunetutil_boot.la
(cd .libs && rm -f libgnunetutil_boot.la && ln -s ../libgnunetutil_boot.la 
libgnunetutil_boot.la)
gmake[5]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/boot'
gmake[4]: Leaving directory `/home/sheda/tmp/GNUnet/src/util/boot'
gmake[3]: Leaving directory `/home/sheda/tmp/GNUnet/src/util'
Making all in server
gmake[3]: Entering directory `/home/sheda/tmp/GNUnet/src/server'
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT connection.lo -MD -MP -MF 
".deps/connection.Tpo" -c -o connection.lo connection.c; \
then mv -f ".deps/connection.Tpo" ".deps/connection.Plo"; else rm -f 
".deps/connection.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I/usr/local/include 
-I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 -MT connection.lo -MD 
-MP -MF .deps/connection.Tpo -c connection.c  -fPIC -DPIC -o .libs/connection.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT core.lo -MD -MP -MF ".deps/core.Tpo" -c 
-o core.lo core.c; \
then mv -f ".deps/core.Tpo" ".deps/core.Plo"; else rm -f ".deps/core.Tpo"; exit 
1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I/usr/local/include 
-I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 -MT core.lo -MD -MP -MF 
.deps/core.Tpo -c core.c  -fPIC -DPIC -o .libs/core.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT handler.lo -MD -MP -MF 
".deps/handler.Tpo" -c -o handler.lo handler.c; \
then mv -f ".deps/handler.Tpo" ".deps/handler.Plo"; else rm -f 
".deps/handler.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I/usr/local/include 
-I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 -MT handler.lo -MD -MP 
-MF .deps/handler.Tpo -c handler.c  -fPIC -DPIC -o .libs/handler.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT tcpserver.lo -MD -MP -MF 
".deps/tcpserver.Tpo" -c -o tcpserver.lo tcpserver.c; \
then mv -f ".deps/tcpserver.Tpo" ".deps/tcpserver.Plo"; else rm -f 
".deps/tcpserver.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I/usr/local/include 
-I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 -MT tcpserver.lo -MD 
-MP -MF .deps/tcpserver.Tpo -c tcpserver.c  -fPIC -DPIC -o .libs/tcpserver.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT startup.lo -MD -MP -MF 
".deps/startup.Tpo" -c -o startup.lo startup.c; \
then mv -f ".deps/startup.Tpo" ".deps/startup.Plo"; else rm -f 
".deps/startup.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I/usr/local/include 
-I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 -MT startup.lo -MD -MP 
-MF .deps/startup.Tpo -c startup.c  -fPIC -DPIC -o .libs/startup.o
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I../../src/include  -I/usr/local/include -I/home/sheda/include  
-fno-strict-aliasing -Wall -g -O2 -MT version.lo -MD -MP -MF 
".deps/version.Tpo" -c -o version.lo version.c; \
then mv -f ".deps/version.Tpo" ".deps/version.Plo"; else rm -f 
".deps/version.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include -I/usr/local/include 
-I/home/sheda/include -fno-strict-aliasing -Wall -g -O2 -MT version.lo -MD -MP 
-MF .deps/version.Tpo -c version.c  -fPIC -DPIC -o .libs/version.o
/bin/sh ../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall -g 
-O2  -L/usr/local/lib -L/home/sheda/lib -o libgnunetcore.la -rpath 
/home/sheda/lib  connection.lo core.lo handler.lo tcpserver.lo startup.lo 
version.lo ../../src/util/libgnunetutil.la 
../../src/util/crypto/libgnunetutil_crypto.la 
../../src/util/cron/libgnunetutil_cron.la  -lm -lpthread 

*** Warning: linker path does not have real file for library -ldl.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libdl and none of the candidates passed a file format test
*** using a regex pattern. Last file checked: /usr/local/lib/libgmp.so.6.3
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
gcc -shared  -fPIC -DPIC -o .libs/libgnunetcore.so.0.0  .libs/connection.o 
.libs/core.o .libs/handler.o .libs/tcpserver.o .libs/startup.o .libs/version.o  
-L/home/sheda/tmp/GNUnet/src/util/.libs -lpthread -lm -L/usr/local/lib -lltdl 
-lgcrypt -lintl -liconv -lgpg-error -lgmp -L/home/sheda/lib 
-L../../src/util/cron/.libs -lgnunetutil_cron -L../../src/util/crypto/.libs 
-lgnunetutil_crypto -L../../src/util/.libs -lgnunetutil 
creating libgnunetcore.la
(cd .libs && rm -f libgnunetcore.la && ln -s ../libgnunetcore.la 
libgnunetcore.la)
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include  
-I/usr/local/include -I/home/sheda/include  -fno-strict-aliasing -Wall -g -O2 
-MT gnunetd.o -MD -MP -MF ".deps/gnunetd.Tpo" -c -o gnunetd.o gnunetd.c; \
then mv -f ".deps/gnunetd.Tpo" ".deps/gnunetd.Po"; else rm -f 
".deps/gnunetd.Tpo"; exit 1; fi
/bin/sh ../../libtool --tag=CC --mode=link gcc  -fno-strict-aliasing -Wall -g 
-O2  -L/usr/local/lib -L/home/sheda/lib -o gnunetd  gnunetd.o 
../../src/server/libgnunetcore.la ../../src/util/boot/libgnunetutil_boot.la  
-lm -lpthread 
gcc -fno-strict-aliasing -Wall -g -O2 -o .libs/gnunetd gnunetd.o  
-L/home/sheda/tmp/GNUnet/src/util/cron/.libs 
-L/home/sheda/tmp/GNUnet/src/util/crypto/.libs 
-L/home/sheda/tmp/GNUnet/src/util/loggers/.libs 
-L/home/sheda/tmp/GNUnet/src/util/config_impl/.libs 
-L/home/sheda/tmp/GNUnet/src/util/.libs -L/usr/local/lib -L/home/sheda/lib 
-L../../src/server/.libs -lgnunetcore -lgnunetutil_cron -lgnunetutil_crypto 
-L../../src/util/boot/.libs -lgnunetutil_boot -lgnunetutil_logging 
-lgnunetutil_config -lgnunetutil -ldl -lgmp -lgpg-error -liconv -lintl -lgcrypt 
-lltdl -lm -lpthread -Wl,-rpath,/home/sheda/lib -Wl,-rpath,/usr/local/lib
/usr/bin/ld: cannot find -ldl
collect2: ld returned 1 exit status
gmake[3]: *** [gnunetd] Error 1
gmake[3]: Leaving directory `/home/sheda/tmp/GNUnet/src/server'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/home/sheda/tmp/GNUnet/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/sheda/tmp/GNUnet'
gmake: *** [all] Error 2
address@hidden ^D


Script done on Mon Jan  1 19:57:58 2007

reply via email to

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