[MPlayer-dev-eng] Compile error in postprocess_template.c

Michael Niedermayer michaelni at gmx.at
Tue Oct 29 12:22:16 CET 2002


Hi

On Tuesday 29 October 2002 11:48, Alban Bedel wrote:
> Hi Michael Niedermayer,
>
> here on a K6-2 (MMX+3DNOW) i got this compile error :
>
> gcc -c -W -Wall -O2 -march=k6 -mcpu=k6 -g  -D_REENTRANT -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64  -I. -I..  -fPIC -DPIC -o postprocess_pic.o
hmm i dont see "-fomit-frame-pointer", its needed for the PIC code as 
otherwise there is even 1 register less, yes the PIC code is unused by 
default, its just compiled so i get a few more bugreports :)
i fixed it by forcing -fomit-frame-pointer for the PIC stuff only

[...]

Michael



More information about the MPlayer-dev-eng mailing list