From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CRW4A-0006ir-Gy for qemu-devel@nongnu.org; Tue, 09 Nov 2004 08:29:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CRW48-0006ha-IM for qemu-devel@nongnu.org; Tue, 09 Nov 2004 08:29:44 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CRW47-0006h8-L1 for qemu-devel@nongnu.org; Tue, 09 Nov 2004 08:29:43 -0500 Received: from [38.113.3.51] (helo=smtp-out.hotpop.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CRVvQ-0004NU-4i for qemu-devel@nongnu.org; Tue, 09 Nov 2004 08:20:44 -0500 Received: from phreaker.net (kubrick.hotpop.com [38.113.3.103]) by smtp-out.hotpop.com (Postfix) with SMTP id 76ABE71095 for ; Tue, 9 Nov 2004 13:20:36 +0000 (UTC) Date: Tue, 9 Nov 2004 08:20:37 -0500 From: "Jim C. Brown" Subject: Re: [Qemu-devel] Compiling the CVS tree Message-ID: <20041109132037.GB7687@jbrown.mylinuxbox.org> References: <8d158e1f041109021823baeab5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8d158e1f041109021823baeab5@mail.gmail.com> Reply-To: jbrown106@swift-mail.com, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Patrick Ale , qemu-devel@nongnu.org On Tue, Nov 09, 2004 at 11:18:28AM +0100, Patrick Ale wrote: > Hi, > > I did a checkout of the CVS repository. > > On ./configure time I get this CSV as a result: > > WARNING: cannot compile statically with SDL - qemu-fast won't have a graphical o > utput > > Which was allright for me, I dont intend to use qemu-fast anyway. Then you need to tell configure not to bother compiling qemu-fast. You probably only want i386-softmmu. (This is in the FAQ so I won't repeat it here). > > But when I run make I get: > gcc -static -Wl,-T,/home/patrick/workspace/qemu/qemu/i386-vl.ld -o qemu-fast v > l.o osdep.o block.o readline.o monitor.o pci.o console.o block-cow.o block-qcow. > o aes.o block-vmdk.o block-cloop.o ide.o ne2000.o pckbd.o vga.o sb16.o dma.o aud > io.o ossaudio.o sdlaudio.o wavaudio.o fdc.o mc146818rtc.o serial.o i8259.o i8254 > .o pc.o cirrus_vga.o mixeng.o gdbstub.o slirp/cksum.o slirp/if.o slirp/ip_icmp.o > slirp/ip_input.o slirp/ip_output.o slirp/slirp.o slirp/mbuf.o slirp/misc.o slir > p/sbuf.o slirp/socket.o slirp/tcp_input.o slirp/tcp_output.o slirp/tcp_subr.o sl > irp/tcp_timer.o slirp/udp.o slirp/bootp.o slirp/debug.o slirp/tftp.o libqemu.a > -lm -lz -lutil > slirp/misc.o(.text+0x2a): In function `getouraddr': > /home/patrick/workspace/qemu/qemu/slirp/misc.c:96: warning: Using 'gethostbyname > ' in statically linked applications requires at runtime the shared libraries fro > m the glibc version used for linking > > Obviously I am missing something but I have no idea what shared > librarie I am missing. That would be /lib/libc.so.6 ... except that this is not missing. The message is a warning (which is why it says "warning:") not an error. Does this actually cause make to abort or something? Because it shouldn't. (I get this error too when compiling qemu-fast but qemu-fast still works fine. It would just stop working if I upgraded (or downgraded) glibc.) > I run Debian/Testing. Does anyone have an idea > what addition deb package I need or what I have to compile manualy to > get QEMU into compiling? > > Cheers, > > Patrick > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.