Falk Hueffner <falk.hueffner(a)student.uni-tuebingen.de> writes in
xemacs-beta(a)xemacs.org:
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,
It's for building on Alpha with OSF/Tru64 Unix.