Gentoo Archives: gentoo-user

From: Elias Diem <pub.linux@×××××××××.ch>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] D and Gentoo
Date: Sat, 08 Feb 2014 12:26:13
Message-Id: 20140208122541.GA4254@hp-netbook.local
In Reply to: [gentoo-user] D and Gentoo by Elias Diem
1 Hi there
2
3 Just for the records.
4
5 I finally managed to build GCC with D support myself
6 (without using the overlay).
7
8 What I did:
9
10 - Download and enpack a tar for GCC 4.8.2
11
12 - Clone the git repo from gdcproject.org
13
14 - Check out the appropriate branch in the git repo
15
16 - Run the setup-gcc.sh script
17
18 - Configure GCC (including --enable-languages=d)
19
20 - Make GCC
21
22 --
23 Greetings
24 Elias