Cannot build cmdstan on Linux computing cluster with

Hi there,

I wanted to build cmdstan on scientific computing cluster which is Linux with the following specifications:

  • g++ version 4.8.2
  • GNU Make version 3.82
  • cmdstan version 2.24.1

When doing make build in the cmdstan-2.24.1 directory, I get the following error:

make: *** [bin/cmdstan/stansummary.o] Error 1

Would be very happy if you could help me!

Thanks in advance.

Best,
NIc

Hi,

you require at least g++ 4.9.3

But if you will already be upgrading I would actually aim higher if possible. g++ 8 or so for example.

1 Like

Ah didn’t know that, thank you very much for the quick help :)

1 Like