1 min readMay 12, 2020
Hi there. Personally, I didn’t encounter this problems before. I think that this error is due to the GCC compiler. Thus, make sure you have a compiler (GCC) installed before continuing.If not maybe you just need to specify the build target to configure. For instance: ./configure — enable-64bit — build x86_64-redhat-linux-gnu . I am just giving you an example as I don’t know about your machine build. Hope that this help. Thanks