Re: EOG bug? Doesn't compile.



Hi Emmanuel,

emmanuel lewis wrote:
[...]
`jcopy_markers_execute':
/tmp/GNOME/eog-2.8.1/jpegutils/transupp.c:985: undefined reference to
`jpeg_write_marker'
collect2: ld returned 1 exit status
make[3]: *** [eog] Error 1
make[3]: Leaving directory `/tmp/GNOME/eog-2.8.1/shell'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/GNOME/eog-2.8.1/shell'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/GNOME/eog-2.8.1'
make: *** [all-recursive-am] Error 2

each time i try to build I get this error?

it's pretty sure a problem with your libjpeg. Eog compiles (means it can find the header files of the lib), but the linker can't find the library. Thats the reason for the 'undefined reference to ...' errors.

Maybe you should append a --with-libjpeg=<path to jpeg library> to the configure script.

Regards,

  Jens



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]