glut error

when I compile any opengl program taht uses glut I get this error:
…\LIB\glut32.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x39d512d7
I have tried getting different libs but it still doesn’t work. Any suggestions?

Update your compiler or build the library. The prebuilt library is for VC6.

Thanks a lot Tim.

Can you tell me how to build the libary because I don’t have any help files and I am fairly new to c++.

[This message has been edited by Tim Stirling (edited 12-08-2000).]