Hello,
I'm installing KDE-3.5.8 from source on a pure 64 CLFS sytem following instructions from
http://cblfs.cross-lfs.org but adapted for 3.5.8 (actual instructions are for 3.5.7)
So far I've installed aRTS and kdelibs without problem but when compiling kdebase I get the same error no matter what, as follows
"..Making all in floppy
make[3]: se ingresa al directorio `/sources/kdebase-3.5.8/kioslave/floppy'
/bin/sh ../../libtool --silent --tag=CXX --mode=link g++ -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall
-W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -module -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /opt/kde/lib -R /opt/kde/lib -R /opt/qt/lib -R /usr/local/lib -o kio_floppy.la -rpath /opt/kde/lib/kde3 kio_floppy.lo program.lo -lkio
/usr/bin/ld: cannot find -lkio
collect2: ld returned 1 exit status
make[3]: *** [kio_floppy.la] Error 1
make[3]: se sale del directorio `/sources/kdebase-3.5.8/kioslave/floppy' "
kdelibs installed all libkio* files in /opt/kde/lib which is defined in ld.conf.
My system does not have a floppy installed but I do not think this should be related to that.
Weird thing is that I tried with version 3.5.7 and it compiled without problem.
Any help is appreciated.