Hello,
I keep banging on this:
/usr/bin/ld: cannot find -lXtst
collect2: ld returned 1 exit status
...and the make finishes with 6 errors...Any ideas?
Hello,
I keep banging on this:
/usr/bin/ld: cannot find -lXtst
collect2: ld returned 1 exit status
...and the make finishes with 6 errors...Any ideas?
It looks like you don't have libXtst installed (or at least the linker can't find it).
On the Ubuntu I need to install libX11-dev package and then:
ln -s /usr/lib/libXtst.so.6 /usr/lib/libXtst.so
Best Regards
Bookmarks