On Dec 15, 2008, at 4:15 PM, Beech Rintoul wrote:
I'm trying to update the x11vnc port to the latest and I'm getting the
following configure error:
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for jpeg_CreateCompress in -ljpeg... no <------------
Note
I see that symbol here:
% nm /usr/local/lib/libjpeg.a | grep jpeg_CreateCompress
00000000 T jpeg_CreateCompress
% pkg_info | grep jpeg
jpeg-6b_7 IJG's jpeg compression utilities
Are you sure you have the latest version of the port, and that you
have these files:
/usr/local/lib/libjpeg.a
/usr/local/lib/libjpeg.la
/usr/local/lib/libjpeg.so
/usr/local/lib/libjpeg.so.9
...? :-)
Regards,
--
-Chuck
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"