Jeff Squyres, le Tue 01 Dec 2009 08:41:42 -0500, a écrit : > icc -std=c99 -DHAVE_CONFIG_H -I. -I../include/private -I../include/ > hwloc -I../include -I../include -std=gnu99 -Wall -Wmissing-prototypes - > Wundef -Wpointer-arith -Wcast-align -I/usr/include/libxml2 -g -O2 -MT > cpuset.lo -MD -MP -MF .deps/cpuset.Tpo -c cpuset.c -fPIC -DPIC - > o .libs/cpuset.o > > in which I see both "-std=c99" and "-std=gnu99", which doesn't seem > right.
Apparently configure thinks that icc is gcc... Samuel