From: Perl 5 Porters Date: Fri, 23 Aug 1996 01:15:08 +0000 (+0000) Subject: perl 5.003_03: hints/titanos.sh X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac201bd9cd53813ae2f4ecbc580583dc25e57a7d;p=p5sagit%2Fp5-mst-13.2.git perl 5.003_03: hints/titanos.sh Include sfio in libswanted. Don't set libpth any more. --- diff --git a/hints/titanos.sh b/hints/titanos.sh index 0f382ac..5147af0 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'