Hi When you install SDL-1.2.11 without having SVGAlib installed, you need to pass --disable-video-svga to configure, or you'll get a "ld: can't find -lvga" error. Then, many checks in configure look for files in /usr/X11R6, so for example NAS won't be found. You should add a sed -i 's@/usr/X11R6@<PREFIX>@' configure command for the case that X isn't installed in /usr/X11R6.
Simon -- simon scheiwiller bollstrasse 21 ch-8405 winterthur +41 78 624 16 73 -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
