GNOME Bugzilla – Bug 139828
error in libgimpprint check in configure script
Last modified: 2004-04-12 20:12:41 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
Created attachment 26588 [details] relevant section from config.log
*** This bug has been marked as a duplicate of 138273 ***