From ca8956f07ece12eb05c049306cb9d3151898077c Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 2 Feb 2003 20:27:27 +0000 Subject: 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 --- DOCS/bugreports.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'DOCS/bugreports.html') 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 @@ -

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 @@ Only if compilation fails below one of these directories, include these files: -

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 @@ return you to the command line prompt where you have to enter

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:

-- cgit v1.2.3