LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Trouble compiling kdebase (https://www.linuxquestions.org/questions/linux-software-2/trouble-compiling-kdebase-102756/)

dagge 10-11-2003 08:26 AM

Trouble compiling kdebase
 
./configure gets me not errors but when it has been compiling for some time it stops and says:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lxkbfile
collect2: ld returned 1 exit status
make[3]: *** [kcm_keyboard.la.closure] Error 1
make[3]: Leaving directory `/usr/src/kdebase-3.1.4/kxkb'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/kdebase-3.1.4/kxkb'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/kdebase-3.1.4'
make: *** [all] Error 2
The file is there, I've checked. And /usr/X11R6/lib (the location of libxkbfile) is in my ld.so.conf. So there shouldn't be any trouble.

Any help is greatly appreciated so if you have anything that might help a little, don't hesitate to write it here.

jailbait 10-11-2003 02:09 PM

"The file is there, I've checked. And /usr/X11R6/lib (the location of libxkbfile) is in my ld.so.conf."

You may need to run the ldconfig command if you have not done so since /usr/X11R6/lib was added to ld.so.conf.


___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites

dagge 10-12-2003 06:18 AM

Yeah, I've run ldconfig.


All times are GMT -5. The time now is 11:56 PM.