From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.33) id 1BMpVJ-0008B2-O2 for qemu-devel@nongnu.org; Sun, 09 May 2004 10:42:09 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.33) id 1BMpOm-0006AH-F4 for qemu-devel@nongnu.org; Sun, 09 May 2004 10:35:56 -0400 Received: from [62.253.162.43] (helo=mta03-svc.ntlworld.com) by monty-python.gnu.org with esmtp (Exim 4.33) id 1BMpNM-00051p-MA for qemu-devel@nongnu.org; Sun, 09 May 2004 10:33:56 -0400 Received: from imcfarla.homelinux.net ([213.105.35.3]) by mta03-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040509143259.NXGE10162.mta03-svc.ntlworld.com@imcfarla.homelinux.net> for ; Sun, 9 May 2004 15:32:59 +0100 From: Iain McFarlane Date: Sun, 9 May 2004 15:33:51 +0100 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200405091533.51288.imcfarla@ntlworld.com> Subject: [Qemu-devel] CVS Compile error 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 Mailing list Hi, I am trying to compile the latest CVS and am getting the following error: make[1]: Entering directory `/home/iain/src/qemu/i386' gcc -static -Wl,-T,/home/iain/src/qemu/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 -lSDL -lpthread -lm -ldl -lasound -laudio -lXt -L/usr/X11R6/lib -lX11 -lXext -lggi -lgii -lgg -lutil /usr/lib/libSDL.a(SDL_loadso.o)(.text+0x2b): In function `SDL_LoadObject': : warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/X11R6/lib/libaudio.a(ConnSvr.o)(.text+0x970): In function `MakeTCPConnection': : warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/X11R6/lib/libX11.a(x11trans.o)(.text+0x77a): In function `_X11TransSocketINETConnect': : warning: Using 'getservbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/libSDL.a(SDL_DirectFB_video.o)(.text+0x2f2): In function `SetDirectFBerror': : undefined reference to `DirectFBErrorString' /usr/lib/libSDL.a(SDL_DirectFB_video.o)(.text+0x756): In function `DirectFB_VideoInit': : undefined reference to `DirectFBInit' /usr/lib/libSDL.a(SDL_DirectFB_video.o)(.text+0x76a): In function `DirectFB_VideoInit': : undefined reference to `DirectFBCreate' /usr/lib/libSDL.a(SDL_DirectFB_video.o)(.text+0x127c): In function `DirectFB_SetVideoMode': : undefined reference to `DirectFBError' collect2: ld returned 1 exit status make[1]: *** [qemu-fast] Error 1 make[1]: Leaving directory `/home/iain/src/qemu/i386' make: *** [all] Error 1 I am using Mandrake Cooker which has: libSDL1.2-devel-1.2.7-4mdk libdirectfb0.9_20-0.9.20-1mdk libdirectfb0.9_20-devel-0.9.20-1mdk glibc-static-devel-2.3.3-11mdk libgii0-static-devel-0.8.4-1mdk libnas2-static-devel-1.6c-1mdk libalsa2-static-devel-1.0.4-1mdk libggi2-static-devel-2.0.4-1mdk libxfree86-static-devel-4.3-32mdk any help would be appreciated. TIA, Iain