qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Minor bug in 0.7.1 install


From: Greg Bell
Subject: Re: [Qemu-devel] Minor bug in 0.7.1 install
Date: Tue, 30 Aug 2005 17:34:21 +1000 (EST)

$config_mak is a makefile fragment, not a shell script, so this should work
fine.

hmmm... configure errors out for me after i hack it to force static linking with SDL and this is what i traced it to. here's the actual output rather than my possibly flawed analysis :)

# ./configure
Install prefix    /usr/local
BIOS directory    /usr/local/share/qemu
binary directory  /usr/local/bin
Manual directory  /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /dl/new/qemu-0.7.1
C compiler        gcc
Host C compiler   gcc
make              make
host CPU          i386
host big endian   no
target list i386-user arm-user armeb-user sparc-user ppc-user i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu
gprof enabled     no
static build      no
SDL support       yes
SDL static link
mingw32 support   no
Adlib support     no
FMOD support      no
kqemu support     no
./configure: line 732: --libs: command not found
./configure: line 734: --cflags: command not found
./configure: line 732: --libs: command not found
./configure: line 734: --cflags: command not found
./configure: line 732: --libs: command not found
./configure: line 734: --cflags: command not found
./configure: line 732: --libs: command not found
./configure: line 734: --cflags: command not found
./configure: line 732: --libs: command not found
./configure: line 734: --cflags: command not found


$ diff -urN configure.bak configure
--- configure.bak       2005-08-30 17:33:01.000000000 +1000
+++ configure   2005-08-30 17:33:10.000000000 +1000
@@ -272,7 +272,7 @@
 # SDL probe

 sdl_too_old=no
-
+sdl=yes
 if test -z "$sdl" ; then

 sdl_config="sdl-config"






reply via email to

[Prev in Thread] Current Thread [Next in Thread]