Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

fatal error LNK1106

Jordan__Kyle
Beginner
357 Views
I'm attempting to compile the Crypto++ library file with the Intel C++ compiler, and I always get 
1>Win32OutputRelease/cryptlib.lib : fatal error LNK1106: invalid file or disk full: cannot seek to 0x2054527D
I'm using Visual Studio 2005.

It compiles just fine when I don't attempt to use the Intel C++ Compiler.

Does anyone have any clue what might be causing this?
0 Kudos
1 Reply
JenniferJ
Moderator
357 Views
Can you compile it with VS2005 without error? See this posting http://www.cryer.co.uk/brian/mswinswdev/msdev_lnk1106ifodf.htm.
0 Kudos
Reply