|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] build snafu
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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|