diff options
author | Christopher Davis <ckd@loiosh.kei.com> | 1997-02-04 15:11:13 -0500 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-02-11 07:29:00 +1200 |
commit | c20f90abda55ce82c41ec2d4843f6344c4730aa2 (patch) | |
tree | 46c302c96141467f5040d0f5edb5c27f08dbce80 /hints/bsdos.sh | |
parent | 91e9c03fe206e18256c19e5e5628ca536e8b1fd6 (diff) | |
download | perl-c20f90abda55ce82c41ec2d4843f6344c4730aa2.tar.gz |
Hints for BSDOS
private-msgid: <199702042011.PAA09206@loiosh.kei.com>
Diffstat (limited to 'hints/bsdos.sh')
-rw-r--r-- | hints/bsdos.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hints/bsdos.sh b/hints/bsdos.sh index aedf4b6967..8cf69bac69 100644 --- a/hints/bsdos.sh +++ b/hints/bsdos.sh @@ -95,5 +95,15 @@ case "$osvers" in d_setreuid='undef' d_setrgid='undef' d_setruid='undef' + + # based on the 5.001m hints file from BSD/OS source disk + # (this is needed for pTk to work) + + # BSD/OS 2.1 doesn't (yet) support true dynamic linking. + # So we "preload' the shared libraries by linking against + # them, even though we don't pull in any symbols thereby. + libswanted="Xpm Xaw Xmu Xt SM ICE Xext X11 $libswanted" + libswanted="rpc curses termcap $libswanted" + ;; esac |