[Chicken-users] chicken hangs and uses 100% cpu (mac os x lion)

2011-09-13 Thread Topher Cyll
Hey everyone, Like a previous poster, I'm having issues with Chicken on Mac OS X (although for me the issues are on Lion, not Snow Leopard). I started building from MacPorts (4.4.0) and had the same issue as the previous poster. The build succeeds, but trying to run csc or csi results in what

Re: [Chicken-users] chicken hangs and uses 100% cpu (mac os x lion)

2011-09-13 Thread Jim Ursetto
On Sep 13, 2011, at 7:56 PM, Topher Cyll wrote: Hey everyone, Like a previous poster, I'm having issues with Chicken on Mac OS X (although for me the issues are on Lion, not Snow Leopard). Add C_COMPILER=gcc-4.2 to the make line. E.g. make C_COMPILER=gcc-4.2 PLATFORM=macosx This

Re: [Chicken-users] chicken hangs and uses 100% cpu (mac os x lion)

2011-09-13 Thread Kon Lovett
This might be relevant - was for me: http://lists.nongnu.org/archive/html/chicken-users/2011-08/msg5.html But what is actually the problem would be good to know. On Sep 13, 2011, at 5:56 PM, Topher Cyll wrote: Hey everyone, Like a previous poster, I'm having issues with Chicken on Mac

Re: [Chicken-users] chicken hangs and uses 100% cpu (mac os x lion)

2011-09-13 Thread Topher Cyll
Thanks, everyone! Switching compilers fixed the build for me. I've attached a patch to fix the build in this configuration. It's very conservative and only selects gcc-4.2 if the OS is Mac OS X Lion and gcc-4.2 is available. I've done my best to follow the existing pattern of config-arch.sh.