Bug#27160: marked as done (debian kdevelop link libtool sdl) by John Firebaugh <jfirebaugh at kde.org>

Stephan Kulow owner at bugs.kde.org
Sat Aug 31 04:44:13 UTC 2002


Your message with subj: debian kdevelop link libtool sdl

Thank you for your bug report.
The bug that your reported no longer applies to the latest development (CVS) 
version of KDE. This is most probably because the bug has been fixed, the 
application has been substantially modified, or the application no longer 
exists. The bug report will be closed.

has caused the attached bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Stephan Kulow
(administrator, KDE bugs database)

(Complete bug history is available at http://bugs.kde.org/db/27/27160.html)

Received: (at submit) by bugs.kde.org; 13 Jun 2001 15:24:59 +0000
Received: (qmail 23217 invoked by uid 33); 13 Jun 2001 15:24:59 -0000
Date: 13 Jun 2001 15:24:59 -0000
Message-ID: <20010613152459.23215.qmail at master.kde.org>
To: submit at bugs.kde.org
Subject: debian kdevelop link libtool sdl
From: nct at ysagoon.com

Package:           kdevelop
Version:           1.4.1 (using KDE 2.1.2 )
Severity:          normal
Installed from:    Debian Package 4:2.1.2-3 (testing/unstable)
Compiler:          gcc version 2.95.4 20010522 (Debian prerelease)
OS:                Linux 2.4.4 i686
OS/Compiler notes: 

Hello, I have problem with KDevelop 1.4 under GNU/Linux Debian woody with SDL. When I try to link my programs, with the following options :

-lSDL -lGL -lGLU -lpthread

The resulted make process try to link with this :
g++ -O0 -g3 -Wall -o .libs/kdevtest main.o solid.o revsolid.o modkillold.o modgravity.o modgen.o moddisplay.o modbounce.o mathvect.o group.o  /usr/lib/libSDL.so -lm -L/usr/lib -ldl /usr/lib/libartsc.so /usr/lib/libesd.so /usr/lib/libaudiofile.so -lm -L/usr/X11R6/lib -lX11 -lXext -lXxf86vm -lXxf86dga -lXv /usr/lib/libggi.so /usr/lib/libgii.so /usr/lib/libgg.so -lvga -laa -ldl -lm -lGL -lGLU -lpthread

The following library are a problem :
ggi, gii, gg, artsc because they only exists in form libXXX.so.0 and not libXXX.so

I have done symlinks but for the libvga I always get this problem :


make  all-recursive
make[1]: Entering directory `/home/nct/kdevtest'
Making all in kdevtest
make[2]: Entering directory `/home/nct/kdevtest/kdevtest'
/bin/sh ../libtool --mode=link g++  -O0 -g3 -Wall     -o kdevtest   main.o solid.o revsolid.o modkillold.o modgravity.o modgen.o moddisplay.o modbounce.o mathvect.o group.o -lSDL -lm -lGL -lGLU -lpthread 
g++ -O0 -g3 -Wall -o .libs/kdevtest main.o solid.o revsolid.o modkillold.o modgravity.o modgen.o moddisplay.o modbounce.o mathvect.o group.o  /usr/lib/libSDL.so -lm -L/usr/lib -ldl /usr/lib/libartsc.so /usr/lib/libesd.so /usr/lib/libaudiofile.so -lm -L/usr/X11R6/lib -lX11 -lXext -lXxf86vm -lXxf86dga -lXv /usr/lib/libggi.so /usr/lib/libgii.so /usr/lib/libgg.so -lvga -laa -ldl -lm -lGL -lGLU -lpthread
/usr/bin/ld: cannot find -lvga
collect2: ld returned 1 exit status
make[2]: *** [kdevtest] Error 1
make[2]: Leaving directory `/home/nct/kdevtest/kdevtest'
make[1]: Leaving directory `/home/nct/kdevtest'
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
*** failed ***

Do you have any idea hiow to fix this ?
Thanks

Stephane

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)





More information about the KDevelop-devel mailing list