Re: [gentoo-user] Error compiling showimg

2005-04-01 Thread Nuno Alexandre Neves Raimundo
I have solve the problem by emerge again the packages that showimg depends.
Some of that package gave me the same error, so i just emerge their 
dependecys.
After 5 or 6 packages, i dont have any errors and i just emerge showimg 
without any errors.

thanks for your help.

On Thursday 31 March 2005 18:25, Dave Nebinger wrote:
> > Is there any way to see what libraries hare linked to library?
>
> ldd is your friend...
--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Error compiling showimg

2005-03-31 Thread Dave Nebinger
> Is there any way to see what libraries hare linked to library?

ldd is your friend...


--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Error compiling showimg

2005-03-31 Thread Nuno Alexandre Neves Raimundo
Is there any way to see what libraries hare linked to library?

On Thursday 31 March 2005 16:58, Dave Nebinger wrote:
> > It don't have any /usr/kde/3.3/lib line in it.
> > I have done  ldconfig but it still dont compile
>
> Well I guess you could try "ln -s /usr/kde/3.4 /usr/kde/3.3" and try the
> compile again.  It's not pretty but it will supply the necessary linkage.
>
> Perchance another library was linked against the /usr/kde/3.3/lib/libkio.la
> library that wasn't updated when you emerged 3.4...
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Error compiling showimg

2005-03-31 Thread Nuno Alexandre Neves Raimundo
this is my  /etc/ld.so
 
# ld.so.conf autogenerated by env-update; make all changes to
# contents of /etc/env.d directory
/usr/local/lib
/usr/lib/opengl/ati/lib
/usr/i686-pc-linux-gnu/lib
/usr/lib/gcc/i686-pc-linux-gnu/3.4.3-20050110
/usr/lib/MozillaFirefox
/usr/lib
/opt/sun-jdk-1.4.2.07/jre/lib
/usr/qt/3/lib
/usr/kde/3.4/lib
/usr/lib/libstdc++-v3/

It don't have any /usr/kde/3.3/lib line in it.
I have done  ldconfig but it still dont compile

>
> Check /etc/ld.so.conf and see if /usr/kde/3.3/lib is in it.  If so, change
> it to reflect 3.4, then run ldconfig and try compiling again.
>
> My guess is that even though the -L/usr/kde/3.4/lib is provided to libtool
> the linker is finding a match in the cache and is trying to use that one.
>
>
>
> --
> gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list



RE: [gentoo-user] Error compiling showimg

2005-03-31 Thread Dave Nebinger
> grep: /usr/kde/3.3/lib/libkio.la: No such file or directory
> /bin/sed: can't read /usr/kde/3.3/lib/libkio.la: No such file or directory
> libtool: link: `/usr/kde/3.3/lib/libkio.la' is not a valid libtool archive
> 
> I have kde 3.4, but he tries to compile with a library from kde 3.3 that
> is not there. What is wrong?

Check /etc/ld.so.conf and see if /usr/kde/3.3/lib is in it.  If so, change
it to reflect 3.4, then run ldconfig and try compiling again.

My guess is that even though the -L/usr/kde/3.4/lib is provided to libtool
the linker is finding a match in the cache and is trying to use that one.



--
gentoo-user@gentoo.org mailing list