Getting gdc working with xcode 3.1

Michel Fortin michel.fortin at michelf.com
Fri Sep 19 03:56:39 PDT 2008


On 2008-09-18 04:38:49 -0400, Anders F Björklund <afb at algonet.se> said:

> Thanks for the update, I'm still planning to make a
> release of "gdcmac" for Leopard and might as well aim
> for Xcode 3.1 and gcc-5484 instead of 3.0 and gcc-5465.
> 
> Or maybe stick with the original "plan" and go straight
> for gcc_42 instead, for the fictional GDC 0.25 release ?
> Along with upgrading MinGW's GCC to 4.2.1, for "gdcwin"...

Anything that runs out of the box with no show stopper is an 
improvement from what we have now.

I've been trying too to build a working GDC with the intent of creating 
a D for Xcode package including the compiler, debugger, linker and my D 
for Xcode plugin with some project and file templates all together for 
easy installation. I want to distribute a universal binary compiler 
capable of PowerPC and Intel output, but I haven't had much success in 
compiling it up to now.

My current approach is to compile four compilers (PowerPC to PowerPC, 
PowerPC to Intel, Intel to Intel, and Intel to PowerPC) and merge 
executables into universal binaries using lipo. But I haven't been able 
to compile anything but the first variant (PowerPC to PowerPC). Do you 
have any tip for doing the rest, as you seem to have acheived it 
somehow for gdcmac?

-- 
Michel Fortin
michel.fortin at michelf.com
http://michelf.com/



More information about the D.gnu mailing list