CC bitmap.lo
CC-147 craycc: ERROR
Declaration is incompatible with "int ffsl(long)"
(declared at line 526 of
"/opt/cray/xe-sysroot/4.1.20/usr/include/string.h").
(Yes, there is no line number with the error
message.)
This seems to be caused by the fact that the
Cray compiler sets __GNUC__, but is not quite compatible.
A work-around is to change line 56 of
include/private/misc.h from
#elif defined(__GNUC__)
to
#elif defined(__GNUC__) && !defined(_CRAYC)
-erik
--
Erik Schnetter <
schnetter@gmail.com>
http://www.perimeterinstitute.ca/personal/eschnetter/