summaryrefslogtreecommitdiff
path: root/build.txt
diff options
context:
space:
mode:
authorSanjeev <ghane0@gmail.com>2015-09-01 08:18:43 +0800
committerEric S. Raymond <esr@thyrsus.com>2015-09-09 05:46:06 -0400
commitf8c3e22e718e073f67e203875f45f536d18de2af (patch)
tree501210165fa901eade1a0f13a4e670e262cceaba /build.txt
parent86d967fed45d5ef8ff4d08606bc20d5b237d9a3d (diff)
downloadgpsd-f8c3e22e718e073f67e203875f45f536d18de2af.tar.gz
Remove reference to scons 1.2.1, we depend on 2.3.0 or higher
Diffstat (limited to 'build.txt')
-rw-r--r--build.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/build.txt b/build.txt
index 7e86df5e..37d2f707 100644
--- a/build.txt
+++ b/build.txt
@@ -208,10 +208,6 @@ running "scons prefix=<installation_root>". The default value is
"/usr/local". The environment variable DESTDIR also works in the
usual way.
-If your scons fails with the complaint "No tool named 'textfile'",
-you need to upgrade it. This feature was introduced during the long
-interval after the 1.2.0 release; 1.2.1 and later versions will have it.
-
If your linker run fails with missing math symbols, see the FIXME
comment relating to implicit_links in the scons recipe; you probably
need to build with implicit_link=no. If this happens, please report