From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tupshin Harper Subject: Re: sdl dependencies? Date: Tue, 21 Jun 2005 15:24:38 -0700 Message-ID: <42B893A6.7040703@tupshin.com> References: <42B88B73.8010503@tupshin.com> None None <42B892FE.5090304@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <42B892FE.5090304@intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Arun Sharma Cc: xen-devel List-Id: xen-devel@lists.xenproject.org Arun Sharma wrote: > Tupshin Harper wrote: > >> I'm trying to build the latest unstable source, and "make tools" >> fails here: >> make[4]: Entering directory >> `/usr/src/xen-unstable/tools/ioemu/target-i386-dm' >> gcc -Wl,-T,/usr/src/xen-unstable/tools/ioemu/x86_32.ld -o qemu-dm >> vl.o exec.o monitor.o osdep.o block.o readline.o pci.o console.o >> block-cloop.o ide.o ne2000.o pckbd.o vga.o dma.o fdc.o mc146818rtc.o >> serial.o i8259.o i8254.o pc.o port-e9.o cirrus_vga.o vnc.o sdl.o >> libqemu.a -lm -L../../libxc -lxc -lz -L/usr/lib -lvncserver -lnsl >> -lpthread -ljpeg -lz -lutil >> sdl.o(.text+0x49e): In function `sdl_resize': >> /usr/src/xen-unstable/tools/ioemu/sdl.c:72: undefined reference to >> `SDL_SetVideoMode' >> >> followed by a bunch of other undefined references, all referring to sdl. >> >> Running debian (sarge), and I've installed every conceivable sdl >> package with no luck. What do I need to get this to compile? >> > > Another user reported it too, but I couldn't reproduce. Here's what my > config.mak looks like: > > $ cat tools/ioemu/target-i386-dm/config.mak > # Automatically generated by configure - do not modify > include ../config-host.mak > TARGET_ARCH=i386 > CONFIG_VNC=yes > VNC_CFLAGS= > VNC_LIBS=-L/usr/lib -lvncserver -lnsl -lpthread -lz -ljpeg > CONFIG_SDL=yes > SDL_LIBS=-L/usr/lib -lSDL -lpthread -lm -ldl -lasound -L/usr/X11R6/lib > -lX11 -lXext > SDL_CFLAGS=-I/usr/include/SDL -D_REENTRANT > > Can you post yours? > > -Arun First four lines identical, but completely missing the last 3 (starting with CONFIG_SDL=yes) I pasted those lines in, and it compiled. Thanks -Tupshin