home *** CD-ROM | disk | FTP | other *** search
- --- ./hints/sco.sh.rtr Tue Feb 13 12:28:07 1996
- +++ ./hints/sco.sh Sun Mar 24 11:01:22 1996
- @@ -14,6 +14,8 @@
- *) scorls=3 ;; # this probabaly shouldn't happen
- esac
-
- +d_rewinddir='undef'
- +
- # Try to use libintl.a since it has strcoll and strxfrm
- libswanted="intl $libswanted"
- # Try to use libdbm.nfs.a since it has dbmclose.
- @@ -39,7 +41,8 @@
- *) # Apparently, SCO's cc gives rather verbose warnings
- # Set -w0 to turn them off.
- case $scorls in
- - 3) ccflags="$ccflags -W0 -quiet -U M_XENIX" ;;
- + 3) ccflags="$ccflags -W0 -quiet -U M_XENIX"
- + ldflags="$ldflags " ;;
- 5) ccflags="$ccflags -w0 -U M_XENIX" ;;
- esac
- ;;
- @@ -50,7 +53,7 @@
- # using the scocc compiler. This system had the following 'myconfig'
- # uname='xxx xxx 3.2 2 i386 '
- # cc='scocc', optimize='-O'
- -usenm='false'
- +# usenm='false'
-
- # If you want to use nm, you'll probably have to use nm -p. The
- # following does that for you:
- --- ./pp_sys.c.rtr Tue Feb 27 16:31:13 1996
- +++ ./pp_sys.c Sun Mar 24 11:43:40 1996
- @@ -2644,6 +2644,7 @@
- PP(pp_rewinddir)
- {
- dSP;
- +#define rewinddir( dirp ) seekdir( dirp, 0L )
- #if defined(HAS_REWINDDIR) || defined(rewinddir)
- GV *gv = (GV*)POPs;
- register IO *io = GvIOn(gv);
-