Re: [Qemu-devel] [PATCH 4/5] configure: move common libraries to config-host.mak

2013-04-02 Thread Paolo Bonzini
Il 02/04/2013 20:17, Peter Maydell ha scritto: > This is because we seem to have lost the trailing "-lm -lz"; here's > the tail end of the link command from a build on master for > comparison: > > translate-all.o xen-stub.o ../libqemuutil.a ../libqemustub.a -lrt > -pthread -lgthread-2.0 -lglib-2

Re: [Qemu-devel] [PATCH 4/5] configure: move common libraries to config-host.mak

2013-04-02 Thread Peter Maydell
On 2 April 2013 18:26, Paolo Bonzini wrote: > Il 02/04/2013 19:01, Peter Maydell ha scritto: >> I think this may perturb the order of the link line slightly, >> but hopefully not in any way that matters. (Did you test a >> static build?) > > I don't have static versions of half of the prerequisite

Re: [Qemu-devel] [PATCH 4/5] configure: move common libraries to config-host.mak

2013-04-02 Thread Paolo Bonzini
Il 02/04/2013 19:01, Peter Maydell ha scritto: >> Signed-off-by: Paolo Bonzini > Reviewed-by: Peter Maydell > > I think this may perturb the order of the link line slightly, > but hopefully not in any way that matters. (Did you test a > static build?) I don't have static versions of half of the

Re: [Qemu-devel] [PATCH 4/5] configure: move common libraries to config-host.mak

2013-04-02 Thread Peter Maydell
On 2 April 2013 15:44, Paolo Bonzini wrote: > Signed-off-by: Paolo Bonzini Reviewed-by: Peter Maydell I think this may perturb the order of the link line slightly, but hopefully not in any way that matters. (Did you test a static build?) -- PMM

[Qemu-devel] [PATCH 4/5] configure: move common libraries to config-host.mak

2013-04-02 Thread Paolo Bonzini
Signed-off-by: Paolo Bonzini --- Makefile.target | 2 +- configure | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.target b/Makefile.target index 2bd6d14..c8513f1 100644 --- a/Makefile.target +++ b/Makefile.target @@ -119,7 +119,7 @@ obj-$(CONFIG_HAVE_GET_M