SImilarly to old HP-UX, in old AIX too including
[p5sagit/p5-mst-13.2.git] / hints / bsdos.sh
index 1d1d823..f16a56e 100644 (file)
@@ -98,7 +98,6 @@ case "$osvers" in
        case "$cc" in
        '')     cc='cc'                 # cc is gcc2 in 4.0
                cccdlflags="-fPIC"
-               ccdlflags="-rdynamic -Wl,-rpath,$privlib/$archname/CORE"
                ;;
        esac
 
@@ -121,7 +120,7 @@ $define|true|[yY]*)
        *)   cat <<EOM >&4
 I did not know that BSD/OS $osvers supports POSIX threads.
 
-Feel free to tell perlbug@perl.com otherwise.
+Feel free to tell perlbug@perl.org otherwise.
 EOM
            exit 1
            ;;