in a new library. I am getting this on build, it is a dependency from of the library I am trying to use.
Warning 1 warning : libpthread.so.0, needed by c:/sysgcc/raspberry/bin/../arm-linux-gnueabihf/sysroot/usr/lib/../lib/libwiringPi.so, not found (try using -rpath or -rpath-link) c:sysgccraspberryarm-linux-gnueabihfbinld.exe 1 1 C++TestProg
but the file is right there in /lib/arm-linux-gnueabihf/libpthread.so.0 in my sysroot folder
I have compiled using the same library on the pi and it compiles find.