X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fmachten_2.sh;h=bc7dde4e3fa062c362cf79646f612b81cdbd7a34;hb=6e9d10810a2ec27ec94fd014e5dbab341c35afb1;hp=3e12a6fa05a1384f4e19cd332600d3022bb01cd1;hpb=d409519965f1abcba7d1fa62a56192b4964d4e5b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/machten_2.sh b/hints/machten_2.sh index 3e12a6f..bc7dde4 100644 --- a/hints/machten_2.sh +++ b/hints/machten_2.sh @@ -21,6 +21,12 @@ # March 5, 1997 # # Locale, optimization, and malloc changes by Tom Phoenix Mar 15, 1997 +# +# groupstype change and note about t/lib/findbin.t by Tom, Mar 24, 1997 + +# MachTen's ability to have valid filepaths beginning with "//" may +# be causing lib/FindBin.pm to fail. I don't know how to fix it, but +# the reader is encouraged to do so! :-) -- Tom # There seem to be some hard-to-diagnose problems under MachTen's # malloc, so we'll use Perl's. If you have problems which Perl's @@ -40,7 +46,10 @@ esac # MachTen doesn't have secure setid scripts d_suidsafe='undef' -d_dosuid='define' + +# groupstype should be gid_t, as near as I can tell, but it only +# seems to work right when it's int. +groupstype='int' case "$optimize" in '') optimize='-O2' ;; @@ -79,4 +88,7 @@ Hmm...You had some extra variables I don't know about...I'll try to keep 'em. Read the File::Find documentation for more information. +It's possible that test t/lib/findbin.t will fail on some configurations +of MachTen. + EOM