summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-02 20:27:27 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-02 20:27:27 +0000
commitca8956f07ece12eb05c049306cb9d3151898077c (patch)
treebb8d975ce0f1a63ebb4fbe597e986e99b12cd9a8
parente66f24444e7de19601c398ae704519f318391658 (diff)
downloadmpv-ca8956f07ece12eb05c049306cb9d3151898077c.tar.bz2
mpv-ca8956f07ece12eb05c049306cb9d3151898077c.tar.xz
swapped configure & compile errors, configure section extended, 'bt' added
to corefile processing part. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9226 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/bugreports.html20
1 files changed, 13 insertions, 7 deletions
diff --git a/DOCS/bugreports.html b/DOCS/bugreports.html
index d30009c0db..264fa39017 100644
--- a/DOCS/bugreports.html
+++ b/DOCS/bugreports.html
@@ -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 @@ Only if compilation fails below one of these directories, include these files:
</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 @@ return you to the command line prompt where you have to enter
<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>