From b4377c155f47514eeb045642ec22d2e42b1d85f8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 16 Feb 2015 17:50:44 -0500 Subject: Typo corrections to build instructions. --- build.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.txt') diff --git a/build.txt b/build.txt index 03008c6a..5410829e 100644 --- a/build.txt +++ b/build.txt @@ -256,11 +256,11 @@ export LD_LIBRARY_PATH=${PWD} The other is to install the chrpath utility and do your builds with chrpath=yes. -The reason one of these required is because of some details +The reason one of these is required is because of some details about dynamic linking. The search path for dynamic linking that is compiled into your binaries as you build them is set by the environment variable RPATH, if it exists. At runtime, when a -dynamically-linked executable is called, that patch is extended +dynamically-linked executable is called, that path is prepended with $LD_LIBRARY_PATH Ideally, during development, we want to build build binaries that (a) -- cgit v1.2.1