Hi, I'm trying to use g++ in darwin os-x running on a g5 system with a powerPC 970 chip. I've written the following piece of code: unsigned long long alloc = 1LL<<41; ptr = new char[alloc]; I get a vm_alloc error. Is the g++ limited to a 32-bit address space on darwin os-x on g5? Nicholas Strauss infinitysw@comcast.net