On 13 April 2015 at 19:38, Szilárd Páll <sin.pecado@xxxxxxxxx> wrote: > On Fri, Apr 10, 2015 at 11:08 AM, Jonathan Wakely <jwakely.gcc@xxxxxxxxx> wrote: >> On 10 April 2015 at 00:42, Szilárd Páll wrote: >>> Could somebody give me at at least pointers on how/where to file a bug >>> report for this? Is there a reasonably straightforward alternative to >>> compile gcc with git support? >> >> Have you tried configuring without --disable-shared ? > > Yes, that's the default, Oh, I misread your first email, sorry. You didn't use --disable-shared, the command you showed was from the ISL build dir. > results in this > > configure: error: > Enabling language "jit" requires --enable-host-shared. > > Found an existing bug report too, strange that it's not been fixed for > such a long time: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64296 It was only reported a few months ago, that's really not a very long time. It seems to build OK with --disable-bootstrap --disable-multilib --enable-host-shared --with-pic I haven't tried a multilib or bootstrap build, but --with-pic should make them work too.