
https://bugzilla.novell.com/show_bug.cgi?id=657789 https://bugzilla.novell.com/show_bug.cgi?id=657789#c7 Jan Engelhardt <jengelh@medozas.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jengelh@medozas.de --- Comment #7 from Jan Engelhardt <jengelh@medozas.de> 2010-12-11 16:36:26 UTC ---
Thus, for libffi[-devel]-32bit, how are you supposed to use it? Doing gcc test.c `pkg-config --libs libffi` -m32 does not work
pkg-config is configured and built for exactly one host triple. On x86_64-suse-linux-gnu, /usr/bin/pkg-config is configured to look into /usr/lib64/pkgconfig/, where .pc files for 64-bit compliation (and only that) are located. If you want to crosscompile to 32-bit, you will need a pkg-config compiled for i586-suse-linux-gnu which then looks in /usr/lib/pkgconfig, where 32-bit .pc files are located. -- 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.