I'm having trouble building GDC (taken from the gdc-4.7 branch on
github) using gcc-4.7.1
After about 10-15 minutes it just bails out with this error
/Users/danielharper/gdc/objdir/./gcc/xgcc
-B/Users/danielharper/gdc/objdir/./gcc/
-B/opt/gdc/i386-apple-darwin12.1.0/bin/
-B/opt/gdc/i386-appl
On Tuesday, 31 July 2012 at 00:44:36 UTC, jerro wrote:
It looks like you are using the branch master of GDC. To use
gcc 4.7.1 you should use the branch gdc-4.7. You can download
it here:
https://github.com/D-Programming-GDC/GDC/tree/gdc-4.7
Or clone it with:
git clone -b gdc-4.7 git://github