summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-10-12 14:57:24 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-10-12 14:57:24 (GMT)
commit9fd8d5f181923467498d98fa51d7255ddcc26c7f (patch)
tree2acd5526b00b4e03fefd8a0d86fcce172d32dd0f /bootstrap
parent77307ff15fac162fa5c820c0eb1ea02df2a6ad71 (diff)
downloadCMake-9fd8d5f181923467498d98fa51d7255ddcc26c7f.zip
CMake-9fd8d5f181923467498d98fa51d7255ddcc26c7f.tar.gz
CMake-9fd8d5f181923467498d98fa51d7255ddcc26c7f.tar.bz2
allow kdevelop for cygwin
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap7
1 files changed, 5 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index b5590df..ea4de02 100755
--- a/bootstrap
+++ b/bootstrap
@@ -389,7 +389,9 @@ rm -f "${TMPFILE}.c"
if [ -z "${cmake_c_compiler}" ]; then
cmake_error 6 "Cannot find appropriate C compiler on this system.
-Please specify one using environment variable CC."
+Please specify one using environment variable CC.
+See cmake_bootstrap.log for compilers attempted.
+"
fi
echo "C compiler on this system is: ${cmake_c_compiler} ${cmake_c_flags}"
@@ -445,7 +447,8 @@ rm -f "${TMPFILE}.cxx"
if [ -z "${cmake_cxx_compiler}" ]; then
cmake_error 7 "Cannot find appropriate C++ compiler on this system.
-Please specify one using environment variable CXX."
+Please specify one using environment variable CXX.
+See cmake_bootstrap.log for compilers attempted."
fi
echo "C++ compiler on this system is: ${cmake_cxx_compiler} ${cmake_cxx_flags}"