diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-23 01:15:08 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-23 01:15:08 +0000 |
commit | ac201bd9cd53813ae2f4ecbc580583dc25e57a7d (patch) | |
tree | 9e8080f1430fd09bf4efa4d16c7a62e938a32c34 /hints/titanos.sh | |
parent | 5400051929bf35fc95d68494446c45d50583bc1c (diff) | |
download | perl-ac201bd9cd53813ae2f4ecbc580583dc25e57a7d.tar.gz |
perl 5.003_03: hints/titanos.sh
Include sfio in libswanted.
Don't set libpth any more.
Diffstat (limited to 'hints/titanos.sh')
-rw-r--r-- | hints/titanos.sh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/hints/titanos.sh b/hints/titanos.sh index 0f382ac0ff..5147af09fd 100644 --- a/hints/titanos.sh +++ b/hints/titanos.sh @@ -25,16 +25,15 @@ stdchar='unsigned char' # And even there, we should only bother to delete harmful libraries. # However, I don't know what they are or why they should be deleted, # so this will have to do for now. --AD 28 Mar 1995 -libswanted='nsl dbm gdbm db PW malloc m' +libswanted='sfio nsl dbm gdbm db PW malloc m' # # Extensions: This system can not compile POSIX. We'll let Configure -# figure out the others. Certainly Fcntl, Socket, and at least one *DB* -# extension should be included. -# perl5.000 had: static_ext='DynaLoader NDBM_File Socket' +# figure out the others. useposix='n' # uidtype='ushort' voidflags='7' inclwanted='/usr/include /usr/include/net' -libpth='/usr/lib /usr/local/lib /lib' +# Setting libpth shouldn't be needed any more. +# libpth='/usr/lib /usr/local/lib /lib' pth='. /bin /usr/bin /usr/ucb /usr/local/bin /usr/X11/bin /usr/lbin /etc /usr/lib' |