On Tue, Mar 5, 2013 at 8:04 PM, koala01 wrote:
> Hello,
>
> I'm trying to compile the gcc-4.8.0-20130217 snapshot with (eg) the last
> version of isl.
>
> This version has a bug fix which make that isl_version() returns
> "isl-1.11.1", as result that configure script fails to detect isl because it
Hi,
--- On Wed, Mar 6, 2013 at 12:34 AM, koala01 wrote:
| This version has a bug fix which make that isl_version() returns
| "isl-1.11.1", as result that configure script fails to detect isl
\--
Perhaps build gcc with the following?
$ ../configure --disable-isl-version-check
SK
--
Shakthi