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 1BD4qD-0003hW-WF for qemu-devel@nongnu.org; Mon, 12 Apr 2004 13:03:26 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BD4qC-0003gc-7P for qemu-devel@nongnu.org; Mon, 12 Apr 2004 13:03:24 -0400 Received: from [213.191.74.84] (helo=mx2.ngi.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BD4qB-0003fe-M8 for qemu-devel@nongnu.org; Mon, 12 Apr 2004 13:03:23 -0400 Received: from unknown (HELO rz.zidlicky.org) ([217.185.113.239]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 12 Apr 2004 16:16:35 -0000 Date: Mon, 12 Apr 2004 18:47:58 +0200 From: Richard Zidlicky Subject: Re: [Qemu-devel] compiling qemu 0.5.3 Message-ID: <20040412164758.GA2014@linux-m68k.org> References: <1081784748.8634.5.camel@ryan.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1081784748.8634.5.camel@ryan.lan> 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 On Mon, Apr 12, 2004 at 08:45:48AM -0700, Ryan Freeman wrote: > hi, > i've been relentlessly trying to compile the latest version of qemu and > i keep having the same problem. here are the details of where the > compilation halts: > > make[1]: Entering directory `/home/ryan/src/qemu-0.5.3/i386' > gcc -static -Wl,-T,/home/ryan/src/qemu-0.5.3/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 -lm -L/usr/lib -Wl,-rpath,/usr/lib -lSDL -lpthread -lm -ldl > -L/usr/X11R6/lib -lX11 -lXext -lutil > /usr/bin/ld: cannot find -lX11 > collect2: ld returned 1 exit status > make[1]: *** [qemu-fast] Error 1 > make[1]: Leaving directory `/home/ryan/src/qemu-0.5.3/i386' > make: *** [all] Error 1 > ryan@ryan:~/src/qemu-0.5.3$ > > i've tried cvs as well and it gives me the same error. what i don't > understand is how it can't find -lX11 when the include is _right there_. > /usr/bin/ld -L/usr/X11R6/lib -lX11 works as it should, so why can't it > work on that one line when trying to compile it?! use "gcc -v -static..." to see in more detail what happens. Richard