I ended up manually running 'gmake install' on the following modules: kio kdeui kdesu kssl kdecore dcop After installing those, kdelibs built just fine. kdebase is in process right now and seems to be going ok (knock on wood). :) - Milo Hyson CyberLife Labs, LLC > -----Original Message----- > From: Stephan Kulow [mailto:coolo@kde.org] > Sent: Thursday, August 09, 2001 1:07 AM > To: 30453@bugs.kde.org > Subject: Bug#30453: kdelibs link error on FreeBSD > > > On Thursday, 9. August 2001 09:30, you wrote: > > Package: kdelibs > > Version: KDE 2.2.0 CVS/CVSup/Snapshot > > Severity: normal > > Installed from: Compiled sources > > Compiler: gcc version 2.95.3 > > OS: FreeBSD > > OS/Compiler notes: Not Specified > > > > KDE_2_2_RELEASE was obtained via CVSup from > kde.cyberlifelabs.com at around > > 12:30 AM (GMT-7) on August 8th. > > > > Compiling kdelibs breaks on kspell's documentation with the following > > output: > > > > Making all in kspell > > gmake[3]: Entering directory `/usr/local/src/kde-2.2/kdelibs/doc/kspell' > > KDELIBS_UNINSTALLED=yes ../../kdoctools/meinproc --check --cache > > index.cache.bz2 ./index.docbook /usr/libexec/ld-elf.so.1: Shared object > > "libkio.so.3" not found > > gmake[3]: *** [index.cache.bz2] Error 1 > > > > I located the library in question at ./kio/.libs/. Posting to > the kde-devel > > list informed me of a bug in FreeBSD's libtool which is preventing the > > library from being found. > > > > A suggested workaround was to manually run 'gmake install' in the kio > > directory. That fixed the problem, but then it couldn't find > libkdeui. So I > > did a 'gmake install' there too. Now it can't find libkdesu. > > > > The pattern here seems to be that previously built libraries > are not being > > located. Running 'make install' on them fixes the issue because > $KDEDIR/lib > > is in my LD_LIBRARY_PATH variable. > > > > Is there an easier work around for all of this? Should I try building > > kdelibs with 'gmake all install' instead of just 'gmake'? > > > That would be a valid work around. > > Greetings, Stephan > > -- > I've got a dragon here, and I'm not afraid to use it! >