MadDog
Member
Just getting my head around GCC.
So, how does -lSDL instruct the linker to like to the SDL libs and which file is it linking against? With MS tools I would have to do sdl.lib if the SDL were all built to one lib called sdl.lib But I can't not find any file soley called sdl And no *.lib files too.
Any good docs about for mirgation from MS tools to gcc tools? Doing a google give me a lot of spam.
Helps to fix probs if I have a ruf idea to how gcc works.
Thanks,
Richard e Collins.
So, how does -lSDL instruct the linker to like to the SDL libs and which file is it linking against? With MS tools I would have to do sdl.lib if the SDL were all built to one lib called sdl.lib But I can't not find any file soley called sdl And no *.lib files too.
Any good docs about for mirgation from MS tools to gcc tools? Doing a google give me a lot of spam.
Helps to fix probs if I have a ruf idea to how gcc works.
Thanks,
Richard e Collins.