I linked with libraylib.a and had to add an m, before I could compile.
And the
DrawText("Congrats! You created your first window!", 190, 200, 20, LIGHTGRAY);
was shown on the screen.
The m did remove the error "undefined reference to 'sqrtf'" error.
Big thanks!