site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Cheers, -- M. Uli Kusterer http://www.zathras.de _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On 22.05.2007, at 17:04, roman pindur wrote: I am working on a computational program in C++/C with SSE2/3 and I would like build it as a shell 64 bit appliation . I have a MacBook Core Duo with Tiger 10.4.9 and GCC 4.0.1 & 4.2 & 4.3 on it. I can manage to compile my code with x86_64 parameter, but when I run it I get "Bad CPU type in executable" error. Errr... look at the description of the Core Duo CPU? It only supports EM64T, which according to Intel's site only allows you to access more memory. I've seen no mention that the Core Duo was a 64 bit CPU, so it doesn't surprise me that it won't run x86_64 code. This email sent to site_archiver@lists.apple.com