Aidan Kehoe wrote:
Ar an tríú lá is fiche de mí Márta, scríobh Olivier Bodenreider:
> [...] Now, configures stops at:
>
> checking for short... yes
> checking size of short... configure: error: cannot compute sizeof
> (short), 77
> See `config.log' for more details.
The comments and code in configure.ac relating to the linker
command-line-argument that failed--which was this:
ld: fatal: option -z has illegal argument `nocombreloc'
ld: fatal: Flags processing errors
collect2: ld returned 1 exit status
--say you should be able to add --enable-pdump to the configure script
command line and have it work.
Thanks, Aidan. As you predicted, adding --enable-pdump to the configure
script made configure work.
Here is the next roadblock:
gmake stops here:
gcc -c -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts
-Wpacked -Wpointer-arith -Wunused-parameter -g -Demacs -I.
-DHAVE_CONFIG_H -I/home/olivier/src_loc/xpm-3.4k/X11
-I/home/olivier/src_loc/lib_graphics/png
-I/home/olivier/src_loc/lib_graphics/tiff/libtiff
-I/home/olivier/src_loc/lib_graphics/jpeg -I/usr/openwin/include process.c
In file included from events.h:554,
from process.c:47:
/usr/openwin/include/X11/Xlib.h:32: warning: ignoring #pragma ident
process.c: In function `signal_name':
process.c:1554: `sys_siglist' undeclared (first use in this function)
process.c:1554: (Each undeclared identifier is reported only once
process.c:1554: for each function it appears in.)
gmake[1]: *** [process.o] Error 1
gmake[1]: Leaving directory `/home/olivier/src_loc/xemacs-21.5.20/src'
gmake: *** [src] Error 2
May have to do with changes reported in src/Changelog (?)
* config.h.in: Remove trailing comments, which autoconf 2.59 does
not like. Use autoconf 2.59's HAVE_DECL_SYS_SIGLIST instead of
SYS_SIGLIST_DECLARED.
* syssignal.h: Use autoconf 2.59's HAVE_DECL_SYS_SIGLIST instead
of SYS_SIGLIST_DECLARED.
--
Olivier