You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
inmacro/debug.m4
should be fixed.The text was updated successfully, but these errors were encountered: