https://bugzilla.novell.com/show_bug.cgi?id=657789 https://bugzilla.novell.com/show_bug.cgi?id=657789#c5 Richard Guenther <rguenther@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED --- Comment #5 from Richard Guenther <rguenther@novell.com> 2010-12-10 11:15:00 UTC --- Well, pkgconfig is broken anyway because it hardcodes library paths and doesn't deal with multilibs. Thus, for libffi[-devel]-32bit, how are you supposed to use it? Doing gcc test.c `pkg-config --libs libffi` -m32 doesn't work. Nor does it with any other library. And I can't see how it _can_ work (at least with specifying lib paths like all existing pkg-config files do). Still, I have prepared a very simple .pc file for you, it'll be available from the libffi package in devel:gcc, so please test if that works for you.
cat /usr/lib64/pkgconfig/libffi.pc Name: libffi Version: 3.0.9 Libs: -lffi
that should in theory also work for multilibs (libffi is in the standard search path). I have trouble with a test build right now, so the commit to devel:gcc will take some time. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.