Re: [Qemu-devel] [PATCH for-1.4 2/2] configure: Fix build with XFree

2013-02-05 Thread Richard Henderson
On 2013-02-04 23:43, Stefan Weil wrote: Am 05.02.2013 01:21, schrieb Richard Henderson: The build is broken on ppc64-linux, possibly only with new binutils: ld: hw/lm32/../milkymist-tmu2.o: undefined reference to symbol 'XFree' ld: note: 'XFree' is defined in DSO /lib64/libX11.so.6 so try \

Re: [Qemu-devel] [PATCH for-1.4 2/2] configure: Fix build with XFree

2013-02-04 Thread Stefan Weil
Am 05.02.2013 01:21, schrieb Richard Henderson: > The build is broken on ppc64-linux, possibly only with new binutils: > > ld: hw/lm32/../milkymist-tmu2.o: undefined reference to symbol 'XFree' > ld: note: 'XFree' is defined in DSO /lib64/libX11.so.6 so try \ > adding it to the linker command lin

[Qemu-devel] [PATCH for-1.4 2/2] configure: Fix build with XFree

2013-02-04 Thread Richard Henderson
The build is broken on ppc64-linux, possibly only with new binutils: ld: hw/lm32/../milkymist-tmu2.o: undefined reference to symbol 'XFree' ld: note: 'XFree' is defined in DSO /lib64/libX11.so.6 so try \ adding it to the linker command line So let's follow the linker's advice. Signed-off-by: R