Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-07 Thread cucu ionut cristian
On Tue, 2005-12-06 at 20:00 -0700, Richard Fish wrote: > > ldd /bin/bash found problem: I must use ldd /parth/to/program/program to get the right result thanks for tip -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Richard Fish
On 12/6/05, cucu ionut cristian <[EMAIL PROTECTED]> wrote: > I tried the ldd and ldd $x where x is a varios program wich runs fine on > my system and output is ldd: ./x: No such file or directory > I guess I shoud have set something somewhere but... don't know what > where I'm not sure I understan

Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread cucu ionut cristian
> The ldd output of a binary shows the complete > dependancy tree. I tried the ldd and ldd $x where x is a varios program wich runs fine on my system and output is ldd: ./x: No such file or directory I guess I shoud have set something somewhere but... don't know what where -- gentoo-user@gento

Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Nagatoro
Richard Fish wrote: On 12/6/05, Nagatoro <[EMAIL PROTECTED]> wrote: I not back to the former question should kview link directly to libstdc++.so.5 at all? It probably doesn't. You can check this with: strings /usr/kde/3.5/bin/kview | grep stdc++ Thanks, it turns out that it does link to b

Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Richard Fish
On 12/6/05, Nagatoro <[EMAIL PROTECTED]> wrote: > Richard Fish wrote: > > You can check both. The ldd output of a binary shows the complete > > dependancy tree. You can then check individual libraries. The > > following script should identify the 'offender': > > > > for x in `ldd /usr/kde/3.5/bi

Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Nagatoro
Richard Fish wrote: You can check both. The ldd output of a binary shows the complete dependancy tree. You can then check individual libraries. The following script should identify the 'offender': for x in `ldd /usr/kde/3.5/bin/kview | awk '{ print $3}' | grep lib` ; do echo $x ldd $x ch

Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Richard Fish
On 12/6/05, Nagatoro <[EMAIL PROTECTED]> wrote: > Richard Fish wrote: > > Because it is also linking against some other library that you already > > have installed (Qt, maybe?) that is linked against stdc++.so.5. > > Point well taken. > But would I see this "link" on the actual KDE binaries (eg ldd

Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Nagatoro
Richard Fish wrote: Because it is also linking against some other library that you already have installed (Qt, maybe?) that is linked against stdc++.so.5. Point well taken. But would I see this "link" on the actual KDE binaries (eg ldd kview) or would I see this if I checked the QT library tha

Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Graham Murray
Nagatoro <[EMAIL PROTECTED]> writes: > Yes I've read that too. But why is the newly compiled KDE linking > against libstdc++.so.5 when it was compiled _after_ the gcc change? It is probably linking against something (qt perhaps, as the existing qt was used when I upgraded to kde 3.5) that is itse

Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Richard Fish
On 12/6/05, Nagatoro <[EMAIL PROTECTED]> wrote: > Peter Ruskin wrote: > > From http://www.gentoo.org/proj/en/base/x86/gcc-upgrading-guide.xml: > > > > # revdep-rebuild --library libstdc++.so.5 -- -pv > > # revdep-rebuild --library libstdc++.so.5 > > Yes I've read that too. But why is the newly comp

Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Nagatoro
Peter Ruskin wrote: From http://www.gentoo.org/proj/en/base/x86/gcc-upgrading-guide.xml: # revdep-rebuild --library libstdc++.so.5 -- -pv # revdep-rebuild --library libstdc++.so.5 Yes I've read that too. But why is the newly compiled KDE linking against libstdc++.so.5 when it was compiled _af

Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Nagatoro
Jan Callewaert wrote: 2005/12/6, Nagatoro <[EMAIL PROTECTED]>: I've just upgraded my desktop computer to use gcc-3.4 and right after that I decided to try KDE-3.5. Everything compiled just fine but now i see that KDE-3.5 is linked against libstdc++.so.5 _and_ libstdc++.so.6. Does anyone know wh

Re: [gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Jan Callewaert
2005/12/6, Nagatoro <[EMAIL PROTECTED]>: > Hi, > > I've just upgraded my desktop computer to use gcc-3.4 and right after > that I decided to try KDE-3.5. Everything compiled just fine but now i > see that KDE-3.5 is linked against libstdc++.so.5 _and_ libstdc++.so.6. > > Does anyone know where I've

[gentoo-user] Strange KDE/gcc upgrade

2005-12-06 Thread Nagatoro
Hi, I've just upgraded my desktop computer to use gcc-3.4 and right after that I decided to try KDE-3.5. Everything compiled just fine but now i see that KDE-3.5 is linked against libstdc++.so.5 _and_ libstdc++.so.6. Does anyone know where I've gone wrong? -- Naga -- gentoo-user@gentoo.org m