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?