Browse Source

ENH: Another linker error on sun

Andy Cedilnik 21 years ago
parent
commit
243ae7272c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/CTest/cmCTestBuildHandler.cxx

+ 1 - 0
Source/CTest/cmCTestBuildHandler.cxx

@@ -76,6 +76,7 @@ static const char* cmCTestErrorMatches[] = {
   "s:616 string too big",
   "s:616 string too big",
   "make: Fatal error: ",
   "make: Fatal error: ",
   "ld: 0711-993 Error occurred while writing to the output file:",
   "ld: 0711-993 Error occurred while writing to the output file:",
+  "ld: fatal: ",
   "make: \\*\\*\\*.*Error",
   "make: \\*\\*\\*.*Error",
   0
   0
 };
 };