> -----Original Message----- > From: Andrew Black [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 21, 2007 12:58 AM > To: [email protected] > Subject: Configure failure with ICC on windows > > Farid, when you have a chance, could you look at the attached > config.log to see if anything jumps out at you? I'm > wondering if part of the problem may be a bad install. I > also note that the compiler version is a somewhat old, so the > simplest way to correct the installation might be to install > a newer version.
The problem is that icl cannnot find the libmmd.lib. Icl uses LIB environment variable, but MSVC IDE reset that variable to own value when invokes batch files. I've make some changes: http://svn.apache.org/viewvc?view=rev&rev=521853 The new configuration variable CLVARSBAT is the path to the iclvars.bat file. Check, please, if the ICPP_COMPILER91 environment variable is defined on the test system. Farid.
