From f96eb57a4bb9ceca22fa9609cc6eca8f74fa565e Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 15 Dec 2004 00:14:01 +0000 Subject: Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in the GettingStarted.html document in the environment section and only as an optional feature. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18944 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/FAQ.html | 36 ++++++------------------------------ 1 file changed, 6 insertions(+), 30 deletions(-) (limited to 'docs/FAQ.html') diff --git a/docs/FAQ.html b/docs/FAQ.html index 9db6cc7d18..9359324019 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -346,31 +346,6 @@ build.

affects projects other than LLVM. Try upgrading or downgrading your GCC.

-
-

-When I use the test suite, all of the C Backend tests fail. What is -wrong? -

-
- -
-

-If you build LLVM and the C Backend tests fail in llvm/test/Programs, -then chances are good that the directory pointed to by the LLVM_LIB_SEARCH_PATH -environment variable does not contain the libcrtend.a library. -

- -

-To fix it, verify that LLVM_LIB_SEARCH_PATH points to the correct directory -and that libcrtend.a is inside. For pre-built LLVM GCC front ends, this -should be the absolute path to -cfrontend/<platform>/llvm-gcc/lib. If you've -built your own LLVM GCC front end, then ensure that you've built and installed -the libraries in llvm/runtime and have LLVM_LIB_SEARCH_PATH pointing -to the $LLVMGCCDIR/lib subdirectory. -

-
-

After CVS update, rebuilding gives the error "No rule to make target".

@@ -458,11 +433,12 @@ find libcrtend.a.

-In order to find libcrtend.a, you must have the directory in which it lives in -your LLVM_LIB_SEARCH_PATH environment variable. For the binary distribution of -the LLVM GCC front end, this will be the full path of the lib -directory inside of the LLVM GCC distribution. -

+The only way this can happen is if you haven't installed the runtime library. To +correct this, do:

+
+  % cd llvm/runtime
+  % make clean ; make install-bytecode
+
-- cgit v1.2.3-70-g09d2