[Bug 73477] Berkely DB <= 4.1 required? (Its hard to obtain Berkely DB <= 4.1 !)
Florian Schanda
ma1flfs at bath.ac.uk
Tue Jan 27 23:05:06 UTC 2004
On Tuesday January 27 2004 20:02, Harald Fernengel wrote:
> That's the problem - your berkeley db library does not link to pthread
> although it uses symbols from pthread. Look at the little example
> program we're compiling - it just includes one header file. If you run
> "nm" on the libdb.so, you should get unresolved symbols in the library
> because it is not linking to pthreads.
So I suppose it is a db bug then? Or a linker bug, since it failed to link it
pthread?
Btw, as a workaround I set LDFLAGS to -lpthread and kdevelop configures,
compiles and runs properly.
Florian
More information about the KDevelop-devel
mailing list