Add a caution about using experimental versions of gnu binutils when
authorReid Spencer <rspencer@reidspencer.com>
Thu, 23 Dec 2004 19:49:54 +0000 (19:49 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 23 Dec 2004 19:49:54 +0000 (19:49 +0000)
building Cygwin.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19117 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CFEBuildInstrs.html

index 9f4b9d00b953692a3123544abb717cc456fd3b77..d895583d489135de288d5e0cdb7d8d1e7ce1b9f0 100644 (file)
@@ -71,7 +71,15 @@ versions is incapable of compiling the LLVM CFE correctly. If your Cygwin
 installation includes GCC 3.3.3 we <i>strongly</i> recommend that you download
 GCC 3.4.3, build it separately, and use it for compiling LLVM CFE. This has been
 shown to work correctly.</p>
-</div>
+<p>Some versions of Cygwin utilize an experimental version of GNU binutils that
+will cause the GNU <tt>ld</tt> linker to fail an assertion when linking
+components of the libstdc++. It is recommended that you replace the entire
+binutils package with version 2.15 such that "<tt>ld --version</tt>" responds
+with<br/>
+<pre>GNU ld version 2.15</pre>
+not with:<br/>
+<pre>GNU ld version 2.15.91 20040725</pre>
+</p></div>
 
 <!--=========================================================================-->
 <div class="doc_subsection">