Yeah it is. But there's no libpthread.so in /lib/ which I'm guessing there should be, so I tried uninstalling it (forced uninstall, because it's an essential package) and re-installed with opkg hoping it would add the .so file, but it didn't. So I've been searching for an answer but no luck so far. How can I create the .so file if it doesn't come with the package in opkg?
The Gocode I'm attempting to compile now throws me an error about pcap.h missing. I think that file is part of the libpcap dev package, other Linux distros e.g. Ubuntu have a package named libpcap0.8-dev which supposedly includes it. Opkg does have a libpcap package which I have installed already but apparently it lacks this header file. Is there any similar solution to satisfying this dependency?