build breakage on OSX.

Ben Lippmeier benl at ouroborus.net
Fri Aug 6 04:43:46 EDT 2010


desire:~ benl$ echo 'int main(void) {return 0;}' > conftest.c
desire:~ benl$ gcc -c conftest.c -fno-stack-protector > /dev/null 2>&1
desire:~ benl$ echo $?
0



On 05/08/2010, at 10:30 PM, Ian Lynagh wrote:

> On Thu, Aug 05, 2010 at 04:10:44PM +1000, Ben Lippmeier wrote:
>> 
>> This patch breaks the build on the two OSX machines I use. GCC 4.2.1 supports the flag. I'm not sure why the configure test failed.
> 
> What's in extra-gcc-opts?
> 
> And what does this say?:
> 
> echo 'int main(void) {return 0;}' > conftest.c
> gcc -c conftest.c -fno-stack-protector > /dev/null 2>&1
> echo $?
> 
> 
> Thanks
> Ian
> 



More information about the Cvs-ghc mailing list