invalid file or disk full: error when compiling

trying to compile a simple program with no use of files and with alot of free space, I receave:
glut32.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x3beaa4db
Error executing link.exe.
what shuld I do?

If you read the error, it tells you what the problem is:
1> disk full, which you know it is not.
2> invalid file, Then the glut.lib is the problem.

Is the file called glut32.lib in your lib directory?
Is the library made for your compiler, the other problem could be that you have a library not made to work with your compiler.

Originally posted by Aviv:
trying to compile a simple program with no use of files and with alot of free space, I receave:
glut32.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x3beaa4db
Error executing link.exe.
what shuld I do?