randhir phagura wrote:


./.libs/libgnome.so: undefined reference to `libiconv_open'
./.libs/libgnome.so: undefined reference to `libiconv'

It appears you have installed libiconv, dont do that on a glibc system, it's built-in. You should delete the installed files. If you installed in /usr, check, by date/time, what headers were installed by libiconv in /usr/include. Then restore them from the glibc tarball:
cp iconv/iconv.h /usr/include/
that one is cooked for sure.

should fix it, but you *may* need to reinstall apps and libs built with libiconv installed.
--
David Jensen

--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to