Configure will now automatically detect shared libperl stuff.
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Wed, 21 Aug 1996 03:28:07 +0000 (03:28 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Wed, 21 Aug 1996 03:28:07 +0000 (03:28 +0000)
hints/dgux.sh

index bc54c94..1409d37 100644 (file)
@@ -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