Adam Lackorzynski wrote on 06/07/05 19:16:
> Does the following test program work?
> 
> #include "SDL.h"
> int main(void)
> {
>   SDL_Init(SDL_INIT_VIDEO | SDL_INIT_TIMER);
>   return 0;
> }
> 
> gcc -W -Wall -o sdltest $(sdl-config --cflags --libs) sdltest.c

Work with the unpatched version. But with the patched version I get:

/lib/libpthread.so.0: undefined reference to [EMAIL PROTECTED]'
/lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'
/lib/libc.so.6: undefined reference to [EMAIL PROTECTED]'
collect2: ld returned 1 exit status

Is problem that there is no patched sdl library?

_______________________________________________
l4-hackers mailing list
[email protected]
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers

Reply via email to