This is the output I am getting and
\'abc.exe\': Loaded \'C:\\Windows\\system\\glut32.dll\', Binary was not built with debug information.
\'
You don't. You either need dll files already built with debug information, or link to external debug information (I doubt those exist ready for glu32 and glew32). What you're having is not an error, and should not be dealt as such. If you have instead the source files for glut and glew, those warnings will cease to exist.