diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-02-26 01:11:13 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-02-26 01:11:13 +0000 |
commit | a6eaa9f992f5514f9bd50b54a9e304113954320f (patch) | |
tree | 04b1cf043599160cf7a5e05c45615e0e80237cb1 | |
parent | 33541fb62cc26265c04930b6221ee1d588b66f98 (diff) | |
download | mpv-a6eaa9f992f5514f9bd50b54a9e304113954320f.tar.bz2 mpv-a6eaa9f992f5514f9bd50b54a9e304113954320f.tar.xz |
Recommend using a stable gcc version or upgrading frequently, suggested by Rich.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14830 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/xml/en/faq.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index 2b6b6fd53d..2d2280573d 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -83,8 +83,9 @@ You have stumbled over a bug in <application>gcc</application>. Please <ulink url="http://gcc.gnu.org/bugs.html">report it to the gcc team</ulink> but not to us. For some reason <application>MPlayer</application> seems to trigger compiler bugs frequently. Nevertheless we cannot fix them and do not -add workarounds for compiler bugs to our sources. Upgrading your compiler -often makes the problem go away. +add workarounds for compiler bugs to our sources. To avoid this problem, +either stick with a compiler version that is known to be reliable and +stable, or upgrade frequently. </para></answer> </qandaentry> |