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

libmmt error compiling blitz++ using IC++ 9.1 and VS2005

kepler
Beginner
243 Views
I am a fortran coder learning c++. I'd like to build the blitz libraries (0.9) under Intel C++ 9.1 in Visual Studio 8.0. I can build them using the VS configuration headers that come with blitz, but when I automatically convert the solution to Intel C++, I get the error messages:

Fatal error cannot open "libmmt"
xilink: error: problem during multi-file optimization compilation (code 1)

many times over. I do have libmmt.lib, and its path is in the C++ library path variable.

I'd appreciate any suggestions regarding what I may be doing wrong. Thanks.

Tom
0 Kudos
1 Reply
JenniferJ
Moderator
243 Views

Try to add "C:Program FilesIntelCompilerC++9.1IA32Lib" to the link option. It shouldn't happen.

Jennifer

0 Kudos
Reply