This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
[perl5.git] / hints / machten_2.sh
index 3e12a6f..af8fe6f 100644 (file)
@@ -13,7 +13,7 @@
 # tsx-11.mit.edu:/pub/linux/sources/libs/dld-3.2.7.tar.gz
 #
 #  Original version was for MachTen 2.1.1.
-#  Last modified by Andy Dougherty   <doughera@lafcol.lafayette.edu>
+#  Last modified by Andy Dougherty   <doughera@lafayette.edu>
 #  Tue Aug 13 12:31:01 EDT 1996
 #
 #  Warning about tests which no longer fail
 #  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