On 3/19/2013 5:51 PM, Niranjan M wrote:
> --debug-trycompile
...
> -- Detecting C compiler ABI info
>   Unable to find the executable at any of:
> 
>     DIR/mysql-connector-c-6.0.2/CMakeFiles/CMakeTmp/cmTryCompileExec
>     DIR/mysql-connector-c-6.0.2/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec
>     
> DIR/mysql-connector-c-6.0.2/CMakeFiles/CMakeTmp/Development/cmTryCompileExec

This means CMake cannot find any executable produced by the
compiler after building a small test project.  CMake wants
to find the executable to read information about its ABI as
produced by the compiler toolchain.

The problem is either that the executable really isn't being
produced or that the toolchain names it something other than
what CMake thinks.  Before we spend too much time on this
please test with a more recent CMake version.

-Brad
--

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

Reply via email to