Hi,
configure.in contains this line:
dnl Avoid version mismatch for shared library libXm.so on osf4
if test "$GCC" = yes -a -d /usr/shlib; then XE_APPEND(-L/usr/shlib, X_LIBS); fi
which makes compiling fail on Alpha Linux if you have the Compaq CC
installed.
I don't when exactly it *is* needed, so perhaps it should be guarded
by a check for !linux.
Falk