Christopher J Peikert wrote:
> 
> I wrote the following message to the author, who didn't know of a
> solution, but said that he had heard of other people having this
> problem.  Essentially the problem is that the compiler can't find the
> symbols for "gzopen", "gzclose", etc., which are referred to in libxml
> and exist in libz.  Does anyone have any suggestions about this?  I
> apologize if this is a libxml/libz problem and I am off-topic.
> 
> thanks,
> - -Chris Peikert

I don't know a lot about how exactly the linker works but if I rember correctly
I once saw a linking process where the order the libs were written mattered.
That means that the library defining a symbol has to be given *after* the library
requesting it. So may be you can just play with the order in which the libs are
listed or even put them twice...

Hope this helps.

Stefan

_______________________________________________________              
              
Stefan Seefeld
Departement de Physique
Universite de Montreal
email: [EMAIL PROTECTED]

_______________________________________________________

      ...ich hab' noch einen Koffer in Berlin...

Reply via email to