X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Subject: Re: [ANNOUNCE] DJGPP port of gcc-6.1.0 To: djgpp AT delorie DOT com References: <201604281739 DOT u3SHdF9o009018 AT delorie DOT com> <572B61D5 DOT 2040400 AT gmx DOT de> <77f635e4-2d72-733f-3bdb-aa07734d7861 AT iki DOT fi> <572BA3F3 DOT 4020509 AT gmx DOT de> From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp AT delorie DOT com]" Message-ID: Date: Sat, 7 May 2016 08:56:12 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 05/07/2016 12:32 AM, Wiktor S. (wswiktorSP AT Mpoczta DOT fm) [via djgpp AT delorie DOT com] wrote: > I'm trying to build it on XP, but I'm getting > > checking for isl 0.16, 0.15, or deprecated 0.14... no > recommended isl version is 0.16 or 0.15, the minimum required isl version 0.14 is deprecated > checking for isl 0.16 or 0.15... no > configure: error: GNAT is required to build ada > > I don't want to build Ada, why does it require it? > Do not worry about ISL. GCC should build just fine also without it. You can however get ISL from ftp://gcc.gnu.org/pub/gcc/infrastructure/ Last I checked isl-0.15 built for DJGPP without problems. My build of gcc-6.1.0 was done on the same system where I had isl-0.15 installed, so it was detected and used. I have not tried isl-0.16.1 About Ada: List of languages to build is given in djconfig.sh. Edit it to remove Ada from list Andris