GLUT32.LIB & VC++5

Hi,

i’m a beginner with OpenGL and i tried many OpenGL-Tutorials. But every time i want compile my program, the compiler show me this
ERROR-Message:

“D:\Programme\DevStudio\VC\LIB\glut32.lib : fatal error LNK1106: Ungueltige Datei oder Datentraeger voll: Positionieren auf 0x3bac7c4f nicht moeglich”

I’m using MS VC++5, Win98.

mfg Dave

Ungueltige Datei oder Datentraeger voll: Positionieren auf 0x3bac7c4f nicht moeglich"
???

But I search in MSDN and this is what I got

Linker Tools Error LNK1106
invalid file or disk full: cannot seek to location

The tool could not read or write to location in a memory-mapped file.

Your disk may be too full to complete the link. Free up some space and try the link again.

The error may be a result of trying to link over a network. Some networks do not fully support the memory-mapped files used by the linker. Try linking on your local disk to see if that fixes the problem.

There may be a bad block on your disk. Although the operating system and disk hardware should have detected such an error, you may want to run a disk checking program.

Thanks