Brice Goglin, le Fri 16 Mar 2012 07:48:52 +0100, a écrit : > Le 16/03/2012 02:44, Samuel Thibault a écrit : > > Brice Goglin, le Thu 15 Mar 2012 17:36:29 +0100, a écrit : > >> Looks like g++ doesn't like __hwloc_attribute_unused in hwloc/helper.h > > I wonder what Hydra uses for g++. I have tested various versions (from > > 4.1 to 4.7), without problems. > > Looks like "fedora2" in the title is really what it means :) > > configure:4653: checking for g++ > configure:4669: found /usr/bin/g++ > configure:4680: result: g++ > configure:4707: checking for C++ compiler version > configure:4716: g++ --version >&5 > g++ (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
Ouch indeed! And it's the last version of g++ that wasn't understanding attributes. I have dropped attribute usage for these. Samuel