summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/xml/en/faq.xml12
1 files changed, 12 insertions, 0 deletions
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
@@ -83,6 +83,18 @@ section for details.
<qandaentry>
<question><para>
+How can I build a 32 bit <application>MPlayer</application> on 64 bit Athlon?
+</para></question>
+<answer><para>
+Try the following configure options:
+<screen>
+./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+</screen>
+</para></answer>
+</qandaentry>
+
+<qandaentry>
+<question><para>
Compilation stops with an error message similar to this one:
<screen>
cfft.c: In function`passf2':