This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
HP-UX needs gccversion sooner, from Merijn Brand.
[perl5.git] / hints / bsdos.sh
index d3b1b70..5875543 100644 (file)
@@ -98,7 +98,8 @@ case "$osvers" in
        case "$cc" in
        '')     cc='cc'                 # cc is gcc2 in 4.0
                cccdlflags="-fPIC"
-               ccdlflags=" " ;;
+               ccdlflags="-rdynamic -Wl,-rpath,$privlib/$archname/CORE"
+               ;;
        esac
 
        case "$ld" in
@@ -120,7 +121,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
            ;;