glut problems...

i have a problem:
i have followed the oreders on : http://3dcoders.bugpower.ch/gluttut.htm
and steel, the compiler (which goes with the dev c++ 4) gives me linker errors:
c:\¼ÞØ ÔÞÚãÜÕÝâë\untitled1.o(.text+0x17):untitled1.cpp: undefined reference to __glutInitWithExit@12' c:\¼ÞØ ÔÞÚãÜÕÝâë\untitled1.o(.text+0x3b):untitled1.cpp: undefined reference to __glutCreateWindowWithExit@8’
c:\¼ÞØ ÔÞÚãÜÕÝâë\untitled1.o(.text+0x67):untitled1.cpp: undefined reference to `__glutCreateMenuWithExit@8’

dont mind the russian words, what do i do?
thanks.

The solution is, if I remember correct, to put #define GLUT_DISABLE_ATEXIT_HACK before you include the GLUT header.

thank u so much, u r a life saviour…