Hello Heinrich, Thanks for your email. vcvars64.bat file was not in C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64. I typed "CALL "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64" in my command line. The command line showed the following message:
*"Setting SDK environment relative to C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64. * *Targeting Windows 7 x64 debug."* But, even after this, I don't see vcvars64.bat file in C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64. In fact, I don't see vcvars64.bat anywhere in the C drive. I have found vcvars32.bat and vcvarsall.bat file. Vcvarsall.bat file is located in C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\ directory. As a result, my glpk does not compile. When I run it as an administrator, it says: *"Call C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat x64* *The specified configuration type is missing. The tools for the configuration might not be installed.* *fatal error: 'Makefile_VC_DLL' not found. stop."* Do you know why this might happen? I have installed all four components of http://en.wikibooks.org/wiki/GLPK/Windows. There is only one option left for me: remove all programs listed in http://en.wikibooks.org/wiki/GLPK/Windows., re-do the same thing and email my step-by-step to this group. Thanks for your help. -- Nazmul On Sat, Dec 21, 2013 at 5:29 AM, Heinrich Schuchardt <[email protected]>wrote: > Hello Nazmul, > > > > C:\WINDOWS\system set HOME="C:\Program Files \Microsoft visual Studio > > 10.0\vc"\vcvarsall.bat x64 > > > > The specified configuration type is missing. The tools for the > > configuration might not be installed. The system cannot find the file > > specified. > > Could you, please, check if in directory > > C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64 > > file > > vcvars64.bat > > exists. If not create it with the following content: > > CALL "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > > (You may have to just paths according to your installation.) > > Are you now able to compile GLPK? > > Best regards > > Heinrich Schuchardt > >
_______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
