diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-09-24 22:07:20 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-09-29 08:23:00 +0200 |
commit | 2c133f5f540b708a80debef2851d74820aa65e94 (patch) | |
tree | d27198d158287814b1d8ac5379e5c174090bc42a /hints/irix_6.sh | |
parent | 5b96080c2232c4c22364c08f21c03d491dba7474 (diff) | |
download | perl-2c133f5f540b708a80debef2851d74820aa65e94.tar.gz |
Mention that freeware gdbm might be obsolete.
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r-- | hints/irix_6.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh index aa721f3dcf..3fe1ae9bd3 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -417,6 +417,10 @@ case "$ldflags" in *) ldflags="$ldflags -Wl,-woff,84" ;; esac +# IRIX freeware kits sometimes have only o32 libraries for gdbm. +# You can try Configure ... -Dlibswanted='m' -Dnoextensions='GDBM_File' +# since the libm seems to be pretty much the only really needed library. + # Irix 6.5.6 seems to have a broken header <sys/mode.h> # don't include that (it doesn't contain S_IFMT, S_IFREG, et al) |