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 142724 - undefined reference to 'libintl_bindgettextdomain' linking test-folder
undefined reference to 'libintl_bindgettextdomain' linking test-folder
Status: RESOLVED DUPLICATE of bug 78434
Product: gnome-vfs
Classification: Deprecated
Component: Build
unspecified
Other Solaris
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2004-05-18 14:16 UTC by Francois Bolduc
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Francois Bolduc 2004-05-18 14:16:02 UTC
Errors while running make

My build environment is:
O/S Solaris 9 Intel
GCC 3.3.2

# /bin/ksh
# cd /tmp
# bzcat gnome-vfs-2.6.1.1.tar.bz2 | gtar xf -
# cd gnome-vfs-2.6.1.1
# ./configure --prefix=/opt/sfw
# make
.
.
../../libgnomevfs/.libs/libgnomevfs-2.so: undefined reference 
to 'libintl_bindtextdomain'
../../libgnomevfs/.libs/libgnomevfs-2.so: undefined reference 
to 'libintl_ngettext'
../../libgnomevfs/.libs/libgnomevfs-2.so: undefined reference 
to 'libintl_dgettext'
../../libgnomevfs/.libs/libgnomevfs-2.so: undefined reference 
to 'libintl_bind_textdomain_codeset'
collect2: ld returned 1 exit status
Comment 1 Christophe Fergeau 2004-07-20 20:45:44 UTC

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