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
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
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.com/D-Programming-GDC/GDC.git
The master branch of GDC
GDC 4.7
Download https://github.com/D-Programming-GDC/GDC
GCC 4.7.1
Download ftp://ftp.fu-berlin.de/unix/languages/gcc/
../gcc-4.7.1/configure --enable-languages=d --disable-bootstrap \
--prefix=/opt/gdc \
--with-bugurl="http://gdcproject.org/bugzilla"; \
--enable-checking