# HG changeset patch # User diego # Date 1025194674 0 # Node ID 22def385928d419f37b7b93b102eb621d3d8f5c6 # Parent 7663637ddba4ca598afb57c23a2f21ad7b785786 GCC 3.0.4-RH update Patch by Dominik Mierzejewski . diff -r 7663637ddba4 -r 22def385928d DOCS/documentation.html --- a/DOCS/documentation.html Thu Jun 27 13:00:40 2002 +0000 +++ b/DOCS/documentation.html Thu Jun 27 16:17:54 2002 +0000 @@ -417,28 +417,27 @@ @@ -2510,10 +2511,10 @@ Workaround: ./configure --disable-sse etc. options
  • "Internal buffer inconsistency" during MEncoder run:
    - Problem: known problem when lame was compiled with gcc 2.96 or 3.x, no fix - yet.
    - Workaround: compile lame with gcc 2.95. Be sure to remove any installed - lame packages, they may have been compiled with gcc 2.96 .
  • + Problem: known problem when lame < 3.90 was compiled with gcc 2.96 or 3.x.
    + Solution: use lame >=3.90.
    + Workaround: compile lame with gcc 2.95.x and remove any already installed + lame packages, they may have been compiled with gcc 2.96.
  • Messed up MP2/MP3 sound on PPC:
    Problem: known GCC miscompilation bug on PPC platforms, no fix yet.
    diff -r 7663637ddba4 -r 22def385928d DOCS/users_against_developers.html --- a/DOCS/users_against_developers.html Thu Jun 27 13:00:40 2002 +0000 +++ b/DOCS/users_against_developers.html Thu Jun 27 16:17:54 2002 +0000 @@ -65,17 +65,21 @@

    If you have problems with GCC 2.96, you can get 2.96-85 packages from the Red Hat ftp server, or just go for the -3.04 packages offered for version 7.2 and later. If you do not want to or cannot -use the binary packages, here is how you can compile GCC 3.0.4 from source:

    +3.0.4 packages offered for version 7.2 and later. You can also get gcc-3.1 +packages (unofficial, but working fine) +here and you can +install them along the gcc-2.96 you already have. MPlayer will detect it and +use 3.1 instead of 2.96. If you do not want to or cannot use the binary +packages, here is how you can compile GCC 3.1 from source: