From: Jim Meyering Date: Sat, 24 Feb 2007 12:49:20 +0000 (+0100) Subject: * README: Document the OSF/1 4.0d build failure and work-around. X-Git-Tag: COREUTILS-6_8~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b2056c435c4f891fa6f4386ea30be3860bea20d;p=thirdparty%2Fcoreutils.git * README: Document the OSF/1 4.0d build failure and work-around. Reported by Bruno Haible. --- diff --git a/ChangeLog b/ChangeLog index 586a041888..56862cee1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-02-24 Jim Meyering + * README: Document the OSF/1 4.0d build failure and work-around. + Reported by Bruno Haible. + * NEWS: Use a simple "+" suffix to denote pre-release, not "-dirty". Nicer connotations. * configure.ac: Use 6.7+, not 6.7-dirty. diff --git a/README b/README index cff225dbea..236b2d51ab 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: ----------------------