[ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
authorMarty Lucich <marty@netcom.com>
Wed, 28 Jun 2000 14:16:05 +0000 (07:16 -0700)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 29 Jun 2000 15:00:57 +0000 (15:00 +0000)
Message-Id: <200006282116.OAA11148@netcom.com>
ccdlflags update (the BSD/OS 4.1 part had already been taken
care of by #6141).

p4raw-id: //depot/cfgperl@6264

hints/bsdos.sh

index d3b1b70..1d1d823 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