From kde-devel Thu May 24 15:44:44 2007 From: Matthew Woehlke Date: Thu, 24 May 2007 15:44:44 +0000 To: kde-devel Subject: kdeutils in /trunk doesn't build Message-Id: X-MARC-Message: https://marc.info/?l=kde-devel&m=118002173305273 For several days I have been unable to build kdeutils due to the following error: Linking CXX shared library ../../lib/libsuperkaramba.so /usr/lib/python2.3/config/libpython2.3.a(dynload_shlib.o)(.text+0x1be): In function `_PyImport_GetDynLoadFunc': : undefined reference to `dlopen' /usr/lib/python2.3/config/libpython2.3.a(dynload_shlib.o)(.text+0x1fd): In function `_PyImport_GetDynLoadFunc': : undefined reference to `dlsym' /usr/lib/python2.3/config/libpython2.3.a(dynload_shlib.o)(.text+0x276): In function `_PyImport_GetDynLoadFunc': : undefined reference to `dlerror' collect2: ld returned 1 exit status make[2]: *** [lib/libsuperkaramba.so.1.0.0] Error 1 make[1]: *** [superkaramba/src/CMakeFiles/superkaramba.dir/all] Error 2 make: *** [all] Error 2 Is anyone else having this problem? It seems superkaramba is missing -ldl in the link stage (although I suppose it might be my python package?). Before I add this, is there an existing "standard" way to add libdl to a library's required libs? -- Matthew "Nobody expects the traditional Bourne shell!" >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<