|
Boost Testing : |
From: Stefan Slapeta (stefan_at_[hidden])
Date: 2006-02-17 06:42:49
megha wrote:
> I have been trying to build boost libraries using the intel 9.0 compiler
> . . On running the regression test the following error is encountered
>
> Fatal error cannot open "libmmdd"
>
This is an Intel-specific library. On my machine it's located at
C:\Program Files\Intel\Compiler\C++\9.0\IA32\Lib
Maybe this library is missing or you didn't execute iclvars.bat before
starting the regression tests.
Stefan