CSXCAD
CSXCAD copied to clipboard
configure looks for libpng, libjpeg, libtiff but they aren't used in build
-- Found PNG: /usr/local/lib/libpng.so (found version "1.6.40")
-- Found JPEG: /usr/local/lib/libjpeg.so (found version "80")
But then binaries aren't linked with these libraries.
Again, what is the issue here??
I think CSXCAD depends on vtk which in turn depends on libpng and libjpeg. My version is successfully linked against both. I do not see the issue...