From 1a7d8f86f80a950822c635f9e0468719f504f24f Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 5 Feb 2005 14:19:42 +0000 Subject: [PATCH] Add Reimar's hint for building 32 bit MPlayer on Athlon64. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14655 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/faq.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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: