[llvm-commits] [release_11] CVS: llvm/docs/CFEBuildInstrs.html

John Criswell criswell at cs.uiuc.edu
Sat Dec 13 10:10:01 PST 2003


Changes in directory llvm/docs:

CFEBuildInstrs.html updated: 1.10 -> 1.10.2.1

---
Log message:

Added information on fixing libstdc++ on Solaris 8.



---
Diffs of the changes:  (+18 -2)

Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.10 llvm/docs/CFEBuildInstrs.html:1.10.2.1
--- llvm/docs/CFEBuildInstrs.html:1.10	Wed Dec 10 14:04:13 2003
+++ llvm/docs/CFEBuildInstrs.html	Sat Dec 13 10:09:30 2003
@@ -114,7 +114,23 @@
    --enable-languages=c,c++ --host=sparcv9-sun-solaris2.8
  % gmake all-gcc
  % setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc 
- % gmake all; gmake install
+ % gmake all
+</pre>
+
+<p>
+At this point, libstdc++ may fail to build because of wchar errors (look for
+errors that reference <tt>vfwscanf</tt> or <tt>wcstof</tt>).  If that happens,
+edit <tt>sparcv9-sun-solaris2.8/libstdc++-v3/config.h</tt> and comment out the
+line that defines <tt>_GLIBCXX_USE_WCHAR_T</tt>.
+</p>
+
+<p>
+Then, continue as below:
+</p>
+
+<pre>
+ % gmake all
+ % gmake install
 </pre>
 
  <p><b>Common Problem:</b> You may get error messages regarding the fact
@@ -203,7 +219,7 @@
   <address>Brian Gaeke</address>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
   <br>
-  Last modified: $Date: 2003/12/10 20:04:13 $
+  Last modified: $Date: 2003/12/13 16:09:30 $
 </div>
 
 </body>





More information about the llvm-commits mailing list