Re: Compiling gnome-libs........



Gabriele Giorgetti wrote:
> > Looks like it's having trouble with your zlib.  First, make sure there is
> > one and only one libz.so on your system (having two copies in different
> > directories is often the problem).  Then go to the directory where zlib is
> > kept, and type:
> >    $ nm libz.so |grep compress
> >    000017bc T compress
> >    00001718 T compress2
> >    00006910 t compress_block
> >    000030d8 T uncompress
> >
> > Your numbers may vary, but you need at least the "T compress" and the
> > "T uncompress" lines there.  Lastly, make sure that libz.so is able to
> > be found; that means it is either in /lib, /usr/lib, or any directory
> > given after a "-L" in the above gcc command.
> 
> Well that's what i get doing  nm libz.so |grep compress in
> /usr/local/lib:
> 
> 00001770 T compress
> 000016c0 T compress2
> 00006f50 t compress_block
> 00003370 T uncompress
> 
> I think it's ok and it's the only libz.so file in my systems.....
> but while compiling i got the same error.
> 
> there are also : libz.so1 , libzso.1.1.2 is this a too Old ver to let
> gnome-lib compile ?
> 
> Thanks Again ;)

Right theory, wrong implementation.  It is doing a static link.  Try
doing a looking for libz.a and deleting the oldest one.  :)

-- 
---------------
Jesse D. Sightler
http://www3.pair.com/jsight/



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