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 139828 - error in libgimpprint check in configure script
error in libgimpprint check in configure script
Status: RESOLVED DUPLICATE of bug 138273
Product: GIMP
Classification: Other
Component: General
2.0.x
Other Solaris
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2004-04-12 18:56 UTC by jas
Modified: 2004-04-12 20:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
relevant section from config.log (8.44 KB, text/plain)
2004-04-12 18:57 UTC, jas
Details

Description jas 2004-04-12 18:56:30 UTC
I'm trying to compile gimp 2.0 under Solaris.

The problem seems to be with the "libgimpprint" check.  When the test program
is compiled, it results in these two errors:

/cs/local/lib/libgimpprint.so: undefined reference to `libintl_bindtextdomain'
/cs/local/lib/libgimpprint.so: undefined reference to `libintl_dgettext'

ldd of libgimpprint.so reveals no undefined symbols:
green 306 % ldd /cs/local/lib/libgimpprint.so
        libm.so.1 =>     /usr/lib/libm.so.1
        libc.so.1 =>     /usr/lib/libc.so.1
        libgcc_s.so.1 =>         /usr/lib/libgcc_s.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        /usr/platform/SUNW,Ultra-4/lib/libc_psr.so.1
Comment 1 jas 2004-04-12 18:57:09 UTC
Created attachment 26588 [details]
relevant section from config.log
Comment 2 Sven Neumann 2004-04-12 20:12:41 UTC

*** This bug has been marked as a duplicate of 138273 ***