From: Chris Lattner Date: Wed, 14 Feb 2007 07:40:16 +0000 (+0000) Subject: remove an obsolete question X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=31d041935ec93742d827b617a65dbb5154752434;p=oota-llvm.git remove an obsolete question git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34274 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/FAQ.html b/docs/FAQ.html index d540edd81b0..b67fae3abe5 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -36,7 +36,6 @@
  • Build Problems
    1. When I run configure, it finds the wrong C compiler.
    2. -
    3. I compile the code, and I get some error about /localhome.
    4. The configure script finds the right C compiler, but it uses the LLVM linker from a previous build. What do I do?
    5. When creating a dynamic library, I get a strange GLIBC error.
    6. @@ -215,22 +214,6 @@ explicitly.

      -
      -

      I compile the code, and I get some error about /localhome.

      -
      - -
      - -

      There are several possible causes for this. The first is that you didn't set -a pathname properly when using configure, and it defaulted to a -pathname that we use on our research machines.

      - -

      Another possibility is that we hardcoded a path in our Makefiles. If you see -this, please email the LLVM bug mailing list with the name of the offending -Makefile and a description of what is wrong with it.

      - -
      -

      The configure script finds the right C compiler, but it uses the LLVM linker from a previous build. What do I do?