Changeset b716973 for introduction/common
- Timestamp:
- Jul 14, 2006, 3:23:41 PM (18 years ago)
- Children:
- 2b95da14
- Parents:
- ddaac6e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/common/askforhelp.xml
rddaac6e rb716973 24 24 answered by going to the FAQ and by searching the mailing lists first. 25 25 So for us to offer the best assistance possible, you need to do some 26 research on your own first. Th atallows us to focus on the more unusual26 research on your own first. This allows us to focus on the more unusual 27 27 support needs. If your searches do not produce a solution, please include 28 28 all relevant information (mentioned below) in your request for help.</para> … … 41 41 <listitem> 42 42 <para>The host distribution and version being used to 43 create CLFS </para>43 create CLFS.</para> 44 44 </listitem> 45 45 <listitem> 46 <para>The architecture of the target and host.</para>46 <para>The architecture of the host and target.</para> 47 47 </listitem> 48 48 <listitem> 49 <para>The package or section the problem was encountered in</para> 49 <para>The value of the $CLFS_HOST, $CLFS_TARGET, $BUILD32, and $BUILD64 50 enviornment variables.</para> 50 51 </listitem> 51 52 <listitem> 52 <para>The exact error message or symptom being received</para>53 <para>The package or section in which the problem was encountered.</para> 53 54 </listitem> 54 55 <listitem> 55 <para>Note whether you have deviated from the book at all </para> 56 <para>The exact error message or symptom received. See <xref 57 linkend="ch-intro-askforhelp-compilation-problems"/> below for an 58 example.</para> 59 </listitem> 60 <listitem> 61 <para>Note whether you have deviated from the book at all. A package 62 change or even a minor change to any command is considered deviation. 63 </para> 56 64 </listitem> 57 65 </itemizedlist> … … 60 68 <para>Deviating from this book does <emphasis>not</emphasis> 61 69 mean that we will not help you. After all, the CLFS project is 62 about personal preference. Be ingupfront about any changes to63 the established procedure helps us evaluate and determine70 about personal preference. Be upfront about any changes to 71 the established procedure, this helps us evaluate and determine 64 72 possible causes of your problem.</para> 65 73 </note> … … 72 80 <para>If something goes wrong while running the <command>configure</command> 73 81 script, review the <filename>config.log</filename> file. This file may 74 contain errors encountered during <command>configure</command> which were75 not printed to the screen. Include the <emphasis>relevant</emphasis>76 lines if you need to ask for help.</para>82 contain the errors you encountered <command>configure</command>. This file 83 logs errors that may have not been printed to the screen. Include only the 84 <emphasis>relevant</emphasis> lines if you need to ask for help.</para> 77 85 78 86 </sect2> 79 87 80 <sect2 >88 <sect2 id="ch-intro-askforhelp-compilation-problems"> 81 89 <title>Compilation Problems</title> 82 90
Note:
See TracChangeset
for help on using the changeset viewer.