"Dirk Tilger" <dirk@miriup.de> writes:
> I was able to fix the problem by changing line 81 of s_lock.h to:
> | #if defined(__GNUC__) || defined(__INTEL_COMPILER) || defined(__ICC)
Hm. Some googling suggests that we should be using only
__INTEL_COMPILER, not both. configure.in does it that way.
regards, tom lane