So I have an issue when I link against libnl.
this is on a mipsel target. test program is just an empty main()
cat main.c
----------------
int main()
{
return 0;
}
----------------
compile with
mipsel-openwrt-linux-gcc -o failure -lnl-route-3 main.c
then run the program on target and it will never return/exit.
anybody else see this ??