GNOME Bugzilla – Bug 78678
libintl missing when linking gimp-1.2
Last modified: 2002-04-15 08:27:49 UTC
default ./configure options make fails to link gimp-1.2 executable because gettext and other functions from libintl are undefined; reconfiguring with LDFLAGS set to '-L/usr/local/lib -lintl' fixes the problem
This is similar to bug #7138 (also related to FreeBSD), but this is most likely a duplicate of #75452. Scroll down to see the last comments added to that bug report and you will see that the problem is caused by an incorrect definition of INTLLIBS in app/Makefile.am. If you remove that line and run autogen.sh (or manually run automake, autoconf and configure to re-create the Makefiles), then everything should work. *** This bug has been marked as a duplicate of 75452 ***