On 12/13/2010 07:46 PM, Peter Stuge wrote:
Joseph Smith wrote:
Hmm, it is in qemu configure, shouldn't that be enough?
LUA_CFLAGS=`pkg-config --cflags lua` LUA_LDFLAGS=`pkg-config --libs lua`
Good!
It should, but make install does not install the lua.pc file
You will have to copy it manually. Maybe you could report the bug to lua upstream maintainers?
Ok, if I copy it manually, where should I copy it to? Where is the correct location?
Check where there are other .pc files. On my system (though not Fedore) the folder is /usr/lib/pkgconfig
Ah ok thanks, looks like FC14 x86_64 uses:
/usr/share/pkgconfig/
and
/usr/lib64/pkgconfig/