Results 1 to 3 of 3
while trying to compile sth on my laptop (kubuntu 8.10) when i try to ./configure I get that there are no KDE libraries...
- 08-26-2009 #1
error while trying to compile under KDE session
while trying to compile sth on my laptop (kubuntu 8.10) when i try to ./configure I get that there are no KDE libraries
Dual Booting Ubuntu 10.04, Windows 7
Toshiba Satellite A200-1M5, Duo Core 2.0 Ghz, 1 Gigs RAM, 256 Intel Card
You are registered Linux user number 490788
Happy Linuxing
- 08-30-2009 #2Linux Newbie
- Join Date
- Jan 2008
- Location
- Canada
- Posts
- 109
Hi kmitnick
Have you looked at the makefile to see where it expects to find your various Libraries. What does the following command show (could be alot of pages) so I will pipe through more. As root #find / -name *lib* -print | more
Make sure that the Library directory in the compile conforms to the actual library functions. Have you compiled anything previously using your compiler, lets say gcc or something. Not sure this will help a whole lot but it may. Cheers...
Robert
- 09-01-2009 #3
thnx reobertdaleweir for responding
1. i can't find makefile as it is there makefile.in and another extension but i am looking at configure file,
i tried to compile glib-2.0 and it went well,
i will try to compile a C++ code and post backDual Booting Ubuntu 10.04, Windows 7
Toshiba Satellite A200-1M5, Duo Core 2.0 Ghz, 1 Gigs RAM, 256 Intel Card
You are registered Linux user number 490788
Happy Linuxing


Reply With Quote