blob: 06fb48ad260e52551a91cd131eff2551ae88208b (
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
25
|
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?
|