# HG changeset patch # User arpi # Date 1044217647 0 # Node ID bb210d62112253c78ac7df56755fcf1214038cb4 # Parent a90d3367be5272afc1f449030a15d1d263579dc7 swapped configure & compile errors, configure section extended, 'bt' added to corefile processing part. diff -r a90d3367be52 -r bb210d621122 DOCS/bugreports.html --- 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 @@ -

B.4.3 Compilation problems

+

B.4.3 Configure problems

+ +If you get errors while running ./configure, 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 configure.log in +your bugreport! + + +

B.4.4 Compilation problems

Please include these files: @@ -186,11 +196,6 @@ -

B.4.4 Configure problems

- -Include configure.log. - -

B.4.5 Playback problems

Please include the output of MPlayer at verbosity level 1, but @@ -256,7 +261,8 @@

Please create the following command file:

-

disass $pc-32 $pc+32
+

bt
+ disass $pc-32 $pc+32
info all-registers

Then simply execute the following on your command line: