Il giorno mar, 01/03/2011 alle 11.42 +0100, Ansgar Burchardt ha scritto: > reassign 615851 libsdl1.2debian-alsa 1.2.14-6.1 > thanks
After today's update of libc6, from libc6 2.13-0exp2 to 2.13-0exp3 simutrans starts normally and test program: #include <SDL/SDL.h> #include <stdio.h> int main(void) { int ret = SDL_InitSubSystem(SDL_INIT_AUDIO); if (ret == -1) puts("SDL_InitSubSystem failed."); puts("SDL_InitSubSystem(SDL_INIT_AUDIO) done."); return 0; } works correctly. $ ./sdl-test SDL_InitSubSystem(SDL_INIT_AUDIO) done. $ Thanks to all. Claudio. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org