The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=12604 ====================================================================== Reported By: Hong Xu Assigned To: ====================================================================== Project: CMake Issue ID: 12604 Category: CMake Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2011-12-01 09:16 EST Last Modified: 2011-12-01 09:16 EST ====================================================================== Summary: Always fail to check for bcc32.exe Description: When using cmake .. with "Borland Makefiles", it is not able to compile a simple test program, while I could use "bcc32 test.c" to build the source and run the compiled binary successfully.
Steps to Reproduce: mkdir build cd build cmake .. -G "Borland Makefiles" Additional Information: Output is: -- The C compiler identification is Borland -- Check for working C compiler: C:/Program Files/Embarcadero/RAD Studio/9.0/bin /bcc32.exe -- Check for working C compiler: C:/Program Files/Embarcadero/RAD Studio/9.0/bin /bcc32.exe -- broken CMake Error at C:/CMake/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MES SAGE): The C compiler "C:/Program Files/Embarcadero/RAD Studio/9.0/bin/bcc32.exe" is not able to compile a simple test program. It fails with the following output: Change Dir: D:/Users/user/Documents/proj/build/CMakeFiles/CMakeTmp ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-12-01 09:16 Hong Xu New Issue ====================================================================== -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers