Closed ramin-raeisi closed 1 year ago
Hi,
I had build errors, so I installed gcc-11, yet still two modifications were still needed as follow:
-lpthread
undefined reference to pthread_create
-std=c++17
Finally it successfully got built.
Thanks!
Hi,
I had build errors, so I installed gcc-11, yet still two modifications were still needed as follow:
-lpthread
to https://github.com/supranational/supra_seal/blob/main/build.sh#L192 line due toundefined reference to pthread_create
-std=c++17
to https://github.com/supranational/supra_seal/blob/main/build.sh#L196 due to C++ compilation errorsFinally it successfully got built.