diff options
author | Víctor Paesa <victorpaesa@googlemail.com> | 2008-12-23 09:09:21 +0000 |
---|---|---|
committer | Víctor Paesa <victorpaesa@googlemail.com> | 2008-12-23 09:09:21 +0000 |
commit | 666a1b348f1a96819ea577c31b44ebc57be205e0 (patch) | |
tree | f9914a0bf00f16f70a39707717c606bdaca76ace /doc | |
parent | 9f6bfe80341d71447abab243eef3641b7aec090b (diff) | |
download | ffmpeg-666a1b348f1a96819ea577c31b44ebc57be205e0.tar.gz |
Advice on compiler versions
Originally committed as revision 16289 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index a04f0f935c..973f58abec 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -672,6 +672,9 @@ following "Devel" ones: binutils, gcc-core, make, subversion, mingw-runtime, diffutils @end example +The experimental gcc4 package is still buggy, hence please +use the official gcc 3.4.4 or a 4.2.x compiled from source by yourself. + Install the current binutils-20080624-2 as they work fine (the old binutils-20060709-1 proved buggy on shared builds). |