On Fri, Nov 25, 2022 at 11:22:15AM +0000, Jonathan Wakely via Gcc-help wrote: > On Fri, 25 Nov 2022 at 10:20, Peter Dyballa via Gcc-help > <gcc-help@xxxxxxxxxxx> wrote: > > ..../gcc10-bootstrap/work/gcc-10.3.0/isl/configure: line 1: cd: /opt/local/libexec/gcc10-bootstrap: No such file or directory > > checking for powerpc-apple-darwin8.11.0-gcc... > > > > checking whether we are using the GNU C compiler... (cached) yes > > ..../gcc10-bootstrap/work/gcc-10.3.0/isl/configure: line 5363: test: =: unary operator expected > > isl is not part of GCC, and I don't see this error in the version of > isl that gcc-10.3.0/contrib/download_prerequisites uses. > > Using isl is optional anyway, you can just leave it out if you want. > Either way, this seems to be a problem with the version of isl that > MacPorts uses, not a GCC problem. Yup. Also, GCC 10.4 was released over a month ago, please use that? Any problem in previous minor releases might already be fixed (I doubt it in this case, but :-) ) Segher