X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fsco_2_3_3.sh;h=6d398fccf2e215e420e61fd69ac85000ed6b530a;hb=b8082b6e76ddae55d59bd06493f5cb60a320b165;hp=acd8e34a05ccc3716ab2f156f83997021aa71cd5;hpb=35c8bce761056f470189967ccc824e04467151df;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/sco_2_3_3.sh b/hints/sco_2_3_3.sh index acd8e34..6d398fc 100644 --- a/hints/sco_2_3_3.sh +++ b/hints/sco_2_3_3.sh @@ -1,2 +1,3 @@ -yacc='/usr/bin/yacc -m25000' -libswanted=`echo $libswanted | sed 's/ x / /'` +yacc='/usr/bin/yacc -Sm25000' +echo "NOTE: you may have problems due to a spurious semicolon on the strerror()" >&4 +echo "macro definition in /usr/include/string.h. If so, delete the semicolon." >&4