hi, the latest cvs throws up the following error when compiling:
util.o(.text+0x4df7): In function `Convert2JPG(QString, QImage*, int, bool)':: undefined reference to `jpeg_std_error' util.o(.text+0x4e35): In function `Convert2JPG(QString, QImage*, int, bool)':: undefined reference to `jpeg_destroy_compress' util.o(.text+0x4e70): In function `Convert2JPG(QString, QImage*, int, bool)':: undefined reference to `jpeg_CreateCompress' util.o(.text+0x4e9e): In function `Convert2JPG(QString, QImage*, int, bool)':: undefined reference to `jpeg_stdio_dest' util.o(.text+0x4ee8): In function `Convert2JPG(QString, QImage*, int, bool)':: undefined reference to `jpeg_set_defaults' util.o(.text+0x4f11): In function `Convert2JPG(QString, QImage*, int, bool)':: undefined reference to `jpeg_set_quality' util.o(.text+0x4f1b): In function `Convert2JPG(QString, QImage*, int, bool)':: undefined reference to `jpeg_start_compress' util.o(.text+0x4fe1): In function `Convert2JPG(QString, QImage*, int, bool)':: undefined reference to `jpeg_write_scanlines' util.o(.text+0x5005): In function `Convert2JPG(QString, QImage*, int, bool)':: undefined reference to `jpeg_finish_compress' util.o(.text+0x501a): In function `Convert2JPG(QString, QImage*, int, bool)':: undefined reference to `jpeg_destroy_compress' collect2: ld returned 1 exit status using slackware 9.1, qt 3.2.1. i guess this has to do with exporting jpg images in pdfs. any additional libs i should install? thanks for inputs, regards, subash.
