Skip to Content.
Sympa Menu

sm-discuss - RE: [SM-Discuss] Still problems with kdelibs

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: "Chris Brien" <christopher_brien AT hotmail.com>
  • To: spencero AT mail.utexas.edu, sm-discuss AT lists.ibiblio.org
  • Subject: RE: [SM-Discuss] Still problems with kdelibs
  • Date: Fri, 23 Aug 2002 23:35:33 +0100

From: "Spencer Ogden" <spencero AT mail.utexas.edu>
Unfortunately it is happening during a `cast -c -r kdelibs`. The error
is:

make[4]: Entering directory `/usr/src/kdelibs-3.0.3/arts/kde'
/usr/bin/moc ./kioinputstream_impl.h -o kioinputstream_impl.moc
/usr/bin/mcopidl -I/usr/include/arts -I/usr/include/arts -t
../../arts/kde/artskde.idl
/usr/bin/mcopidl: error while loading shared libraries: libstdc++.so.4:
cannot open shared object file: No such file or directory
make[4]: *** [artskde.h] Error 127
make[4]: Leaving directory `/usr/src/kdelibs-3.0.3/arts/kde'
! Problem Detected !
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/kdelibs-3.0.3/arts/kde'

`ld -lstdc++` gives:
root@home:/usr/lib# ld -lstdc++
ld: warning: cannot find entry symbol _start; not setting start address

As expected.

Spencer

Ok, for a start "/usr/bin/mcopidl: error while loading shared libraries: libstdc++.so.4: cannot open shared object file: No such file or directory" means that mcopidl is linked to the old libstdc++. This will have to be rebuilt before you can build kdelibs.

root@Orthanc:~# gaze from /usr/bin/mcopidl
arts-1.0.2:/usr/bin/mcopidl

So, you see that you have to start lower down in the dependencies. In order to rebuild kde after a gcc upgrade, you must

cast -c qt-x11 arts kdelibs kdebase kde<whatever>

so that everything can link with everything. A few "cast --fix" invocations would fix this eventually. If in doubt, you can always rebuild.

Chris
aka zero_the_hero

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com





Archive powered by MHonArc 2.6.24.

Top of Page