Subject: emacs-20.3 package fails to build on Alpha port
To: None <port-alpha@netbsd.org>
From: Paul Goyette <paul@whooppee.com>
List: current-users
Date: 05/23/1999 17:36:02
cc -c -fno-common   -Demacs -DHAVE_CONFIG_H -DUSE_LUCID  -I.
	-I/usr/src/pkgsrc/editors/emacs/work/emacs-20.3/src -fno-common
	-I/usr/X11R6/include      -O2 unexelf.c
unexelf.c: In function `relocate_ecoff_symhdr':
unexelf.c:609: syntax error before `Elfw'
gmake[1]: *** [unexelf.o] Error 1
gmake[1]: Leaving directory `/usr/src/pkgsrc/editors/emacs/work/emacs-20.3/src'
gmake: *** [src] Error 2
*** Error code 2

Stop.


Looking at the source code, it would appear that `Elfw(word)' should be
some sort of macro, but I don't know what to set it to, or where it
should be set.