> /sw/linux/libxml-0.99.3/lib/libxml.so: undefined reference to `gzopen'
> /sw/linux/libxml-0.99.3/lib/libxml.so: undefined reference to `gzread'
> /sw/linux/libxml-0.99.3/lib/libxml.so: undefined reference to `gzclose'
> /sw/linux/libxml-0.99.3/lib/libxml.so: undefined reference to `gzwrite'

This problem has been discussed on the list several times. It is not
a problem with Dia. This solution is from
Christopher J Peikert <[EMAIL PROTECTED]>:

>I found a solution to the problem.  In the list of library directories
>given in the Makefile, /usr/X11/lib appears before /usr/lib.  My
>/usr/X11/lib directory had a copy of libz.a residing in it, and it
>must have been old because there was no "gzopen" symbol defined in it,
>nor any of the others.  I copied my newer libz.a into that directory
>and things compiled fine.

Hope this helps.

-- 
Fredrik Hallenberg                             [EMAIL PROTECTED]
http://www.lysator.liu.se/~hallon              [EMAIL PROTECTED]

Reply via email to