So I've installed gpp-compiler extension for Atom, I've put glut.h into my MinGW\include\GL
directory as well as I've put libglu32.a
file into my MinGW\lib
directory and also I didn't forget to put glut32.dll
,glu32.dll
into C:\Windows\System32
and I've also put glu32.dll
into C:\Windows\SysWOW64
.
This is the compiler configuration I've got: settings
And that's the compiling error I'm getting:
b:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lglut32
collect2.exe: error: ld returned 1 exit status
Looking forward to your answers :)