blob: 3187ecace508b4e8395c95b3ba8f1be03d4b22cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Make fails on Centos - can't find autoreconf
[root@H002 qemu-1.4.2]# make
\ GEN i386-softmmu/config-devices.mak
GEN x86_64-softmmu/config-devices.mak
GEN alpha-softmmu/config-devices.mak
GEN arm-softmmu/config-devices.mak
GEN cris-softmmu/config-devices.mak
GEN lm32-softmmu/config-devices.mak
( .... )
GEN unicore32-linux-user/config-devices.mak
GEN s390x-linux-user/config-devices.mak
GEN config-all-devices.mak
GEN config-host.h
(cd /opt/qemu/qemu-1.4.2/pixman; autoreconf -v --install)
/bin/sh: autoreconf: command not found
make: *** [/opt/qemu/qemu-1.4.2/pixman/configure] Error 127
*****************
Exact same error for 1.5.1 build
So, qemu not supported on anything but Ubuntu?
|