diff DOCS/bugreports.html @ 9225:bb210d621122

swapped configure & compile errors, configure section extended, 'bt' added to corefile processing part.
author arpi
date Sun, 02 Feb 2003 20:27:27 +0000
parents 636c1e894a27
children 1399facc01d7
line wrap: on
line diff
--- a/DOCS/bugreports.html	Sun Feb 02 16:37:18 2003 +0000
+++ b/DOCS/bugreports.html	Sun Feb 02 20:27:27 2003 +0000
@@ -168,7 +168,17 @@
 </UL>
 
 
-<H3><A NAME="compilation">B.4.3 Compilation problems</A></H3>
+<H3><A NAME="configure">B.4.3 Configure problems</A></H3>
+
+If you get errors while running <CODE>./configure</CODE>, or autodetection
+of something fails, read configure.log maybe you'll find the answer there,
+for example multiple versions of the same library mixed on your system,
+or you forgot to install the development package (those with the -dev suffix).
+If you think there is a bug, then include <CODE>configure.log</CODE> in
+your bugreport!
+
+
+<H3><A NAME="compilation">B.4.4 Compilation problems</A></H3>
 
 Please include these files:
 
@@ -186,11 +196,6 @@
 </UL>
 
 
-<H3><A NAME="configure">B.4.4 Configure problems</A></H3>
-
-Include <CODE>configure.log</CODE>.
-
-
 <H3><A NAME="playback">B.4.5 Playback problems</A></H3>
 
 <P>Please include the output of MPlayer at verbosity level 1, but
@@ -256,7 +261,8 @@
 
 <P>Please create the following command file:</P>
 
-<P><CODE>disass $pc-32 $pc+32<BR>
+<P><CODE>bt<BR>
+  disass $pc-32 $pc+32<BR>
   info all-registers</CODE></P>
 
 <P>Then simply execute the following on your command line:</P>