------- 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.