[llvm-commits] CVS: llvm/docs/FAQ.html
Chris Lattner
sabre at nondot.org
Tue Feb 13 23:40:33 PST 2007
Changes in directory llvm/docs:
FAQ.html updated: 1.41 -> 1.42
---
Log message:
remove an obsolete question
---
Diffs of the changes: (+1 -18)
FAQ.html | 19 +------------------
1 files changed, 1 insertion(+), 18 deletions(-)
Index: llvm/docs/FAQ.html
diff -u llvm/docs/FAQ.html:1.41 llvm/docs/FAQ.html:1.42
--- llvm/docs/FAQ.html:1.41 Fri Feb 9 09:59:08 2007
+++ llvm/docs/FAQ.html Wed Feb 14 01:40:16 2007
@@ -36,7 +36,6 @@
<li><a href="#build">Build Problems</a>
<ol>
<li>When I run configure, it finds the wrong C compiler.</li>
- <li>I compile the code, and I get some error about <tt>/localhome</tt>.</li>
<li>The <tt>configure</tt> script finds the right C compiler, but it uses the
LLVM linker from a previous build. What do I do?</li>
<li>When creating a dynamic library, I get a strange GLIBC error.</li>
@@ -216,22 +215,6 @@
</div>
<div class="question">
-<p>I compile the code, and I get some error about <tt>/localhome</tt>.</p>
-</div>
-
-<div class="answer">
-
-<p>There are several possible causes for this. The first is that you didn't set
-a pathname properly when using <tt>configure</tt>, and it defaulted to a
-pathname that we use on our research machines.</p>
-
-<p>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.</p>
-
-</div>
-
-<div class="question">
<p>The <tt>configure</tt> script finds the right C compiler, but it uses the
LLVM linker from a previous build. What do I do?</p>
</div>
@@ -685,7 +668,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/02/09 15:59:08 $
+ Last modified: $Date: 2007/02/14 07:40:16 $
</address>
</body>
More information about the llvm-commits
mailing list