Closed ananthakrishnanpta closed 1 year ago
Hi,
It's possible that this issue could be related to compatibility problems with GCC. We suggest trying GCC-7.5.0 or an earlier version. Once you've installed GCC-7, please use the following commands to compile the code:
CC='gcc-7' CXX='g++-7' ./configure
CC='gcc-7' CXX='g++-7' make