diff options
Diffstat (limited to 'hints/sco_2_3_3.sh')
-rw-r--r-- | hints/sco_2_3_3.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hints/sco_2_3_3.sh b/hints/sco_2_3_3.sh index acd8e34a05..d1db39f8af 100644 --- a/hints/sco_2_3_3.sh +++ b/hints/sco_2_3_3.sh @@ -1,2 +1,4 @@ -yacc='/usr/bin/yacc -m25000' +yacc='/usr/bin/yacc -Sm25000' libswanted=`echo $libswanted | sed 's/ x / /'` +echo "NOTE: you may have problems due to a spurious semicolon on the strerror()" +echo "macro definition in /usr/include/string.h. If so, delete the semicolon." |