when ever I try to compile my window sample
g++ window.cpp `sdl-config --cflags --libs`
it outputs with this
g++ window.cpp `sdl-config --cflags --libs
>
I tried removing the -o [output filename] (the command I showed), but it did not work either way.