Stefan Buschmann
2007-Mar-02 05:53 UTC
[Wine] Using VC8/VS2005 command line compiler on wine
Hi all! Does anyone successfully use the VC8/VS2005 command line tools (cl.exe and link.exe) with wine yet? I'm trying to setup VC8 in our cross compiling environment (which already works perfectly with VC7), but have some problems here. After some tries, I can now run cl.exe with wine to compile our sources (although some command line parameters cause the program to crash, but that's not crucial). But when I try to start the linker, I get the following error message: LINK : fatal error LNK1101: incorrect MSPDB80.DLL version; recheck installation of this product link.exe itself can be started without problems, showing the available command line parameters. But as soon as I try to really link some object files to a target executable, the above happens. The directory containing MSBPD80.DLL (C:\Programme\Microsoft Visual Studio 8\Common7\IDE) is in the path, and I already tried copying it to C:\Programme\Microsoft Visual Studio 8\VC\bin (where link.exe is located) and even to C:\windows\system32, but both without success. Any ideas? -- Stefan
Duane Clark
2007-Mar-02 11:05 UTC
[Wine] Re: Using VC8/VS2005 command line compiler on wine
Stefan Buschmann wrote:> Hi all! > > Does anyone successfully use the VC8/VS2005 command line tools (cl.exe > and link.exe) with wine yet? > I'm trying to setup VC8 in our cross compiling environment (which > already works perfectly with VC7), but have some problems here. > After some tries, I can now run cl.exe with wine to compile our sources > (although some command line parameters cause the program to crash, but > that's not crucial). But when I try to start the linker, I get the > following error message: > > LINK : fatal error LNK1101: incorrect MSPDB80.DLL version; recheck > installation of this product > > link.exe itself can be started without problems, showing the available > command line parameters. But as soon as I try to really link some object > files to a target executable, the above happens. The directory > containing MSBPD80.DLL (C:\Programme\Microsoft Visual Studio > 8\Common7\IDE) is in the path, and I already tried copying it to > C:\Programme\Microsoft Visual Studio 8\VC\bin (where link.exe is > located) and even to C:\windows\system32, but both without success.The message seems to be saying that you have another version of MSBPD80.DLL hanging around somewhere. Have you tried to find if there is one (check for different name text case)? If there is, then perhaps Wine in searching in the wrong order?
Maybe Matching Threads
- [LLVMdev] Built LLVM 1.8 on VC8, invalid iterator issue/fix, some questions
- [ win32utils-Bugs-16211 ] win32-service will not install/build corectly if the system has VC8
- [LLVMdev] Built LLVM 1.8 on VC8, invalid iterator issue/fix, some questions
- Probleme with bitrate when encoding small files
- [LLVMdev] Visual C++ Toolkit