From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BBJOt-0003xm-EP for qemu-devel@nongnu.org; Wed, 07 Apr 2004 16:11:55 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BBJON-0003nD-E2 for qemu-devel@nongnu.org; Wed, 07 Apr 2004 16:11:54 -0400 Received: from [193.252.22.25] (helo=mwinf0604.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BBJON-0003n2-3p for qemu-devel@nongnu.org; Wed, 07 Apr 2004 16:11:23 -0400 Received: from bellard.org (ATuileries-112-1-4-213.w81-53.abo.wanadoo.fr [81.53.133.213]) by mwinf0604.wanadoo.fr (SMTP Server) with ESMTP id 669FE2800147 for ; Wed, 7 Apr 2004 22:11:22 +0200 (CEST) Message-ID: <407460DC.5090104@bellard.org> Date: Wed, 07 Apr 2004 22:13:16 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] SIGSEGV on start of qemu-fast under gentoo References: <20040404201119.GA2094@mail.com> <20040404202705.GA30876@jbrown.mylinuxbox.org> <1081189171.686.1.camel@rilke> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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, It is totally _wrong_ to compile qemu-fast with a -shared option. If I used a static build there was certainly a reason :-) So you should better not compile qemu-fast if your distribution has not the right packages, as it it said in the (new) QEMU FAQ... Fabrice. Grzegorz Kulewski wrote: > Hi, > > I managed to compile QEMU under gentoo using qemu-cvs-1.3.ebuild with this > command at the end: > > gcc -static -Wl,-T,../i386-vl.ld -o qemu-fast vl.o osdep.o block.o > monitor.o ide.o ne2000.o pckbd.o vga.o sb16.o dma.o oss.o fdc.o > mc146818rtc.o serial.o i8259.o i8254.o pc.o gdbstub.o sdl.o libqemu.a > -shared -lm -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lm -ldl > -lasound -L/usr/X11R6/lib -lX11 -lXext -laa -L/usr/lib -Wl,-rpath,/usr/lib > -laa -lm -L/usr/X11R6/lib -lX11 -lncurses -lutil > > And I get immendiate SIGSEGV when trying to launch such created qemu-fast. > > What I am doing wrong??? > > > thanks in advance > > Grzegorz > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://mail.nongnu.org/mailman/listinfo/qemu-devel >