[MPlayer-users] Re: Mplayer failing to compile on Mac OS X 10.4.8
Alexander Strange
astrange at ithinksw.com
Thu Mar 8 21:29:44 CET 2007
On Mar 8, 2007, at 3:24 PM, Reimar Döffinger wrote:
> Sorry, missed the mail. That unfortunately is a completely different
> problem. Does the apple compiler use -fPIC by default??
> You could try the commandline that MPlayer use and just replace the -c
> by -S.
Yeah, it does PIC by default. If you aren't making a shared library
you need '-mdynamic-no-pic' as a gcc option to avoid this.
(One less register due to PIC wasn't as bad a problem back on PPC, I
guess)
More information about the MPlayer-users
mailing list