summaryrefslogtreecommitdiff
path: root/bootstrap/README.OSF1
diff options
context:
space:
mode:
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.