linbox-team/fflas-ffpack

Fail gracefully when gcc <5 is detected

Opened this issue · 0 comments

In #358 old (<5) versions of gcc were noticed at configure time but did not cause the configure to fail, hence generating compilation errors later on.
Indeed the compiler detection seem to only print a message "unknown compiler, please file a bug". Definition of macro AC_COMPILER_NAME in macro/debug.m4 should be fixed.