Programming for windows: 64 bit executables not linked when the solution is created by cmake on newest questions tagged windows – Stack Overflow
I am porting a project from linux to windows using cmake. The Project is clapack along with some testing procedures. Everything worked correctly when I built a 32 bit release. However when I build with the 64 bit compiler, the executables cannot be run.
The commands I run are:
32 bit:
cmake . devenv CLAPACK.sln /build
64 bit:
cmake "-DARCH=x86-64_Windows-7_VC10" -G "Visual Studio 10 Win64" devenv CLAPACK.sln /Rebuild "Release|x64" /project ALL_BUILD
I am running Windows 7 and cmake 2.8.4
See Answers
source: http://stackoverflow.com/questions/11418864/64-bit-executables-not-linked-when-the-solution-is-created-by-cmake
Programming for windows: programming-for-windows
Recent Comments