home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / PERL5 / I386 / PERL5. next >
Encoding:
Text File  |  1998-07-24  |  1.2 KB  |  41 lines

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