[MPlayer-users] problems building 1.0rc1 in FC5

Luc I. Suryo luc at suryo.com
Tue Oct 24 18:03:36 CEST 2006


> On 10/24/06, Lonni J Friedman <netllama at gmail.com> wrote:
> >On 10/24/06, Guillaume POIRIER <poirierg at gmail.com> wrote:
> >> Hi,
> 
> >>
> >> On 10/24/06, Lonni J Friedman <netllama at gmail.com> wrote:
> >> > On 10/23/06, Guillaume POIRIER <poirierg at gmail.com> wrote:
> 
> [..]
> 
> >> > > Could you append "-fomit-frame-pointer" to your CFLAGS?
> >> >
> >> > Thanks.  Actually it turned out that my CFLAGS were the problem, and
> >> > once I removed them, the build worked fine.
> >>
> >> May I ask what were these offending flags?
> >
> >CFLAGS=-O3 -march=athlon-xp -mcpu=athlon-xp
> 
> Mmm, this is odd: these flags should be really safe... Well, what the
> H... if you managed to make it work without using your custom flags...

FYI

System: solaris 10-x86 / gcc 3.4.3
I had to modify my CFLAGS, other I did get the same error..

from

-O2 -march=opteron -mtune=opteron

to

-O4 -march=opteron -mtune=opteron -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64

and it compiles clean, will be do couple testig later today..


-ls



More information about the MPlayer-users mailing list