[CMake] Re: Question - Cmake and Borland :
Brad King
brad.king at kitware.com
Fri Jan 7 08:52:45 EST 2005
Abe Gulko wrote:
> What versions of Borland work with Cmake ?
It should work fine with 5.5 and 5.6 (5.6 comes with CBuilder 6).
> I ran it with:
> > bcc32.exe
> Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
>
> And it failed --------
>
> $ cmake -G"Borland Makefiles" .
> -- Check for working C compiler: bcc32
> -- Check for working C compiler: bcc32 -- broken
> The C compiler "bcc32" is not able to compile a simple test program.
Did you read the documentation that comes with the compiler about
creating the bcc32.cfg and ilink32.cfg files? The instructions are in a
readme.txt file at the top of the Borland install directory.
-Brad
More information about the CMake
mailing list