[Mplayer-cvslog] CVS: main/DOCS bugreports.html,1.49,1.50
Arpi of Ize
arpi at mplayerhq.hu
Sun Feb 2 21:27:46 CET 2003
Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv7835
Modified Files:
bugreports.html
Log Message:
swapped configure & compile errors, configure section extended, 'bt' added
to corefile processing part.
Index: bugreports.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/bugreports.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- bugreports.html 9 Jan 2003 09:37:53 -0000 1.49
+++ bugreports.html 2 Feb 2003 20:27:27 -0000 1.50
@@ -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>
More information about the MPlayer-cvslog
mailing list