After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 160937 - Makefile.am: compilation error (Undefined symbol: .jpeg...)
Makefile.am: compilation error (Undefined symbol: .jpeg...)
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
unspecified
Other AIX
: Normal normal
: ---
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-12-10 10:01 UTC by christophe belle
Modified: 2005-06-24 11:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8


Attachments
Add $LIBJPEG in eog_LDADD area. (285 bytes, patch)
2004-12-10 10:03 UTC, christophe belle
none Details | Review

Description christophe belle 2004-12-10 10:01:16 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.
Comment 1 christophe belle 2004-12-10 10:03:13 UTC
Created attachment 34690 [details] [review]
Add $LIBJPEG in eog_LDADD area.
Comment 2 Tim Gerla 2005-06-24 11:18:19 UTC
Patch applied to CVS. Thanks.