using patched gcc toolchain
Christian Helmuth
ch12 at os.inf.tu-dresden.de
Thu Jul 7 16:06:07 CEST 2005
Hi,
On Thu, Jul 07, 2005 at 03:23:20PM +0200, Emanuel Thomas wrote:
> 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 `__libc_stack_end at GLIBC_2.1'
> /lib/libc.so.6: undefined reference to `_rtld_global_ro at GLIBC_PRIVATE'
> /lib/libc.so.6: undefined reference to `___tls_get_addr at GLIBC_2.3'
> collect2: ld returned 1 exit status
>
> Is problem that there is no patched sdl library?
Would you consider to ask the patch maintainer (as this is no Fiasco
issue)?
--
Christian Helmuth
TU Dresden, Dept. of CS
Operating Systems Group
http://os.inf.tu-dresden.de/~ch12
More information about the l4-hackers
mailing list