We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da0c61 commit 84da4a6Copy full SHA for 84da4a6
llvm/docs/CFEBuildInstrs.html
@@ -114,7 +114,23 @@
114
--enable-languages=c,c++ --host=sparcv9-sun-solaris2.8
115
% gmake all-gcc
116
% setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc
117
- % gmake all; gmake install
+ % gmake all
118
+</pre>
119
+
120
+<p>
121
+At this point, libstdc++ may fail to build because of wchar errors (look for
122
+errors that reference <tt>vfwscanf</tt> or <tt>wcstof</tt>). If that happens,
123
+edit <tt>sparcv9-sun-solaris2.8/libstdc++-v3/config.h</tt> and comment out the
124
+line that defines <tt>_GLIBCXX_USE_WCHAR_T</tt>.
125
+</p>
126
127
128
+Then, continue as below:
129
130
131
+<pre>
132
133
+ % gmake install
134
</pre>
135
136
<p><b>Common Problem:</b> You may get error messages regarding the fact
0 commit comments