When. compiling with oneAPI, configure has an error and mistakenly interprets -loopopt=1 as a linker option (that option is meant to be the value passed to the llvm engine, as part of -llvm -loopt=1)
Intel release notes suggest that loading a new autoconf and running autoreconf -if to update configure.ac should be enough; but that has not worked for me.
Previously I have solved this issue by copying the config files from upstream - but that code needs to be added into this repo.
When. compiling with oneAPI,
configurehas an error and mistakenly interprets-loopopt=1as a linker option (that option is meant to be the value passed to the llvm engine, as part of-llvm -loopt=1)Intel release notes suggest that loading a new autoconf and running
autoreconf -ifto updateconfigure.acshould be enough; but that has not worked for me.Previously I have solved this issue by copying the
configfiles from upstream - but that code needs to be added into this repo.