In addition to my previous email, I also tired older versions of bash, going back to 4.2
I get the exact same error with all of them with the only exception being that the error occurs on different lines, but it always boils down to this: ./config.h:332:22: error: two or more data types in declaration specifiers #define sig_atomic_t int I'm starting to wonder if this is a matter of setting the C style right, maybe it wants C89 or some other syntax? I didn't see anything like that specified as a requirement in either the readme, install, or faq...