|
From: | jah |
Subject: | [GNUnet-developers] [test_transport_address_switch_tcp] Error 1 |
Date: | Fri, 30 Sep 2016 22:44:03 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.8.0 |
I'm having a problem with make check in gnunet transport; none of the other tests are affected; (r38054):- make[1]: Entering directory `/path/to/gnunet/src/transport' CC test_transport_address_switch.o CCLD test_transport_address_switch_tcp /path/to/gnunet/lib/libgnunettesting.so.1: undefined reference to `GNUNET_ARM_monitor_stop' /path/to/gnunet/lib/libgnunettesting.so.1: undefined reference to `GNUNET_ARM_disconnect' collect2: error: ld returned 1 exit status make[1]: *** [test_transport_address_switch_tcp] Error 1 make[1]: Leaving directory `/path/to/gnunet/src/transport' make: *** [check-am] Error 2 I did this to run the tests: $ svn up $ svn export . /path/to/gnunet $ cd /path/to/gnunet $ export MYPATH=/path/to/gnunet $ export GNUNET_PREFIX=$MYPATH/lib $ export PATH=$MYPATH/bin:$PATH $ ./bootstrap $ ./configure --prefix=$MYPATH --with-microhttpd=/usr/local --with-sudo --enable-logging=verbose $ make && make install $ make check Have I done something wrong? jah
[Prev in Thread] | Current Thread | [Next in Thread] |