On 12/13/2010 08:28 PM, Joseph Smith wrote:
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/
Well...log story short looks like I already had the lua rpm installed....but I finally figured out I also needed the lua-devel package.....That is why I only had half the install.....Curses! Mind boggling why they have to split programs in half like that!
Well qemu is building fine now.
My question is if the FC14 x86_64 version of lua probably doesn't have the serialice patches installed, does it matter? Will serialice still run?