arvindm95 / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
Other
0 stars 0 forks source link

./configure --enable-profiling doesn't work on Darwin #62

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
./configure --enable-profiling works on Linux (where works="passes -pg to 
gcc and ./python produces a gmon.out file"). On Darwin, gcc gets passed -
pg, but ./python doesn't create a gmon.out file. I need to see if mainline 
trunk 
has this problem.

Original issue reported on code.google.com by collinw on 18 Jun 2009 at 5:26

GoogleCodeExporter commented 8 years ago
This is a problem in mainline Python as well (checked trunk and the 2.5 maint 
branch), 
and may well be a problem with Xcode's gcc: a simple "int main(void) { return 
0; }" test 
program compiled with -pg doesn't produce a gmon.out on Darwin but does on 
Linux.

Original comment by collinw on 25 Jun 2009 at 11:00

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 5 Jan 2010 at 12:11