GNOME Bugzilla – Bug 80766
Compiling gnome-vfs 1.9.14 for GNOME 2.0 fails on old LIBC
Last modified: 2004-12-22 21:47:04 UTC
Package: gnome-vfs Severity: normal Version: 1.9.14 Synopsis: Compiling gnome-vfs 1.9.14 for GNOME 2.0 fails on old LIBC Bugzilla-Product: gnome-vfs Bugzilla-Component: Build Description: I'm using Debian 2.2r6 (Potato) with GLIBC 2.1.3 This version of GLIBC does not have some gettext features that gnome-vfs 1.9.14 requires. Even when I install an updated version of gettext, it is not detected. The build fails in the "test" subdirectory with the following error: ../libgnomevfs/.libs/libgnomevfs-2.so: undefined reference to `bind_textdomain_codeset' If I add '-lintl' to libgnomevfs/Makefile on the LIBGNOMEVFS_LIBS line, it works. gnome-vfs configure script should check libc for required functionallity, and try to locate external gettext installation if it is not available. ------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-05-04 03:02 ------- Reassigning to the default owner of the component, gnome-vfs-maint@bugzilla.gnome.org.
*** This bug has been marked as a duplicate of 78434 ***