diff options
Diffstat (limited to 'chapter01/askforhelp.xml')
-rw-r--r-- | chapter01/askforhelp.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter01/askforhelp.xml b/chapter01/askforhelp.xml index e4723d827..e1bf648d1 100644 --- a/chapter01/askforhelp.xml +++ b/chapter01/askforhelp.xml @@ -44,20 +44,20 @@ problem.</para></note> </sect2> <sect2> -<title>Configure Problems</title> +<title>Configure Script Problems</title> -<para>If something goes wrong during the stage where the configure -script is run, review the <filename>config.log</filename> file. This -file may contain errors encountered during configure which were not -printed to the screen. Include those relevant lines if you need to ask -for help.</para> +<para>If something goes wrong during the stage where the +<command>configure</command> script is run, review the +<filename>config.log</filename> file. This file may contain errors encountered +during <command>configure</command> which were not printed to the screen. +Include those relevant lines if you need to ask for help.</para> </sect2> <sect2> -<title>Compile Problems</title> +<title>Compilation Problems</title> <para>Both the screen output and the contents of various files are -useful in determining the cause of compile issues. The screen output +useful in determining the cause of compilation issues. The screen output from the <command>./configure</command> script and the <command>make</command> run can be helpful. It is not necessary to include the entire output, but do include enough |