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 99952 - make fails on compile of vfolder
make fails on compile of vfolder
Status: RESOLVED DUPLICATE of bug 78434
Product: gnome-vfs
Classification: Deprecated
Component: Module: vfolder
2.0.x
Other Linux
: Normal blocker
: ---
Assigned To: Alex Graveley
Luis Villa
Depends on:
Blocks:
 
 
Reported: 2002-11-30 06:14 UTC by jrasku
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jrasku 2002-11-30 06:14:27 UTC
The compile fails on compile of vfolder the last valid information I 
see is:

gcc -g -O2 -o .libs/test-vfolder test-vfolder.o  
../../libgnomevfs/.libs/libgnomevfs-2.so -L/usr/local/lib 
/usr/local/lib/libgconf-2.so /usr/local/lib/libbonobo-activation.so 
/usr/local/lib/libORBit-2.so /usr/lib/libpopt.so 
/usr/local/lib/liblinc.so /usr/local/lib/libgmodule-2.0.so -ldl 
/usr/local/lib/libgobject-2.0.so /usr/local/lib/libgthread-2.0.so 
-lpthread /usr/local/lib/libglib-2.0.so /usr/local/lib/libxml2.so -lz 
-lm -lrt -Wl,--rpath -Wl,/usr/local/lib
../../libgnomevfs/.libs/libgnomevfs-2.so: undefined reference to 
`bind_textdomain_codeset'
collect2: ld returned 1 exit status

I don't know what to do.  Tried to use the .gz instead of the .bz2 as 
that worked with another component, but this isn't working.  I hope 
you can help me, or find some way that this can work.

Jessica
Comment 1 David Kennedy 2002-11-30 06:25:37 UTC
bug 78434 has suggestions, looks like you need to add -lintl

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