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 78678 - libintl missing when linking gimp-1.2
libintl missing when linking gimp-1.2
Status: RESOLVED DUPLICATE of bug 75452
Product: GIMP
Classification: Other
Component: Internationalisation
1.x
Other FreeBSD
: Normal normal
: ---
Assigned To: GIMP Bugs
Daniel Egger
Depends on:
Blocks:
 
 
Reported: 2002-04-14 17:19 UTC by alex
Modified: 2002-04-15 08:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description alex 2002-04-14 17:19:59 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
Comment 1 Raphaël Quinet 2002-04-15 08:27:49 UTC
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 ***