Original Post
I am running opengl through Dev-C++. here is my linker output: ___________________ c:\programming\game\_main.o(.text+0x84):_main.cpp: undefined reference to `gluPerspective@32' ___________________ what is this about?? how can i fix this problem?