Hi Dennis,

The configure is not complaining about not finding the libraries, but not finding the header files.

I guess if you find -name "jpeglib.h" you will not find it.

apt-get install libjpeg62-dev

will solve that issue. Same goes for all other libs that are needed. You need the -dev packages.

With kind regards,

Thanks a lot!

        apt-get install libjpeg62-dev
        apt-get install libtiff4-dev
        apt-get install libpng12-dev

solved the problem.

Regards,

  Andreas



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to