GaloisInc / LinearArbitrary-SeaHorn

LinearArbitrary-SeaHorn is a CHC solver for LLVM-based languages.
Other
21 stars 8 forks source link

Build Issue #3

Open sahilbhatia17 opened 5 years ago

sahilbhatia17 commented 5 years ago

While installing , at step 3 , I get the following error:

CMake Error at /LinearArbitrary-SeaHorn/build/z3-prefix/src/z3-stamp/z3-build-RelWithDebInfo.cmake:16 (message): Command failed: 2

'make' '-j3' '-C' 'build'

zhanghongce commented 5 years ago

I encountered exactly the same problem...

crvdgc commented 4 years ago

It seems like building z3 needs gcc-5, instead of gcc-7. Maybe try install gcc-5 and

export CC=gcc-5
export CXX=g++-5

before running any cmake commands.