Я начал изучать SDL2 (SDL не знаю) и я захотел попробовать сделать выводилку изображения HelloWorld, но компилится с ошибкой:
reedych@linux-xo3p:~/SDL2-learn/SDL2_window_2_imageDraw> g++ -w -lSDL main.cpp -o main
/tmp/ccslDaxf.o: In function `init()':
main.cpp:(.text+0x68): undefined reference to `SDL_CreateWindow'
main.cpp:(.text+0x9e): undefined reference to `SDL_GetWindowSurface'
/tmp/ccslDaxf.o: In function `close()':
main.cpp:(.text+0x136): undefined reference to `SDL_DestroyWindow'
/tmp/ccslDaxf.o: In function `main':
main.cpp:(.text+0x1b8): undefined reference to `SDL_UpdateWindowSurface'
collect2: error: ld returned 1 exit status
SDL2/SDL.h и SDL2/SDL_image.h подключал
P.s. я начинающий в SDL