From 31d041935ec93742d827b617a65dbb5154752434 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Wed, 14 Feb 2007 07:40:16 +0000
Subject: [PATCH] remove an obsolete question
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34274 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/FAQ.html | 17 -----------------
1 file changed, 17 deletions(-)
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
- When I run configure, it finds the wrong C compiler.
- - I compile the code, and I get some error about /localhome.
- The configure script finds the right C compiler, but it uses the
LLVM linker from a previous build. What do I do?
- When creating a dynamic library, I get a strange GLIBC error.
@@ -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?