Incoherence about tcl/tk and building X in faq5.html
"Alan Bueno" <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Section 5.11.12 - My X build failed!
On the i386 platform, a very common cause of build failure is forgetting
to install the "tcl" and "tk" packages before building, as indicated
above in Building X.
The X build no more need "tcl" and "tk" packages in OpenBSD 4.2.
My modifications (diff) for FAQ 5:
--- faq5.html.orig Sat Nov 10 13:13:00 2007
+++ faq5.html Sat Nov 10 13:14:04 2007
@@ -73,8 +73,7 @@
<tt>/etc</tt>, <tt>/var</tt>, and <tt>/dev</tt>?</a>
<li><a href="#Hierarchy">5.11.11 - Is there an easy way to make all
the file hierarchy changes?</a>
- <li><a href="#ProbXi386">5.11.12 - My X build failed!</a>
- <li><a href="#ProbXComp">5.11.13 - Can I cross-compile? Why not?</a>
+ <li><a href="#ProbXComp">5.11.12 - Can I cross-compile? Why not?</a>
</ul>
</ul>
<hr>
@@ -1673,14 +1672,8 @@
<p>
Your file hierarchy should now be up to date.
-<a name="ProbXi386"></a>
-<h3>5.11.12 - My X build failed!</h3>
-On the i386 platform, a very common cause of build failure is forgetting
-to install the "tcl" and "tk" packages before building, as indicated above
-in <a href="faq5.html#Xbld">Building X</a>.
-
<a name="ProbXComp"></a>
-<h3>5.11.13 - Can I cross-compile? Why not?</h3>
+<h3>5.11.12 - Can I cross-compile? Why not?</h3>
Cross-compiling tools are in the system, for use by developers bringing
up a new platform.
However, they are not maintained for general use.
Thank you!