On 9/24/05, randhir phagura <[EMAIL PROTECTED]> wrote:
> Unknown library `xml'
> checking for xmlNewDoc in -lxml... Unknown library `xml'
> yes
> Unknown library `xml'
> checking for libxml (gnome-xml) version >= 1.8.8... Unknown library `xml'
> configure: error: You need at least libxml 1.8.8 for this version of
> gnome-print

Why don't you take a look at config.log and see exactly why it's
bombing out?  Maybe the dummy program they run to test for the library
is not looking in the right place.  If there is an executable named
libxml.so in your linker cache, then it should be found with -lxml. 
So something's going wrong.  Take a look at config.log or configure
and see if you can't make sense of the script.

Dan
--
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