This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: unhappiness with zero package security
On Sat, Jul 2, 2016 at 10:48 PM, Mikhail Maltsev <maltsevm@gmail.com> wrote:
> On 02.07.2016 18:12, squidmobile@fastmail.fm wrote:
>>
>> 02 jul 2016
>>
>> i tried to build and install gcc, and i ran into a problem. your
>> docs suggest isl acts as an OPTIONAL package for optimizations.
>> however, i could not build gcc without it.
>
> Try configuring GCC with '--disable-graphite' option.
It's called --without-isl but if auto-detection failed and you didn't supply
any explicit --with-isl or --with-isl-include/lib then that should be
not necessary
and configure only prints a warning (and disables graphite automatically).
Richard.
> --
> Mikhail Maltsev