Thanks Volker,
checking the Microsoft C/C++ Compiler... checking for mspdb70.dll... no checking for mspdb60.dll... /cygdrive/c/Program Files/Microsoft Visual Studio/Co mmon/MSDev98/Bin/mspdb60.dll
Hmmm, somehow configure doesn't find it. It assumes to find mspdb.70 in "(--with-cl-home)/../Common7/IDE/". For you:
> c:/program files/Microsoft Visual Studio .NET/Vc7/Common7/IDE/
Can you check if it is there?
It(mspdb70.dll) was not there and was in c:/program files/Microsoft Visual Studio .NET/Common7/IDE/.
> If it is not you can add an additional
parameter to configure to point it to the correct location: --with-mspdb-path=my/path/to/mspdb70path
> I hope this helps.
I gave that path as you told --with-mspdb-path. But that did not help. I copied the files(mspdb70,msvb7,msvcp60,msvcp70,msvcr.dlls) to c:/program files/Microsoft Visual Studio .NET/Vc7/Common7/IDE/ to see if that could help but it did not. The output I am getting is
/////////////////////////////////////
********************************************************************
* *
* Checking the platform pre-requisites. *
* *
********************************************************************
checking for gawk... gawk
checking for gawk... /usr/bin/gawk
checking for sed... /usr/bin/sed
checking the operating system... checked (WINNT)
checking the GNU make version... checked (make 3.80)
checking the Microsoft C/C++ Compiler... checking for mspdb70.dll... no
checking for cl.exe... no
configure: error: Microsoft C/C++ Compiler not found. Use --with-cl-home or set
path to cl.exe.
///////////////////////////////////////////
I cant figure where it is looking for mspdb70 even though I am giving the path option as --with-mspdb-path to c:/program files/Microsoft Visual Studio .NET/Common7/IDE/ and I am putting the needed dlls((mspdb70,msvb7,msvcp60,msvcp70,msvcr.dlls) into
c:/program files/Microsoft Visual Studio .NET/Vc7/Common7/IDE/. I tried both separately(first giving the path then putting the needed dlls to c:/program files/Microsoft Visual Studio .NET/Common7/IDE/ but both did not help).
Thanks a lot
Also I posted this on 24th but it did not appear when I checked today at 27th. Hence I am posting it again.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
