From kdevelop-bugs Sat Jul 30 01:58:37 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Sat, 30 Jul 2005 01:58:37 +0000 To: kdevelop-bugs Subject: [Bug 109865] New: compilation error gcc4 db static Message-Id: <20050730035836.109865.ookaze () ookaze ! dyndns ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306939807565 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=109865 Summary: compilation error gcc4 db static Product: kdevelop Version: 3.2.2 Platform: Compiled Sources OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: ookaze ookaze dyndns org Version: 3.2.2 (using KDE KDE 3.4.2) Installed from: Compiled From Sources Compiler: gcc-4.0.1 OS: Linux KDevelop does not compile with the following configure : ./configure --enable-final --disable-debug --enable-pch --enable-new-ldflags --enable-vba It breaks in languages/cpp, because of the previously compiled libdb.a (bdb/build_unix/libdb.a). It breaks because several pthread_* functions are undefined. Putting -lpthread at the end of libkdevcppsupport_la_LIBADD in languages/cpp/Makefile (so after $(top_builddir)/bdb/build_unix/libdb.a ) fixes the compilation.