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 1AzNvY-0008UI-S8 for qemu-devel@nongnu.org; Fri, 05 Mar 2004 17:36:20 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AzNv1-0008Rv-VH for qemu-devel@nongnu.org; Fri, 05 Mar 2004 17:36:19 -0500 Received: from [68.168.78.205] (helo=mta11.adelphia.net) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AzNv1-0008RK-PA for qemu-devel@nongnu.org; Fri, 05 Mar 2004 17:35:47 -0500 Received: from [192.168.1.54] ([68.65.192.25]) by mta11.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040305223541.GQTU27343.mta11.adelphia.net@[192.168.1.54]> for ; Fri, 5 Mar 2004 17:35:41 -0500 From: Stealth Dave Content-Type: text/plain Message-Id: <1078526135.3560.18.camel@localhost> Mime-Version: 1.0 Date: Fri, 05 Mar 2004 14:35:35 -0800 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Problem compiling qemu on Mandrake 9.2 Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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 I get the same error when trying to compile either 0.5.2 or current cvs. And it's not just the math library. When I try to go in and edit out the math library dependancy, it complains that it can't find -lpthread, the next library in the list. I have all the glibc and glibc-devel packages installed. Here's my glibc versions: glibc-2.3.2-14mdk glibc-devel-2.3.2-14mdk libc-base-5.3.12-38mdk I installed that last one to try and get qemu to compile. Any help in getting this to compile would be greatly appreciated. Thanks, - Dave -- Stealth Dave