Hi,
sorry to be a bit of a nag, but libdect fails, too. The configure script
fails while trying to find libnl. The fix is to replace "nl" with "nl-3"
in configure.ac:36 (the first param of the AC_CHECK_LIB macro).
Cheers,
Stephan
Hi,
after cloning libnl from git://dect.osmocom.org/git/libnl.git, I tried
to compile it. It breaks while trying to compile the "nl-pktloc-lookup"
binary. It seems to be caused by line 131 in src/Makefile.am (LDADD
statement that overwrites the linker flags set before). Removing this
line and thus using the "old" linker flags works.
Is this the desired behavior or did anybody just forget to delete this line?
Cheers,
Stephan