[Mplayer-cvslog] CVS: main Makefile, 1.304, 1.305 configure, 1.917, 1.918

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Tue Oct 12 12:19:39 CEST 2004


On Tuesday, 12 October 2004 at 11:00, Reimar Döffinger wrote:
> Hi,
> 
> >>+echocheck "compiler support for -fno-PIC"
> >>+cat > $TMPC <<EOF
> >>+int main(void) { return 0; }
> >>+EOF
> >>+if cc_check -fno-PIC ; then
> >>+  CFLAGS="-fno-PIC $CFLAGS"
> >>+  echores "yes"
> >>+else
> >>+  echores "no"
> >>+fi
> >>+
> >>
> >This patch broke osx build, please fix it.  Looks like osx dont like 
> >-fno-pic flag.
> 
> Can someone tell me the exact reason? How should this be fixed? Or 
> should I just remove that check?

I don't see what could be wrong with this check (but I don't have access
to an OSX box). I mean, it simply checks if the compiler accepts the
-fno-PIC flag, right? So does OSX's gcc accept it and doesn't work later
or what?

R.

-- 
MPlayer RPMs maintainer: http://greysector.rangers.eu.org/mplayer/
"I am Grey. I stand between the candle and the star. We are Grey.
 We stand between the darkness ... and the light."
        -- Delenn in Grey Council in Babylon 5:"Babylon Squared"




More information about the MPlayer-cvslog mailing list