Building Apple GCC with GDC
Anders F Björklund
afb at algonet.se
Wed Dec 6 05:10:07 PST 2006
I'm trying to build Apple's "Universal" gcc-5363,
but somehow it always fails in the install phase ?
gnumake install RC_OS=macos RC_ARCHS='i386 ppc' TARGETS='i386 ppc' \
SRCROOT=`pwd` OBJROOT=`pwd`/build/obj \
DSTROOT=`pwd`/build/dst SYMROOT=`pwd`/build/sym
I added "d" to the --enable-languages in build_gcc,
otherwise it is using the GCC settings Apple chose.
Tried building GDC 0.19 with gcc-5341 earlier, but
didn't have much luck with that effort either... :(
Downloaded the GCC source code tarball from Apple,
and added the "d" directory and ran "setup-gcc.sh"
http://www.opensource.apple.com/darwinsource/tarballs/other/gcc-5363.tar.gz
http://www.opensource.apple.com/darwinsource/tarballs/other/gcc-5341.tar.gz
How did you build gdc-0.19-macos-universal.tar.bz2 ?
I would like to build a compiler from GDC SVN trunk.
--anders
More information about the D.gnu
mailing list