diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index aaceeb128f..2bc3948f41 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -81,6 +81,18 @@ section for details. + + +How can I build a 32 bit MPlayer on 64 bit Athlon? + + +Try the following configure options: + +./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib + + + + Compilation stops with an error message similar to this one: