Open EZL1190 opened 2 years ago
Specify the path explicitly. g++ -g -O3 guidedsampler.cpp -Wall -Wpedantic -o guidedsampler -L../z3/build -lz3 to the z3 build dir and also export it like wise export LD_LIBRARY_PATH=$HOME/SMTSampler_code/z3/build/:$LD_LIBRARY_PATH
Hello
I'm following the Readme guide, and when i'm running "make" in GuidedSampler it's exiting with error 1.