GNOME Bugzilla – Bug 99952
make fails on compile of vfolder
Last modified: 2004-12-22 21:47:04 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
bug 78434 has suggestions, looks like you need to add -lintl *** This bug has been marked as a duplicate of 78434 ***