From: Marty Lucich Date: Wed, 28 Jun 2000 14:16:05 +0000 (-0700) Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232] X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b7fe139f1bc2189bb71c8e6e0d80ae33c45e326;p=p5sagit%2Fp5-mst-13.2.git [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232] 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 --- diff --git a/hints/bsdos.sh b/hints/bsdos.sh index d3b1b70..1d1d823 100644 --- a/hints/bsdos.sh +++ b/hints/bsdos.sh @@ -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