[cmake-developers] [CMake 0012604]: Always fail to check for bcc32.exe

Mantis Bug Tracker mantis at public.kitware.com
Thu Dec 1 09:16:07 EST 2011


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                                    
======================================================================




More information about the cmake-developers mailing list