Use gcc on linux
Merge request reports
Activity
mentioned in commit 25ee7fb6
Hmm, are there problems with clang on Linux? I occasionally use it to compile kresd, and I haven't encountered any issues yet.
Edited by Vladimír ČunátI am trying to isolate Nettle build failure:
checking whether to enable maintainer-specific portions of Makefiles... no checking ABI=64 checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 ... no, mpn_lshift_com optimization 2, program does not run checking ABI=x32 checking compiler gcc -O2 -pedantic -fomit-frame-pointer -mx32 ... no checking ABI=32 checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer ... no checking compiler gcc -O2 -pedantic -fomit-frame-pointer ... no, mpn_lshift_com optimization 2, program does not run configure: error: could not find a working compiler, see config.log for details
Please register or sign in to reply