This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update cygwin hints
[perl5.git] / hints / svr5.sh
index ef1d7d5..87118f4 100644 (file)
@@ -48,14 +48,15 @@ esac
        want_dbm='yes'          # use dbm if can find library in /usr/local/lib
        want_gdbm='yes'         # use gdbm if can find library in /usr/local/lib
        want_udk70=''           # link with old static libc pieces
-            # link with udk70 if building on 7.1 abd want resulting binary 
+            # link with udk70 if building on 7.1 and want resulting binary
             # to run on uw7.0* - it will link in referenced static symbols 
             # of libc that are (now) in the shared libc.so on 7.1 but were 
             # not there in 7.0.
             # There are still scenarios where this is still insufficient so 
             # overall it is preferable to get ptf7051e 
             #   ftp://ftp.sco.com/SLS/ptf7051e.Z
-            # installed on any/all 7.0 systems and leave the above unset.
+            # installed on any/all 7.0 systems and leave the above unset
+            # (sadly this is unavailable as of 2009-08-03)
 
 if [ "$want_ucb" ] ; then 
     ldflags= '-L/usr/ucblib'