* Craig Ringer schrieb: > Scribus or its configure script, but one that only happens when you're > missing libjpeg or its development package.
ok, I installed libjpeg-devel: [...] util.o(.text+0x4757): In function `Convert2JPG(QString, QImage*, int, bool)': : undefined reference to `jpeg_std_error' util.o(.text+0x4795): In function `Convert2JPG(QString, QImage*, int, bool)': : undefined reference to `jpeg_destroy_compress' util.o(.text+0x47d0): In function `Convert2JPG(QString, QImage*, int, bool)': : undefined reference to `jpeg_CreateCompress' util.o(.text+0x47fd): In function `Convert2JPG(QString, QImage*, int, bool)': : undefined reference to `jpeg_stdio_dest' util.o(.text+0x4847): In function `Convert2JPG(QString, QImage*, int, bool)': : undefined reference to `jpeg_set_defaults' util.o(.text+0x488f): In function `Convert2JPG(QString, QImage*, int, bool)': : undefined reference to `jpeg_set_quality' util.o(.text+0x4899): In function `Convert2JPG(QString, QImage*, int, bool)': : undefined reference to `jpeg_start_compress' util.o(.text+0x4952): In function `Convert2JPG(QString, QImage*, int, bool)': : undefined reference to `jpeg_write_scanlines' util.o(.text+0x4976): In function `Convert2JPG(QString, QImage*, int, bool)': : undefined reference to `jpeg_finish_compress' util.o(.text+0x498b): In function `Convert2JPG(QString, QImage*, int, bool)': : undefined reference to `jpeg_destroy_compress' util.o(.text+0x54eb): In function `isProgressive(QString)': : undefined reference to `jpeg_std_error' util.o(.text+0x5529): In function `isProgressive(QString)': : undefined reference to `jpeg_destroy_decompress' util.o(.text+0x5570): In function `isProgressive(QString)': : undefined reference to `jpeg_CreateDecompress' util.o(.text+0x55a3): In function `isProgressive(QString)': : undefined reference to `jpeg_stdio_src' util.o(.text+0x55ad): In function `isProgressive(QString)': : undefined reference to `jpeg_read_header' util.o(.text+0x55b5): In function `isProgressive(QString)': : undefined reference to `jpeg_has_multiple_scans' util.o(.text+0x55d3): In function `isProgressive(QString)': : undefined reference to `jpeg_destroy_decompress' collect2: ld returned 1 exit status [...] Whats leaving now? thx Ekkard
