summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-08-27 02:02:28 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-08-27 02:02:28 -0400
commitd0a595bdaa1bba24198dad13d749f4d4e73b3ca0 (patch)
treebde5985daa18800c7871818016a5684634ece06c /INSTALL
parent287244a6536e18eb6ef5d89c07d90d05427cd182 (diff)
downloadgpsd-d0a595bdaa1bba24198dad13d749f4d4e73b3ca0.tar.gz
Add a know for systems without implicit linking, and document it.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 3b5ccc26..d09cb064 100644
--- a/INSTALL
+++ b/INSTALL
@@ -58,6 +58,11 @@ are the packages libdbus-1-dev and libdbus-glib-1-dev.
Under Ubuntu, the ncurses package you want is libncurses5-dev.
+If your linker runs fails with missing math symbols, see the FIXME comment
+relating to implicit_links in the scons recipe; you probably need to
+build with implicit_links=no. And report your platform, ideally along
+with a way of identifying it from Python, to the gpsd maintainers.
+
For building from the source tree, or if you change the man page
source, xslt and docbook xsl style files are used to generate nroff
-man source from docbook xml. The following packages are used in this