On 4/4/12 5:17 PM, Tony Cheneau wrote:
> I found out the problem to my compilation issues. I did the following
> change in the configure.ac (one line fix):
> -PKG_CHECK_MODULES([NL], [libnl-3.0])
> +PKG_CHECK_MODULES([NL], [libnl-3.0, libnl-genl-3.0])
>
> Still, I do not know if my problem is/was F
Hi again,
(replying to myself)
I found out the problem to my compilation issues. I did the following
change in the configure.ac (one line fix):
-PKG_CHECK_MODULES([NL], [libnl-3.0])
+PKG_CHECK_MODULES([NL], [libnl-3.0, libnl-genl-3.0])
Still, I do not know if my problem is/was Fedora/CentOS rel
Good afternoon folks,
I tried compiling the lowpan-tools on Fedora 15 and CentOS 6.2 systems
but I
could not pass the "./configure" step (called by autogen.sh) and I
would be
grateful if anyone could help me figure out why. I cloned the git repo
and am
using the latest version available at the ti