I went to compile a project of mine, which uses SDL, SDL_ttf, OpenAL, and GTK. All of which are outputting errors like the following:
TxtFunc.cpp:(.text+0x61
In case you use SDL_ttf, you need to
g++ main.cpp -o sdl-test `sdl-config --libs --cflags` -lSDL_ttf