Re: [patch] fix c++ on darwin

2006-04-14 Thread Eric Christopher
On Apr 14, 2006, at 10:16 AM, Shantonu Sen wrote: Yes, I set that. That's the goal, using new features available in Mac OS X 10.4 and creating binaries that are compatible with a stock 10.4 system. Right. Since the symbol doesn't exist on 10.4 you can't use it so we can't update the 10.4

Re: [patch] fix c++ on darwin

2006-04-14 Thread Shantonu Sen
Yes, I set that. That's the goal, using new features available in Mac OS X 10.4 and creating binaries that are compatible with a stock 10.4 system. Shantonu On Apr 14, 2006, at 10:13 AM, Eric Christopher wrote: On Apr 14, 2006, at 8:29 AM, Shantonu Sen wrote: (Moving to gcc@) Eric, whe

Re: [patch] fix c++ on darwin

2006-04-14 Thread Eric Christopher
On Apr 14, 2006, at 8:29 AM, Shantonu Sen wrote: (Moving to gcc@) Eric, when will this be resolved? It's been over a month, and test suite results still are horrible I had MACOSX_DEPLOYMENT_TARGET set in my environment, when I removed that everything worked just fine for me... I can test