I don't understand that, I already linked the SDL stuff when compiling the C Source, or do I have to do that again now? How can I do that? I bet it's something simple...pulsar.a(pulsar.o): In function `PB_InitPulsar':
pulsar.c:(.text+0xe): undefined reference to `SDL_Init'
pulsar.c:(.text+0x20): undefined reference to `SDL_GetVideoInfo'
collect2: ld gab 1 als Ende Status zurÃCEck
Note: Operating System is Ubuntu 8.10 32-Bit
And by the way, how can I access PureBasic internal functions in my own UserLibraries (Maybe again something to link)?