diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-21 03:28:07 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-21 03:28:07 +0000 |
commit | 2a05f2cbd208dea5bf9f86a3602fcebad4f8a4d9 (patch) | |
tree | 1d6184774a0e3b144a80408413d75c97703adc09 /hints | |
parent | 80589958147be1b203a8dbab685aa65994207e8a (diff) | |
download | perl-2a05f2cbd208dea5bf9f86a3602fcebad4f8a4d9.tar.gz |
Configure will now automatically detect shared libperl stuff.
Diffstat (limited to 'hints')
-rw-r--r-- | hints/dgux.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hints/dgux.sh b/hints/dgux.sh index bc54c945bd..1409d37f19 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 |