clone 441649 -1
reassign -1 libdb4.2
retitle -1 libdb-4.2.so must link against libpthread
kthxbye

There are two problems in this bug.  The first one is that libdb4.2 is
not linking against libpthread, even though it uses it.  This is a
libdb4.2 bug, and has been cloned accordingly.

The other problem, which would hide the libdb4.2 bug (and hence make the
program build), is that you are linking C++ object files with gcc (a C
compiler).  g++ always links in libpthread, which would solve this bug.
In any case, you should always use g++ to link any combination of C++
and C files, since C++ source may implicitly require certain libraries.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187

Attachment: signature.asc
Description: Digital signature

Reply via email to