CharlesCongdon

Results 4 comments of CharlesCongdon

I've tried some experiments, and it looks like the Linux version being used (and thus the gcc version) is most of the problem (just like #622). Which complicates things... **Experiment...

More experiments and talk with our compiler guys found the -no-cilk flag. Unfortunately, that just makes the one error go away, and on Ubuntu we still end up with a...

Ah, some of this is an admin issue. On my RHEL 7.8 machine, if I install the glibc-static and libstdc++-static packages with yum it builds cleanly and I get a...

@dkimanius Dari - where these messages are concerned, it seems to be the presence of static system libraries (e.g. GCC) that matters the most (libm, libstdc++, libld, etc.). On one...