Hey Peter,
Somehow, you are not getting the jpeg library linked in. The link
command should include '-ljpeg' I believe. Check that this library is
part of the link line in GNUMakefile and that you have installied
libjpeg-dev
Ken
On 11/29/17 2:06 PM, Peter Vollan wrote:
I did everything that you guys said to do in the recent thread, and I
still got a compile error. Here is the first error in the cascade. All
of the errors are with jpeg_ something or other. I have fltk1.3.4
peter@peter-Inspiron-3521 ~/virtualt-src-v1.7 $ make
Linking virtualt
/usr/lib/x86_64-linux-gnu/libfltk_images.a(Fl_JPEG_Image.o): In
function `Fl_JPEG_Image::Fl_JPEG_Image(char const*)':
(.text+0x175): undefined reference to `jpeg_std_error'