Glut and MingW-DevC++

Alright i am trying to use mingw with glut… I have the lib file with the extension a. that uses glut and I have compiled a file but when ever i try to execute the file though it says that i need the opengl.dll I have opengl32.dll but now opengl.dll. Can you tell me what i need to compile and run files with glut.

You have created a program for the SGI implementation of OpenGL. Files for MS OpenGL has a 32. pattern like glut32.dll, libglut32.a, …

Here can you get glut for the MS implementation: http://sites.netscape.net/ptrpck/glut.htm