On Jan 16, 2008 9:15 PM, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > Salil Bijur wrote: > [snip] > > > > But there are further linker errors with respect to libasound (for > > > > ALSA) and libSDL. This can be solved by adding -ldl, -lartsc, etc. for > > > > every dependency of these libs but would be very tedious, especially > > > > for libSDL. Any better solution? > > > > > > > > > > The question is if you really need SDL for your environment - if not you > > > can just add "--disable-sdl" and do the same with everything else e.g. > > > alsa that is missing but not really needed. > > > > > > > I do need both alsa and SDL. Currently I'm getting the libraries from > > apt-get. Is it a good idea to rebuild them from sources? > > Why would you need SDL for userland emulation, I wonder? >
I need SDL to emulate the framebuffer display. Salil