diff options
Diffstat (limited to 'contrib/perl5/hints/sco_2_3_4.sh')
-rw-r--r-- | contrib/perl5/hints/sco_2_3_4.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/perl5/hints/sco_2_3_4.sh b/contrib/perl5/hints/sco_2_3_4.sh new file mode 100644 index 000000000000..34bcadae5f5c --- /dev/null +++ b/contrib/perl5/hints/sco_2_3_4.sh @@ -0,0 +1,5 @@ +yacc='/usr/bin/yacc -Sm25000' +ccflags="$ccflags -UM_I86" +usemymalloc='y' +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 |