From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: Re: build snafu Date: Mon, 13 Jun 2005 13:52:53 -0700 Message-ID: <42ADF225.30903@intel.com> References: None None 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: > I'm using FC2. I have it fully updated using up2date/yum. > I cloned xeno-unstable.bk and tried to build. During the > build the tools/ioemu directory failed with undefined > references to SDL_* functions. After tracking this down a little > I found that the SDL_LIBS variable is not set in: > > tools/ioemu/target-i386-dm/Makefile > > after setting this (-lSDL), the directory builds. What's causing this? tools/ioemu/configure. Do you have SDL-devel RPM installed? -Arun