summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-24 13:49:20 +0100
committerJim Meyering <jim@meyering.net>2007-02-24 13:49:20 +0100
commit1b2056c435c4f891fa6f4386ea30be3860bea20d (patch)
tree5264d662ca718da0b9b29e3358cd2db3cf66be59 /README
parentf92a08e171e25ce371ec4ee6eafd2c049f48feb5 (diff)
downloadcoreutils-1b2056c435c4f891fa6f4386ea30be3860bea20d.tar.xz
* README: Document the OSF/1 4.0d build failure and work-around.
Reported by Bruno Haible.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index cff225dbe..236b2d51a 100644
--- a/README
+++ b/README
@@ -97,6 +97,18 @@ Here is one possible patch to correct the problem:
+#ifndef __LP64__
+************************
+OSF/1 4.0d build failure
+------------------------
+
+If you use /usr/bin/make on an OSF/1 4.0d system, it will fail due
+to the presence of the "[" target. That version of make appears to
+treat "[" as some syntax relating to locks. To work around that,
+the best solution is to use GNU make. Otherwise, simply remove
+all mention of "[$(EXEEXT)" from src/Makefile.
+
+
+
**********************
Running tests as root:
----------------------