summaryrefslogtreecommitdiff
path: root/bootstrap/README.OSF1
diff options
context:
space:
mode:
authorgrant <grant>2004-11-20 04:31:35 +0000
committergrant <grant>2004-11-20 04:31:35 +0000
commitfe2e329a94e763001b3e35f7d037ef08affc6791 (patch)
tree5c5b854163339384b8d69f77dfff9f21b7427f10 /bootstrap/README.OSF1
parentc6494f49cb38e2644303b2424feccf1cf407477f (diff)
downloadpkgsrc-fe2e329a94e763001b3e35f7d037ef08affc6791.tar.gz
add support for Tru64, patches provided by Tobias Nygren
<tnn at netilium dot org> with minor changes by me. tested on Tru64 5.0 and 5.1B.
Diffstat (limited to 'bootstrap/README.OSF1')
-rw-r--r--bootstrap/README.OSF126
1 files changed, 26 insertions, 0 deletions
diff --git a/bootstrap/README.OSF1 b/bootstrap/README.OSF1
new file mode 100644
index 00000000000..52eb3bb3420
--- /dev/null
+++ b/bootstrap/README.OSF1
@@ -0,0 +1,26 @@
+$NetBSD: README.OSF1,v 1.1 2004/11/20 04:31:35 grant Exp $
+
+To use the native compiler, set PKGSRC_COMPILER=ccc in mk.conf. Use
+the native compiler whenever possible for performance reasons.
+
+If you need the C++ Compiler it is available from
+
+ ftp://ftp.compaq.com/pub/products/C-CXX/tru64/cxx/
+
+It may need a separate license to run.
+
+Should you need gcc, install lang/gcc34. When you switch between
+compilers, you must rebuild libtool-base.
+
+Some packages require a BSD-style install, but will not use the INSTALL
+environment variable. If you get install-related errors, try:
+# ln -s /usr/pkg/bin/install-sh /usr/pkg/bin/install
+$ PATH=/usr/pkg/bin:$PATH; export PATH
+
+Other suggestions to make the system more well-behaved:
+
+ MANPATH=/usr/pkg/share/man:/usr/share/man
+ PAGER=less
+ stty status ""
+
+Bootstrap tested on AlphaServer 4100 with Tru64 5.1B PK4 and DS10 with PK3.