Re: Fun with Gnome-xml, -perl, extace, etc



> 
> # gnome-xml fails because libxml.so does not define the references.
> 
> /bin/sh ./libtool --mode=link gcc -g -O2  -o tester  tester.o ./libxml.la
> gcc -g -O2 -o .libs/tester tester.o -Wl,--rpath -Wl,/opt/gnome/lib
> ./.libs/libxml.so
> ./.libs/libxml.so: undefined reference to `gzopen'
> ./.libs/libxml.so: undefined reference to `gzread'
> ./.libs/libxml.so: undefined reference to `gzclose'
> ./.libs/libxml.so: undefined reference to `gzwrite'
> collect2: ld returned 1 exit status
> make: *** [tester] Error 1

  Humm, seems that autoconf didn't detected the compression library.
The -lz library should be passed at link time . Strange ...

Daniel

-- 
	    [Yes, I have moved back to France !]
Daniel.Veillard@w3.org | W3C  INRIA Rhone-Alpes  | Today's Bookmarks :
Tel: +33 476 615 257  | 655, avenue de l'Europe | Linux, WWW, rpmfind,
Fax: +33 476 615 207  | 38330 Montbonnot FRANCE | rpm2html, Kaffe,
http://www.w3.org/People/W3Cpeople.html#Veillard | badminton, and Amaya.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]