This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91e9c03
)
Hints for BSDOS
author
Christopher Davis
<ckd@loiosh.kei.com>
Tue, 4 Feb 1997 20:11:13 +0000
(15:11 -0500)
committer
Chip Salzenberg
<chip@atlantic.net>
Mon, 10 Feb 1997 19:29:00 +0000
(07:29 +1200)
private-msgid: <
199702042011
.PAA09206@loiosh.kei.com>
hints/bsdos.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/bsdos.sh
b/hints/bsdos.sh
index
aedf4b6
..
8cf69ba
100644
(file)
--- 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