summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-07-29 19:26:23 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-07-29 19:26:23 (GMT)
commit073db7c218d8640787ae8c4650449e9230d9c2a6 (patch)
treefb8a73387b9a1c28b6020c75eccfefcfcc06e1d6
parente3edb83c51c531670bef8850a0504de56d47c7a9 (diff)
downloadCMake-073db7c218d8640787ae8c4650449e9230d9c2a6.zip
CMake-073db7c218d8640787ae8c4650449e9230d9c2a6.tar.gz
CMake-073db7c218d8640787ae8c4650449e9230d9c2a6.tar.bz2
ENH: Add AIX linker error
-rw-r--r--Source/cmCTest.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index fafadba..b2159bf 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -150,6 +150,7 @@ static const char* cmCTestErrorMatches[] = {
"^could not be found and will not be loaded.",
"s:616 string too big",
"make: Fatal error: ",
+ "ld: 0711-993 Error occurred while writing to the output file:",
0
};