On Sun, Mar 7, 2010 at 2:53 PM, Anthony Liguori <anth...@codemonkey.ws> wrote: [...] >> >> Removing libqemu.a was technically ok, but throws a license problem: >> > > Every file contains a copyright/license. The statement in the top level is > just a statement of intention. It's to make sure that people do not > introduce GPL'd code into libqemu.a.
./configure --target-list=i386-linux-user,i386-softmmu make -j7 And: find . -name 'lib*a' finds nothing, so how can you say what is supposed to be in libqemu? Laurent