From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FdOQL-0003wK-G4 for qemu-devel@nongnu.org; Tue, 09 May 2006 05:22:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FdOQH-0003tB-7d for qemu-devel@nongnu.org; Tue, 09 May 2006 05:22:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FdOQH-0003t7-1i for qemu-devel@nongnu.org; Tue, 09 May 2006 05:22:29 -0400 Received: from [144.140.93.154] (helo=omta02sl.mx.bigpond.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FdORI-0000g3-G3 for qemu-devel@nongnu.org; Tue, 09 May 2006 05:23:32 -0400 Received: from [10.0.0.10] (really [60.228.209.246]) by omta02sl.mx.bigpond.com with ESMTP id <20060509092222.XCNJ24931.omta02sl.mx.bigpond.com@[10.0.0.10]> for ; Tue, 9 May 2006 09:22:22 +0000 From: kadil Content-Type: text/plain Date: Wed, 10 May 2006 05:22:23 +1000 Message-Id: <1147202543.5435.2.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] compile problem on debian sarge amd64 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, I downloaded 0.8.1, installed the sdl libs and tried to compile qemu but it did not work. ./configure a6qu:/home/kadil/qemu-0.8.1# ./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 /home/kadil/qemu-0.8.1 C compiler gcc Host C compiler gcc make make install install host CPU x86_64 host big endian no target list i386-user arm-user armeb-user sparc-user ppc-user mips-user mipsel-user i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu mipsel-softmmu arm-softmmu gprof enabled no profiler no static build no SDL support yes SDL static link no mingw32 support no Adlib support no CoreAudio support no ALSA support no DSound support no FMOD support no kqemu support yes Documentation no make . . . emu-0.8.1/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/home/kadil/qemu-0.8.1/fpu -DHAS_AUDIO -I/home/kadil/qemu-0.8.1/slirp -c -o gdbstub.o /home/kadil/qemu-0.8.1/gdbstub.c gcc -g -Wl,-T,/home/kadil/qemu-0.8.1/x86_64.ld -o qemu-i386 elfload.o main.o syscall.o mmap.o signal.o path.o osdep.o thunk.o vm86.o libqemu.a gdbstub.o -lm /usr/bin/ld:/home/kadil/qemu-0.8.1/x86_64.ld:62: parse error collect2: ld returned 1 exit status make[1]: *** [qemu-i386] Error 1 make[1]: Leaving directory `/home/kadil/qemu-0.8.1/i386-user' make: *** [all] Error 1 Any ideas? Kim