summaryrefslogtreecommitdiff
path: root/misc/tools/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tools/README.txt')
-rw-r--r--misc/tools/README.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/tools/README.txt b/misc/tools/README.txt
index b8de6f605..39b889144 100644
--- a/misc/tools/README.txt
+++ b/misc/tools/README.txt
@@ -154,11 +154,16 @@ There two known solutions to this:
tools like:
./configure --enable-mconf
- LD_RUN_PATH=/usr/local/lib make
+ LD_RUN_PATH=/usr/local/lib
+ make
make install
+3) Build the kconfig-frontends tools using only static libraries:
+
+ ./configure --enable-mconf --disable-shared --enable-static
+
I have also been told that some people see this error until they re-boot, then it
-just goes away.
+just goes away. I would try that before anything else.
gperf
-----