From: Perl 5 Porters Date: Wed, 21 Aug 1996 03:28:07 +0000 (+0000) Subject: Configure will now automatically detect shared libperl stuff. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a05f2cbd208dea5bf9f86a3602fcebad4f8a4d9;p=p5sagit%2Fp5-mst-13.2.git Configure will now automatically detect shared libperl stuff. --- diff --git a/hints/dgux.sh b/hints/dgux.sh index bc54c94..1409d37 100644 --- a/hints/dgux.sh +++ b/hints/dgux.sh @@ -102,15 +102,6 @@ usedl=true # -G for loading. I haven't tested this. cccdlflags=-fpic lddlflags=-shared -# The Perl library has to be built as a shared library so that dynamic -# loading will work (otherwise code loaded with dlopen() won't be able -# to reference symbols in the main part of perl). Note that since -# Configure doesn't normally prompt about $d_shrplib this will cause a -# `Whoa there!'. This is normal, just keep the recommended value. A -# consequence of all this is that you've got to include the source -# directory in your LD_LIBRARY_PATH when you're building and testing -# perl. -d_shrplib=define # The system has a function called dg_flock() which is an flock() # emulation built using fcntl() locking. Perl currently comes with an