weird > thing when compiling for sdl2 in g++

51 views Asked by At

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.

0

There are 0 answers