в папке с source.cpp у меня тоже
Код: Выделить всё
open32.dll
glu32.dll
glut32.dll (i download it)
glut.h (si download it)
glut.lib (i download it)
glut.def (i think its not nessesery)
Код: Выделить всё
path %pathC:\MinGW\bin
g++ -o program.exe main.cpp glut32.lib
C:\Users\Przemko\AppData\Local\ Temp\cc4n2CuY.o:main.cpp:(.text+0xe5): неопределенная ссылка на `glClearColor@16'
В MinGW\Include у меня есть папка GL с заголовками:
Код: Выделить всё
glu.h
gl.h
glext.h
мой источник включает
Код: Выделить всё
#include
#include
#include
#include
#include "glut.h"
Подробнее здесь: https://stackoverflow.com/questions/181 ... -compiling
Мобильная версия