[Pkg-db-devel] Bug#260831: linking non pic into shared code

Goswin von Brederlow Goswin von Brederlow <brederlo@informatik.uni-tuebingen.de>, 260831@bugs.debian.org
Mon, 29 Nov 2004 17:51:29 +0100


Hi,

from the log I see that you link in a static libstdc++ into a shared lib.
This i a serious policy violation on all archs but is probably not your
fault.

What I think happens is that gcc can't find the shared libstdc++ lib and
then (wrongfully) falls back to the static one. Best guess is that it is
(was) a gcc-3.4 bug.

MfG
	Goswin