summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-09-29 14:18:20 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-09-29 14:18:20 -0400
commitcd8f53454d0bd445f1b4401f655383d15f9a59cf (patch)
tree78bb1d8af1990fc5cf2ca6d28d0e423427b823bb
parentd2079626a85bfc61fe5c14faf9ebbf9ea9201be4 (diff)
downloadgpsd-cd8f53454d0bd445f1b4401f655383d15f9a59cf.tar.gz
Add advice about chrpath.
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index d38d1c12..4d9c4e4f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -443,6 +443,7 @@ if env['use_chrpath'] and config.CheckExecutable('$CHRPATH -v', 'chrpath'):
else:
print "Warning: Regression tests won't be runnable from the build directory"
print " until the shared libraries have been intalled in system space."
+ print " If you have problems compiling or running apps install chrpath."
have_chrpath = False
# Map options to libraries required to support them that might be absent.