From: Jarkko Hietaniemi Date: Tue, 2 Feb 1999 14:28:26 +0000 (+0000) Subject: Mirror change #2781. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=17ff8a05d782175f22f3385633c7955d8810eb43;p=p5sagit%2Fp5-mst-13.2.git Mirror change #2781. p4raw-link: @2781 on //depot/maint-5.005/perl: ac287606a5851ee62b8c731172fa93f17f706794 p4raw-id: //depot/cfgperl@2782 --- diff --git a/hints/linux.sh b/hints/linux.sh index a49e004..4764e9e 100644 --- a/hints/linux.sh +++ b/hints/linux.sh @@ -208,13 +208,21 @@ fi # Shimpei Yamashita # Message-Id: <33EF1634.B36B6500@pobox.com> # -# MkLinux (osname=linux,archname=ppc-linux), which differs slightly from other -# linuces, needs special flags passed in order for dynamic loading to work. +# The DR2 of MkLinux (osname=linux,archname=ppc-linux) may need +# special flags passed in order for dynamic loading to work. # instead of the recommended: +# # ccdlflags='-rdynamic' # # it should be: # ccdlflags='-Wl,-E' +# +# So if your DR2 (DR3 came out summer 1998, consider upgrading) +# has problems with dynamic loading, uncomment the +# following three lines, make distclean, and re-Configure: +#case "`uname -r | sed 's/^[0-9.-]*//'``arch`" in +#'osfmach3ppc') ccdlflags='-Wl,-E' ;; +#esac # This script UU/usethreads.cbu will get 'called-back' by Configure # after it has prompted the user for whether to use threads.