LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Slackware ld error (https://www.linuxquestions.org/questions/linux-software-2/slackware-ld-error-50004/)

mimo 03-15-2003 06:06 PM

Slackware ld error
 
Then i try to compile a program it comes with this error, and i dont know how to fix it plz help.

/usr/i386-slackware-linux/bin/ld: cannot find -lkdecore
collect2: ld returned 1 exit status
make[1]: *** [3ddeskd] Error 1
make[1]: Leaving directory `/home/mimo/3ddesktop-0.2.4'
make: *** [all] Error 2

Aussie 03-15-2003 08:24 PM

What are you trying to compile (name and version)?

mimo 03-16-2003 11:08 AM

3ddesktop
 
3ddesktop is the program is im trying to compile.. here is a link
http://sourceforge.net/project/showf...group_id=59688

Tinkster 03-16-2003 02:14 PM

You might not have the kde core libraries installed
(as the error message suggests) or have them in a
non-standard place.



Cheers,
Tink

Aussie 03-16-2003 03:53 PM

Tink has got it in one, do "./configure --with-kde-libraries=DIR" and replace DIR with the path to your kde/lib directory.

mimo 03-17-2003 02:50 AM

THX
 
I'll try that... thx


All times are GMT -5. The time now is 09:14 PM.