Bug 31291 - kcmodule link error template
Summary: kcmodule link error template
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-22 09:48 UTC by thasart
Modified: 2002-09-22 09:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description thasart 2001-08-22 09:33:45 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           kdevelop
Version:           2.0 (using KDE 2.2.0 )
Severity:          normal
Installed from:    SuSE
Compiler:          gcc version 2.95.3 20010315 (SuSE)
OS:                Linux (i686) release 2.4.9
OS/Compiler notes: 

if building a kcm module from template the all librarys could not linked because the lib path are not correct created by kdevelop
if i add the libpath manualy to the linke options (-L/usr/X11R6/lib -L/opt/kde2/lib) all works fine.
all other templates works correct.


-----------------output-----------------
c++ -O2 -O0 -g3 -Wall -fno-exceptions -fno-check-new -o libkcm_kcmtest.la.closure .libs/libkcm_kcmtest_la_closure.o .libs/kcmtest.o .libs/libkcm_kcmtest_la_meta_unload.o  -lkdeui -lkdecore -lqt -lpng -lz -lm /usr/lib/libjpeg.so -lXext -lX11 -lresolv -lSM -lICE -lXext -lX11 -Wl--rpath -Wl/opt/kde2/lib -Wl--rpath -Wl/usr/lib/qt2//lib -Wl--rpath -Wl/usr/X11R6/lib
gmake[2]: Leaving directory `/root/kcmtest/kcmtest'
/usr/i486-suse-linux/bin/ld: cannot find -lkdeui
collect2: ld returned 1 exit status

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)
Comment 1 John Firebaugh 2002-09-22 09:29:16 UTC
Fixed in Gideon