[llvm-commits] [127542] add a note
clattner at apple.com
clattner at apple.com
Wed May 23 00:02:16 PDT 2007
Revision: 127542
Author: clattner
Date: 2007-05-23 00:02:15 -0700 (Wed, 23 May 2007)
Log Message:
-----------
add a note
Modified Paths:
--------------
apple-local/branches/llvm/README.LLVM
Modified: apple-local/branches/llvm/README.LLVM
===================================================================
--- apple-local/branches/llvm/README.LLVM 2007-05-23 05:10:53 UTC (rev 127541)
+++ apple-local/branches/llvm/README.LLVM 2007-05-23 07:02:15 UTC (rev 127542)
@@ -45,7 +45,13 @@
If llvm-gcc doesn't build right, try building LLVM with OPTIMIZE_OPTION=-O2.
This may be host compiler version specific.
+If you get an error message building llvm-gcc like this:
+ ...gcc/libgcc_s.so.1: version `GCC_4.2.0' not found (required by
+ /usr/lib/libstdc++.so.6)
+you are probably hitting http://llvm.org/PR896. Please reconfigure with the
+--disable-shared option to work around this.
+
//===-----------------------
X86-64/AMD-64/EM64-T for any OS other than Darwin/Mac OS X:
More information about the llvm-commits
mailing list