From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: Re: build snafu Date: Tue, 14 Jun 2005 11:35:54 -0700 Message-ID: <42AF238A.5030303@intel.com> References: None None <42ADF225.30903@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: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Tim Newsham Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Tim Newsham wrote: >> tools/ioemu/configure. Do you have SDL-devel RPM installed? > > > Shouldnt the configures happen automatically when I type make > at the top level? > Yes. > Yes, the RPM's are installed, which is why adding -lSDL to > the Makefile allowed the directory to build properly. > You need to investigate why configure didn't automatically generate -lSDL. $ cat 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 $ pwd /arun-xen/tools/ioemu/target-i386-dm -Arun