Ah, my mistake. The Microsoft Win 2003 SP1 x64 platform SDK has been installed on the machine, and the LIB variable has been updated; <X>32.lib libraries are now found in C:\Program Files\Microsoft Platform SDK\Lib\AMD64. I guess those <X>32.lib libraries are 64 bit, even though the names suggest otherwise (yay for Microsoft).
So... Any other suggestions? :) Jodi -----Original Message----- From: John Drescher [mailto:[email protected]] Sent: dinsdag 24 augustus 2010 16:20 To: Oenen, Jodi van; CMake mailing list Subject: Re: [CMake] Boost lib error when linking executable > True :) > > As I said, I'm just replicating the current Make system, in which those same > 32 bit libs are used -- and it works. CMake even adds some extra 32 bit libs > to the command line; I think they are added in Windows-icl.cmake > (CMAKE_C_STANDARD_LIBRARIES_INIT). So I'd say it should also work in CMake :) > I am pretty sure you can not mix 32 bit and 64 bit libraries in the same application. John _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
