theUser@theUser-LMPC:~/Documents$ g++ StarCatcher.cpp
/usr/bin/ld: /tmp/cc5WVY0s.o: in function `main':
StarCatcher.cpp:(.text+0x2d): undefined reference to `InitWindow'
/usr/bin/ld: StarCatcher.cpp:(.text+0x32): undefined reference to `WindowShouldClose'
/usr/bin/ld: StarCatcher.cpp:(.text+0x43): undefined reference to `BeginDrawing'
/usr/bin/ld: StarCatcher.cpp:(.text+0x77): undefined reference to `DrawCircle'
/usr/bin/ld: StarCatcher.cpp:(.text+0x7c): undefined reference to `EndDrawing'
collect2: error: ld returned 1 exit status
theUser@theUser-LMPC:~/Documents$ g++ raylib.h StarCatcher.cpp
/usr/bin/ld: /tmp/ccQSCAtz.o: in function `main':
StarCatcher.cpp:(.text+0x2d): undefined reference to `InitWindow'
/usr/bin/ld: StarCatcher.cpp:(.text+0x32): undefined reference to `WindowShouldClose'
/usr/bin/ld: StarCatcher.cpp:(.text+0x43): undefined reference to `BeginDrawing'
/usr/bin/ld: StarCatcher.cpp:(.text+0x77): undefined reference to `DrawCircle'
/usr/bin/ld: StarCatcher.cpp:(.text+0x7c): undefined reference to `EndDrawing'
collect2: error: ld returned 1 exit status


theUser@theUser-LMPC:~/Documents$ g++ StarCatcher.cpp
/usr/bin/ld: /tmp/ccLwDvxZ.o: in function `main':
StarCatcher.cpp:(.text+0x2d): undefined reference to `InitWindow'
/usr/bin/ld: StarCatcher.cpp:(.text+0x32): undefined reference to `WindowShouldClose'
/usr/bin/ld: StarCatcher.cpp:(.text+0x43): undefined reference to `BeginDrawing'
/usr/bin/ld: StarCatcher.cpp:(.text+0x77): undefined reference to `DrawCircle'
/usr/bin/ld: StarCatcher.cpp:(.text+0x7c): undefined reference to `EndDrawing'
collect2: error: ld returned 1 exit status
theUser@theUser-LMPC:~/Documents$ g++ -c StarCatcher.cpp
theUser@theUser-LMPC:~/Documents$ ./StarCatcher.o
bash: ./StarCatcher.o: Permission denied