Le 08/02/2012 22:10, Paul H. Hargrove a écrit : >> configure: WARNING: Please report this failure, and configure using a >> different C compiler if possible. >> configure: error: Cannot continue. > configure: WARNING: Your C compiler does not consider incorrect > argument counts to be a fatal error. > > EXCEPT, that I am not seeing the "set CFLAGS..." message. > Is it possible that this check is running before > hwloc_check_compiler_vendor_result has been set?
Ah, we need to use $hwloc_c_vendor instead. That's where's $hwloc_check_compiler_vendor_result ends up before being cleared. > > ALSO, the text of the (missing) message is incorrect: > 284c284 > < AC_MSG_WARN([For XLC you may try appending '-qhalt=-e' > to the value of CFLAGS.]) > --- > > AC_MSG_WARN([For XLC you may try appending '-qhalt=e' to > the value of CFLAGS.]) By the way, do we need -qhalt=E or -qhalt=e ? Your mail uses both. Jeff, can you fix everything reported in this thread locally and prepare a new tarball for Paul? Brice