summaryrefslogtreecommitdiff
path: root/hints/3b1.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/3b1.sh')
-rw-r--r--hints/3b1.sh17
1 files changed, 14 insertions, 3 deletions
diff --git a/hints/3b1.sh b/hints/3b1.sh
index 8c9f5a909a..2ed65c591b 100644
--- a/hints/3b1.sh
+++ b/hints/3b1.sh
@@ -1,4 +1,15 @@
d_voidsig='undef'
-d_tosignal='int';
-echo "If you're going to use shared libraries, don't include -lmalloc, and"
-echo "change cc to '/bin/ccc' when editing config.sh at the end."
+d_tosignal='int'
+gidtype='int'
+groupstype='int'
+uidtype='int'
+# Note that 'Configure' is run from 'UU', hence the strange 'ln'
+# command.
+for i in .. ../x2p
+do
+ rm -f $i/3b1cc
+ ln ../hints/3b1cc $i
+done
+echo "\nIf you want to use the 3b1 shared libraries, complete this script then"
+echo "read the header in 3b1cc. [Type carriage return to continue]\c"
+read vch