[MPlayer-users] Compile as 32-bit under X86_64?

Seth Brundle brundlefly76 at hotmail.com
Wed Jan 26 21:41:58 CET 2005


Thanks for the reply...

I used your full CFLAGS, and got this error in configure:
Checking for bitypes.h (inttypes.h predecessor) ...
Error: Cannot find header either inttypes.h or bitypes.h (see 
DOCS/HTML/en/faq.html).

I used simply CFLAGS=-m32 , and got this error:

Checking for assembler 
(/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin/as 
2.15.90.0.1.1) ... failed
Upgrade binutils to 2.10.1 ...
Error: obsolete binutils version

However, my binutils verion is 2.15.90.0.1.1...

----- Original Message ----- 
From: "Reimar Döffinger" <Reimar.Doeffinger at stud.uni-karlsruhe.de>
To: "MPlayer usage questions, feature requests, bug reports" 
<mplayer-users at mplayerhq.hu>
Sent: Sunday, January 23, 2005 1:28 AM
Subject: Re: [MPlayer-users] Compile as 32-bit under X86_64?


> Hi,
> On Thu, Jan 20, 2005 at 02:15:41PM -0800, Seth Brundle wrote:
>> OK, I was pretty excited about running mplayer on my Dual Opteron Suse 
>> 9.1 server until I found out that 64-bit mplayer does not work with the 
>> 32-bit codec package. Grrr...
>>
>> Thats OK, but I was wondering *how* to force a 32-bit compile with 
>> mplayer on an x86_64 system - there seems to be no CFLAGS option for 
>> configure, and target= doesnt seem to accept anything I throw at it - 
>> x86, linux32 i386, i486, etc...
>
> export 
> CFLAGS=-O4 -march=athlon-xp -mtune=athlon-xp -pipe -ffast-math -fomit-frame-pointer 
>  -m32
>
> The only important part is -m32 here. If -mtune doesn't work with your
> compiler, use -mcpu instead.
>
> Greetings,
> Reimar Döffinger
>
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-users
> 




More information about the MPlayer-users mailing list