[Mplayer-cvslog] CVS: main Makefile, 1.304, 1.305 configure, 1.917, 1.918
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Tue Oct 12 11:00:53 CEST 2004
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?
Greetings,
Reimar Döffinger
More information about the MPlayer-cvslog
mailing list