GNOME Bugzilla – Bug 160937
Makefile.am: compilation error (Undefined symbol: .jpeg...)
Last modified: 2005-06-24 11:18:52 UTC
Compilation under AIX 5L stops with error: ld: 0711-317 ERROR: Undefined symbol: .jpeg_std_error ld: 0711-317 ERROR: Undefined symbol: ... In src/eog/shell/Makefile.am: lacks of $LIBJPEG in eog_LDADD area.
Created attachment 34690 [details] [review] Add $LIBJPEG in eog_LDADD area.
Patch applied to CVS. Thanks.