#877: Parrot fails to compile on OS X 10.6 with GCC 4.2 out of the box
-----------------------+----------------------------------------------------
 Reporter:  johnewart  |        Type:  patch    
   Status:  new        |    Priority:  minor    
Milestone:             |   Component:  configure
  Version:  trunk      |    Severity:  low      
 Keywords:             |        Lang:           
    Patch:  new        |    Platform:  mac      
-----------------------+----------------------------------------------------
 Using GCC 4.2 on OS X 10.6 Configure.pl fails at the inter::progs step
 because gcc is attempting to use the -Wno-long-double flag, which is not
 supported on this configuration.

 I have attached a patch which addresses this in the darwin.pm by  checking
 the MACOSX_DEPLOYMENT_TARGET and removing the -Wno-long-double flag if
 this is set to 10.6, compilation and execution appear to work fine without
 this.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/877>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to