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 _______________________________________________ GNUnet-developers mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnunet-developers
