As libcheck builds just a .a, it can't be used on amd64 to link to shared libraries, as .a are built without -fPIC, while .so requires -fPIC. The attached patch makes check (0.9.3, but it's the same for 0.9.2 that is currently in portage) build using libtool. It requires to run all the autotools chain to work, here I'm just calling eautoreconf from autotools eclass. HTH, Diego
Created attachment 67253 [details, diff] check-0.9.3-libtool.patch
this bug (and the appended patch) has been lying around since Oct 30 2005, would be nice to have it fixed...
Now in CVS, marked unstable for all arches. Sorry about the delay.
Please send Check patches like this upstream to check-devel@lists.sourceforge.net Although this one was pretty simple and I was going to do it soon anyway. Thanks, Chris