Howdy,
Any change of including the example code as source and with makefile?
I tried to compile a version of glfont.c that I downloaded off the sdl2 branch on github, but I'm getting heaps of errors along the lines of:
/SDK/local/newlib/lib/libSDL2_ttf.a(libSDL2_ttf_la-SDL_ttf.o): In function `TTF_initFontMetrics':
/home/michael/SDL2_ttf-2.20.2/SDL_ttf.c:1961: undefined reference to `FT_MulFix'
and so on (ie, heap of undefined references and pointing to Michael's layout (I'm sure its just been compiled in with debug info)).