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 1B1BK5-0005y9-T0 for qemu-devel@nongnu.org; Wed, 10 Mar 2004 16:33:05 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B1BJW-0005bs-5C for qemu-devel@nongnu.org; Wed, 10 Mar 2004 16:33:02 -0500 Received: from [213.191.74.84] (helo=mx2.ngi.de) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B1BJV-0005a8-Kc for qemu-devel@nongnu.org; Wed, 10 Mar 2004 16:32:29 -0500 Received: from unknown (HELO rz.zidlicky.org) ([217.185.113.243]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 10 Mar 2004 21:10:02 -0000 Date: Wed, 10 Mar 2004 19:57:36 +0100 From: Richard Zidlicky Subject: Re: [Qemu-devel] Problem compiling qemu on Mandrake 9.2 Message-ID: <20040310185736.GA2148@linux-m68k.org> References: <1078526135.3560.18.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1078526135.3560.18.camel@localhost> 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 Fri, Mar 05, 2004 at 02:35:35PM -0800, Stealth Dave wrote: > I'm having quite a bit of trouble getting qemu to compile under Mandrake > 9.2, and I think that the problem lies somewhere in the glibc library > that Mandrake uses and that qemu expects. > > Whenever I try to compile qemu, I get the following error: > > gcc -static > -Wl,-T,/home/stealthdave/download/emulators/qemu/i386-vl.ld -o > qemu-fast vl.o block.o ide.o vga.o sb16.o dma.o oss.o fdc.o osdep.o > sdl.o libqemu.a -lm -L/usr/lib -lSDL -lpthread -lm -ldl -lasound > -laudio -lXt -L/usr/X11R6/lib -lX11 -lXext > /usr//bin/ld: cannot find -lm > collect2: ld returned 1 exit status > make[1]: *** [qemu-fast] Error 1 > make[1]: Leaving directory `/mnt/data/download/emulators/qemu/i386' > make: *** [all] Error 1 try an explicit "-L /lib/path", if that doesnt help edit i386-vl.ld and add /lib and /usr/lib to SEARCH_DIR. Richard