Bill Jonas on Mon, 23 Sep 2002 15:53:05 -0400 |
On Mon, Sep 23, 2002 at 03:43:46PM -0400, Paul wrote: > libjpeg.so.62.0.0 I think I need the "devel" package in order to get > libjpeg.so. It also has the files that go under /usr/include. Yes, see my earlier message today urging you to install the -dev package. On my system, this is what it looks like: $ dpkg -L libjpeg62-dev |grep include /usr/include /usr/include/jconfig.h /usr/include/jpeglib.h /usr/include/jmorecfg.h /usr/include/jerror.h /usr/include/jpegint.h You need these header files or else the compiler doesn't know about the functions stored in the libraries here: $ dpkg -L libjpeg62 |grep 'usr\/lib' /usr/lib /usr/lib/libjpeg.so.62.0.0 /usr/lib/libjpeg.so.62 -- Bill Jonas * bill@billjonas.com * http://www.billjonas.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." -- Benjamin Franklin Attachment:
pgp5buBcENMdH.pgp
|
|