Jonathan Yong via Cygwin writes: > I've not honestly tried setting up libgccjit, looks like its as simple > as adding jit to --enable-languages. > > Achim, mind trying?
That also needs --enable-host-shared and then it dies shortly after configure because it can't find libiberty.a in $build_subdir which does not exist. The library itself is already made in the libiberty directory, so some sort of install step went missing. If I drop the file there, it then proceeds to want the same thing in yet another subdir. Repeating the exercise gets me one step further after which it looks for the same file in a third placeā¦ dropping it there also seems to get the compile rolling along, but there is clearly something missing, either in configure or with the general handling of the target triple. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptations for KORG EX-800 and Poly-800MkII V0.9: http://Synth.Stromeko.net/Downloads.html#KorgSDada -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple