Need to patch SDL_sound.c, then run ./bootstrap, then[[BR]] Edit configure.ac to remove the check for libogg. This needs a patch to make it check and detect libogg better. * libtoolize --force --copy * aclocal * automake * autoconf * ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include --without-ogg * make * make install There's an issue with make trying to get ogg included, so we need to rip out the check for it in configure.ac then run libtoolize and others. Make install isn't installing the libs for some reason. Need more work on this one.