thisisalloneword
New member
Tried doing:
./compile plotfmt
But gives lots of errors relating to missing libraries
cannot find -lX11: No such file or directory
cannot find -lXext: No such file or directory
cannot find -lpng: No such file or directory
and many more...
However, these libraries do exist in /usr/lib64, for example:
[hussaif1@vis-ws-vm-041 WPS]$ locate libXext
/usr/lib64/libXext.so.6
/usr/lib64/libXext.so.6.4.0
I tried editing configure.wps with LDFLAGS="-L/usr/lib64" , but got the same errors . Guessing I am over-looking something obvious?
./compile plotfmt
But gives lots of errors relating to missing libraries
cannot find -lX11: No such file or directory
cannot find -lXext: No such file or directory
cannot find -lpng: No such file or directory
and many more...
However, these libraries do exist in /usr/lib64, for example:
[hussaif1@vis-ws-vm-041 WPS]$ locate libXext
/usr/lib64/libXext.so.6
/usr/lib64/libXext.so.6.4.0
I tried editing configure.wps with LDFLAGS="-L/usr/lib64" , but got the same errors . Guessing I am over-looking something obvious?