Dear Bug Team!
Building xemacs-21.5.18 I ran './configure --with-mule=yes' then 'make
-j -l 1'. The make process failed when linking the temacs executable:
gcc -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -Wundef
-Wstrict-prototypes -Wpacked -Wunused-parameter -g -O3 -L/usr/X11R6/lib
-Wl,-export-dynamic -o temacs abbrev.o alloc.o alloca.o balloon_help.o balloon-x.o
blocktype.o buffer.o bytecode.o callint.o casefiddle.o casetab.o chartab.o filelock.o
cmdloop.o cmds.o console.o console-stream.o data.o database.o debug.o tests.o device.o
dired.o doc.o doprnt.o dynarr.o editfns.o elhash.o emacs.o emodules.o eval.o events.o
event-stream.o event-unixoid.o dumper.o input-method-xlib.o inline.o linuxplay.o
miscplay.o terminfo.o extents.o faces.o file-coding.o fileio.o filemode.o floatfns.o
fns.o font-lock.o frame.o general.o dgif_lib.o gif_io.o glyphs.o glyphs-eimage.o
glyphs-shared.o glyphs-widget.o gpmevent.o gui.o menubar.o scrollbar.o toolbar.o
gutter.o hash.o imgproc.o indent.o insdel.o intl.o keymap.o line-number.o lread.o
lstream.o macros.o marker.o md5.o minibuf.o mule-ccl.o mule-charset.o mule-codi!
ng.o mule-canna.o mule-wnnfns.o objects.o opaque.o print.o process.o process-unix.o
profile.o rangetab.o realpath.o redisplay.o redisplay-output.o regex.o search.o select.o
sysdll.o signal.o sound.o specifier.o strftime.o symbols.o syntax.o sysdep.o text.o
console-tty.o device-tty.o event-tty.o frame-tty.o objects-tty.o redisplay-tty.o cm.o
undo.o unicode.o console-x.o device-x.o event-Xt.o frame-x.o glyphs-x.o objects-x.o
redisplay-x.o select-x.o xgccache.o intl-x.o gui-x.o menubar-x.o scrollbar-x.o toolbar-x.o
toolbar-common.o widget.o window.o lastfile.o free-hook.o vm-limit.o EmacsFrame.o
EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o dump-id.o
dump-data.o ../lwlib/liblw.a -lcanna -lRKC -lwnn -ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt
-lXext -lX11 -lSM -lICE -ldb -lgpm -lncurses -lcrypt -lm -lutil
mule-wnnfns.o(.text+0x25f4): In function `w2m':
/home/ed/xemacs-21.5.18/src/mule-wnnfns.c:1934: undefined reference to
`cwnn_yincod_pzy'
(and further occurrences of the same error). I am using Fedora Core 3
with a few extra packages. The config.log file follows.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:853: checking whether ln -s works
configure:1139: checking host system type
configure:1677: checking for gcc
configure:1781: checking whether the C compiler (gcc ) works
configure:1799: gcc -o conftest conftest.c 1>&5
configure:1827: checking whether the C compiler (gcc ) is a cross-compiler
configure:1832: checking whether we are using GNU C
configure:1839: gcc -E conftest.c
configure:1857: checking whether gcc accepts -g
configure:2326: gcc -o conftest conftest.c 1>&5
configure: failed program was:
#line 2316 "configure"
#include "confdefs.h"
int main () {
#if __GNUC__ >= 3
return 11;
#else
return 0;
#endif
}
configure:2352: checking how to run the C preprocessor
configure:2371: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2431: checking for AIX
configure:2460: checking for GNU libc
configure:2474: gcc -c conftest.c 1>&5
configure:2585: gcc -o conftest conftest.c 1>&5
configure:2896: checking for preferred CFLAGS
configure:2919: checking for preferred warning flags for XEMACS_CC
configure:2952: checking for preferred warning flags for CC
configure:2960: checking for buggy gcc versions
configure:3107: checking for dynodump
configure:3202: checking for compiler version information
configure:3253: checking for standard C library version information
configure:3495: checking for malloc_set_state
configure:3521: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:3505: warning: function declaration isn't a prototype
configure:3507: warning: function declaration isn't a prototype
configure:3541: checking whether __after_morecore_hook exists
configure:3550: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:3544: warning: function declaration isn't a prototype
configure:3545: warning: function declaration isn't a prototype
configure:3606: checking for ranlib
configure:3661: checking for a BSD compatible install
configure:3715: checking for bison
configure:3747: checking for a.out.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3747: checking for elf.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3747: checking for cygwin/version.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3751:28: cygwin/version.h: No such file or directory
configure: failed program was:
#line 3750 "configure"
#include "confdefs.h"
#include <cygwin/version.h>
configure:3747: checking for fcntl.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3747: checking for inttypes.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3747: checking for libgen.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3747: checking for locale.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3747: checking for wchar.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3747: checking for mach/mach.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3751:23: mach/mach.h: No such file or directory
configure: failed program was:
#line 3750 "configure"
#include "confdefs.h"
#include <mach/mach.h>
configure:3747: checking for sys/param.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3747: checking for sys/pstat.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3751:23: sys/pstat.h: No such file or directory
configure: failed program was:
#line 3750 "configure"
#include "confdefs.h"
#include <sys/pstat.h>
configure:3747: checking for sys/resource.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3747: checking for sys/time.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3747: checking for sys/timeb.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3747: checking for sys/times.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3747: checking for sys/un.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3747: checking for sys/vlimit.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3747: checking for ulimit.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3747: checking for unistd.h
configure:3755: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3785: checking for sys/wait.h that is POSIX.1 compatible
configure:3804: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:3797: warning: function declaration isn't a prototype
configure:3828: checking for ANSI C header files
configure:3839: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3903: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:3897: warning: function declaration isn't a prototype
configure: In function `main':
configure:3898: warning: implicit declaration of function `exit'
configure:3929: checking whether time.h and sys/time.h may both be included
configure:3941: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:3936: warning: function declaration isn't a prototype
configure: In function `main':
configure:3937: warning: unused variable `tp'
configure:3965: checking for sys_siglist declaration in signal.h or unistd.h
configure:3980: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:3975: warning: function declaration isn't a prototype
configure: In function `main':
configure:3976: warning: initialization discards qualifiers from pointer target type
configure:3976: warning: unused variable `msg'
configure:4006: checking for utime
configure:4016: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:4011: warning: function declaration isn't a prototype
configure:4093: checking return type of signal handlers
configure:4113: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:4105: warning: function declaration isn't a prototype
configure:4105: warning: function declaration isn't a prototype
configure:4108: warning: function declaration isn't a prototype
configure: In function `main':
configure:4109: warning: unused variable `i'
configure:4135: checking for size_t
configure:4169: checking for pid_t
configure:4203: checking for uid_t in sys/types.h
configure:4242: checking for mode_t
configure:4276: checking for off_t
configure:4310: checking for ssize_t
configure:4378: checking for socklen_t
configure:4390: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:4385: warning: function declaration isn't a prototype
configure:4441: checking for struct timeval
configure:4459: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:4454: warning: function declaration isn't a prototype
configure:4481: checking whether struct tm is in sys/time.h or time.h
configure:4492: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:4487: warning: function declaration isn't a prototype
configure: In function `main':
configure:4488: warning: statement with no effect
configure:4516: checking for tm_zone in struct tm
configure:4527: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:4522: warning: function declaration isn't a prototype
configure: In function `main':
configure:4523: warning: statement with no effect
configure:4589: checking for working const
configure:4641: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:4594: warning: function declaration isn't a prototype
configure: In function `main':
configure:4615: warning: unused variable `s'
configure:4620: warning: declaration of 'x' shadows a previous local
configure:4597: warning: shadowed declaration is here
configure:4626: warning: declaration of 'p' shadows a previous local
configure:4600: warning: shadowed declaration is here
configure:4635: warning: unused variable `foo'
configure:4597: warning: unused variable `x'
configure:4603: warning: unused variable `zero'
configure:4632: warning: 'b' might be used uninitialized in this function
configure:4614: warning: 't' might be used uninitialized in this function
configure:4666: checking whether make sets ${MAKE}
configure:4691: checking whether byte ordering is bigendian
configure:4707: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:4699: warning: function declaration isn't a prototype
configure:4722: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:4714: warning: function declaration isn't a prototype
configure: In function `main':
configure:4717: error: `not' undeclared (first use in this function)
configure:4717: error: (Each undeclared identifier is reported only once
configure:4717: error: for each function it appears in.)
configure:4717: error: syntax error before "big"
configure: failed program was:
#line 4711 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
; return 0; }
configure:4779: checking size of short
configure:4794: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:4786: warning: return type defaults to `int'
configure:4786: warning: function declaration isn't a prototype
configure: In function `main':
configure:4788: warning: implicit declaration of function `exit'
configure:4822: checking size of int
configure:4837: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:4829: warning: return type defaults to `int'
configure:4829: warning: function declaration isn't a prototype
configure: In function `main':
configure:4831: warning: implicit declaration of function `exit'
configure:4859: checking size of long
configure:4874: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:4866: warning: return type defaults to `int'
configure:4866: warning: function declaration isn't a prototype
configure: In function `main':
configure:4868: warning: implicit declaration of function `exit'
configure:4896: checking size of long long
configure:4911: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:4903: warning: return type defaults to `int'
configure:4903: warning: function declaration isn't a prototype
configure: In function `main':
configure:4905: warning: implicit declaration of function `exit'
configure:4933: checking size of void *
configure:4948: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:4940: warning: return type defaults to `int'
configure:4940: warning: function declaration isn't a prototype
configure: In function `main':
configure:4942: warning: implicit declaration of function `exit'
configure:4970: checking size of double
configure:4985: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:4977: warning: return type defaults to `int'
configure:4977: warning: function declaration isn't a prototype
configure: In function `main':
configure:4979: warning: implicit declaration of function `exit'
configure:5008: checking for long file names
configure:5054: checking for sin
configure:5080: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c 1>&5
configure:5064: warning: function declaration isn't a prototype
configure:5064: warning: conflicting types for built-in function 'sin'
configure:5066: warning: function declaration isn't a prototype
/tmp/cc28idnP.o(.text+0xd): In function `main':
/home/ed/xemacs-21.5.18/configure:5074: undefined reference to `sin'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5057 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char sin(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char sin();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_sin) || defined (__stub___sin)
choke me
#else
sin();
#endif
; return 0; }
configure:5098: checking for sin in -lm
configure:5114: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c -lm 1>&5
configure:5107: warning: function declaration isn't a prototype
configure:5107: warning: conflicting types for built-in function 'sin'
configure:5109: warning: function declaration isn't a prototype
configure:5156: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c -lm 1>&5
configure:5151: warning: function declaration isn't a prototype
configure:5175: checking for mkstemp
configure:5201: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c -lm 1>&5
configure:5185: warning: function declaration isn't a prototype
configure:5187: warning: function declaration isn't a prototype
configure:5230: checking type of mail spool file locking
configure:5234: checking for lockf
configure:5260: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c -lm 1>&5
configure:5244: warning: function declaration isn't a prototype
configure:5246: warning: function declaration isn't a prototype
configure:5234: checking for flock
configure:5260: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
conftest.c -lm 1>&5
configure:5244: warning: function declaration isn't a prototype
configure:5246: warning: function declaration isn't a prototype
configure:5395: checking whether the -xildoff compiler flag is required
configure:5418: checking for specified window system
configure:5882: checking for X
configure:6201: checking for dnet_ntoa in -ldnet
configure:6217: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include conftest.c -ldnet -lm 1>&5
configure:6210: warning: function declaration isn't a prototype
configure:6212: warning: function declaration isn't a prototype
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure: failed program was:
#line 6206 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dnet_ntoa();
int main() {
dnet_ntoa()
; return 0; }
configure:6241: checking for dnet_ntoa in -ldnet_stub
configure:6257: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include conftest.c -ldnet_stub -lm 1>&5
configure:6250: warning: function declaration isn't a prototype
configure:6252: warning: function declaration isn't a prototype
/usr/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure: failed program was:
#line 6246 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dnet_ntoa();
int main() {
dnet_ntoa()
; return 0; }
configure:6286: checking for gethostbyname
configure:6312: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include conftest.c -lm 1>&5
configure:6296: warning: function declaration isn't a prototype
configure:6298: warning: function declaration isn't a prototype
configure:6379: checking for connect
configure:6405: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include conftest.c -lm 1>&5
configure:6389: warning: function declaration isn't a prototype
configure:6391: warning: function declaration isn't a prototype
configure:6468: checking for remove
configure:6494: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include conftest.c -lm 1>&5
configure:6478: warning: function declaration isn't a prototype
configure:6480: warning: function declaration isn't a prototype
configure:6555: checking for shmat
configure:6581: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include conftest.c -lm 1>&5
configure:6565: warning: function declaration isn't a prototype
configure:6567: warning: function declaration isn't a prototype
configure:6654: checking for IceConnectionNumber in -lICE
configure:6670: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lICE -lm
1>&5
configure:6663: warning: function declaration isn't a prototype
configure:6665: warning: function declaration isn't a prototype
configure:6716: checking for Xm/Xm.h
configure:6724: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:6720:19: Xm/Xm.h: No such file or directory
configure: failed program was:
#line 6719 "configure"
#include "confdefs.h"
#include <Xm/Xm.h>
configure:6909: checking for X defines extracted by xmkmf
configure:6958: checking for X11/Intrinsic.h
configure:6966: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:6990: checking for XOpenDisplay in -lX11
configure:7006: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lX11 -lSM -lICE -lm
1>&5
configure:6999: warning: function declaration isn't a prototype
configure:7001: warning: function declaration isn't a prototype
configure:7074: checking for XShapeSelectInput in -lXext
configure:7090: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXext -lX11 -lSM -lICE
-lm 1>&5
configure:7083: warning: function declaration isn't a prototype
configure:7085: warning: function declaration isn't a prototype
configure:7113: checking for XtOpenDisplay in -lXt
configure:7129: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXt -lXext -lX11 -lSM
-lICE -lm 1>&5
configure:7122: warning: function declaration isn't a prototype
configure:7124: warning: function declaration isn't a prototype
configure:7152: checking the version of X11 being used
configure:7159: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXt -lXext -lX11 -lSM
-lICE -lm 1>&5
configure:7190: checking for XConvertCase
configure:7216: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXt -lXext -lX11 -lSM
-lICE -lm 1>&5
configure:7200: warning: function declaration isn't a prototype
configure:7202: warning: function declaration isn't a prototype
configure:7248: checking for X11/Xlocale.h
configure:7256: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:7289: checking for XRegisterIMInstantiateCallback
configure:7315: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXt -lXext -lX11 -lSM
-lICE -lm 1>&5
configure:7299: warning: function declaration isn't a prototype
configure:7301: warning: function declaration isn't a prototype
configure:7343: checking for standard XRegisterIMInstantiateCallback prototype
configure:7357: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include conftest.c 1>&5
configure:7350: error: conflicting types for 'XRegisterIMInstantiateCallback'
/usr/X11R6/include/X11/Xlib.h:3941: error: previous declaration of
'XRegisterIMInstantiateCallback' was here
configure:7350: error: conflicting types for 'XRegisterIMInstantiateCallback'
/usr/X11R6/include/X11/Xlib.h:3941: error: previous declaration of
'XRegisterIMInstantiateCallback' was here
configure:7352: warning: function declaration isn't a prototype
configure: failed program was:
#line 7345 "configure"
#include "confdefs.h"
#define NeedFunctionPrototypes 1
#include <X11/Xlib.h>
extern Bool XRegisterIMInstantiateCallback(
Display*, struct _XrmHashBucketRec*, char*, char*, XIMProc, XPointer*);
int main() {
; return 0; }
configure:7378: checking for XmuReadBitmapDataFromFile in -lXmu
configure:7394: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXmu -lXt -lXext -lX11
-lSM -lICE -lm 1>&5
configure:7387: warning: function declaration isn't a prototype
configure:7389: warning: function declaration isn't a prototype
configure:7433: checking for main in -lXbsd
configure:7445: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXbsd -lXmu -lXt -lXext
-lX11 -lSM -lICE -lm 1>&5
configure:7440: warning: function declaration isn't a prototype
/usr/bin/ld: cannot find -lXbsd
collect2: ld returned 1 exit status
configure: failed program was:
#line 7438 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:7482: checking for MS-Windows
configure:7485: checking for main in -lgdi32
configure:7497: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lgdi32 -lXmu -lXt -lXext
-lX11 -lSM -lICE -lm 1>&5
configure:7492: warning: function declaration isn't a prototype
/usr/bin/ld: cannot find -lgdi32
collect2: ld returned 1 exit status
configure: failed program was:
#line 7490 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:7614: checking for X11/extensions/shape.h
configure:7622: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:7672: checking for WM_COMMAND option
configure:7687: checking for X11/Xauth.h
configure:7695: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:7718: checking for XauGetAuthByAddr in -lXau
configure:7734: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXau -lXmu -lXt -lXext
-lX11 -lSM -lICE -lm 1>&5
configure:7727: warning: function declaration isn't a prototype
configure:7729: warning: function declaration isn't a prototype
configure:7785: checking for module support
configure:7802: checking for dlfcn.h
configure:7810: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:7827: checking for dlopen in -lc
configure:7836: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXmu -lXt -lXext -lX11
-lSM -lICE -lm 1>&5
configure:7831: warning: function declaration isn't a prototype
configure:8064: checking how to build dynamic libraries for i686-pc-linux
configure:8116: checking how to produce PIC code
configure:8220: checking if PIC flag -fPIC really works
configure:8231: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3 -fPIC -DPIC
-I/usr/X11R6/include conftest.c 1>&5
configure:8226: warning: function declaration isn't a prototype
configure: In function `main':
configure:8227: warning: unused variable `x'
configure:8262: checking if C compiler can produce shared libraries
configure:8328: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -shared -L/usr/X11R6/lib conftest.c 1>&5
configure:8323: warning: function declaration isn't a prototype
configure: In function `main':
configure:8324: warning: unused variable `x'
configure:8353: checking for ld used by GCC
configure:8417: checking if the linker is GNU ld
GNU ld version 2.15.92.0.2 20040927
configure:8665: checking for dlerror
configure:8691: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXmu -lXt -lXext -lX11
-lSM -lICE -lm 1>&5
configure:8675: warning: function declaration isn't a prototype
configure:8677: warning: function declaration isn't a prototype
configure:8665: checking for _dlerror
configure:8691: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXmu -lXt -lXext -lX11
-lSM -lICE -lm 1>&5
configure:8675: warning: function declaration isn't a prototype
configure:8677: warning: function declaration isn't a prototype
/tmp/ccQGz2tM.o(.text+0xd): In function `main':
/home/ed/xemacs-21.5.18/configure:8685: undefined reference to `_dlerror'
collect2: ld returned 1 exit status
configure: failed program was:
#line 8668 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _dlerror(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _dlerror();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub__dlerror) || defined (__stub____dlerror)
choke me
#else
_dlerror();
#endif
; return 0; }
configure:8755: checking for tt_c.h
configure:8763: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:8759:18: tt_c.h: No such file or directory
configure: failed program was:
#line 8758 "configure"
#include "confdefs.h"
#include <tt_c.h>
configure:8755: checking for Tt/tt_c.h
configure:8763: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:8759:21: Tt/tt_c.h: No such file or directory
configure: failed program was:
#line 8758 "configure"
#include "confdefs.h"
#include <Tt/tt_c.h>
configure:8755: checking for desktop/tt_c.h
configure:8763: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:8759:26: desktop/tt_c.h: No such file or directory
configure: failed program was:
#line 8758 "configure"
#include "confdefs.h"
#include <desktop/tt_c.h>
configure:8869: checking for Dt/Dt.h
configure:8877: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:8873:19: Dt/Dt.h: No such file or directory
configure: failed program was:
#line 8872 "configure"
#include "confdefs.h"
#include <Dt/Dt.h>
configure:9017: checking for LDAP
configure:9021: checking for ldap.h
configure:9029: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:9052: checking for lber.h
configure:9060: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:9084: checking for ldap_search in -lldap
configure:9100: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lldap -lXmu -lXt -lXext
-lX11 -lSM -lICE -lm 1>&5
configure:9093: warning: function declaration isn't a prototype
configure:9095: warning: function declaration isn't a prototype
configure:9272: checking for ldap_set_option
configure:9298: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXmu -lXt -lXext -lX11
-lSM -lICE -lm -lldap 1>&5
configure:9282: warning: function declaration isn't a prototype
configure:9284: warning: function declaration isn't a prototype
configure:9272: checking for ldap_get_lderrno
configure:9298: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXmu -lXt -lXext -lX11
-lSM -lICE -lm -lldap 1>&5
configure:9282: warning: function declaration isn't a prototype
configure:9284: warning: function declaration isn't a prototype
/tmp/ccLIklOh.o(.text+0xd): In function `main':
/home/ed/xemacs-21.5.18/configure:9292: undefined reference to `ldap_get_lderrno'
collect2: ld returned 1 exit status
configure: failed program was:
#line 9275 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char ldap_get_lderrno(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char ldap_get_lderrno();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_ldap_get_lderrno) || defined (__stub___ldap_get_lderrno)
choke me
#else
ldap_get_lderrno();
#endif
; return 0; }
configure:9272: checking for ldap_result2error
configure:9298: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXmu -lXt -lXext -lX11
-lSM -lICE -lm -lldap 1>&5
configure:9282: warning: function declaration isn't a prototype
configure:9284: warning: function declaration isn't a prototype
configure:9272: checking for ldap_parse_result
configure:9298: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXmu -lXt -lXext -lX11
-lSM -lICE -lm -lldap 1>&5
configure:9282: warning: function declaration isn't a prototype
configure:9284: warning: function declaration isn't a prototype
configure:9337: checking for PostgreSQL
configure:9342: checking for libpq-fe.h
configure:9350: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:9374: checking for PQconnectdb in -lpq
configure:9390: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lpq -lXmu -lXt -lXext
-lX11 -lSM -lICE -lm 1>&5
configure:9383: warning: function declaration isn't a prototype
configure:9385: warning: function declaration isn't a prototype
configure:9423: checking for PQconnectStart in -lpq
configure:9439: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lpq -lXmu -lXt -lXext
-lX11 -lSM -lICE -lm 1>&5
configure:9432: warning: function declaration isn't a prototype
configure:9434: warning: function declaration isn't a prototype
configure:9490: checking for graphics libraries
configure:9516: checking for Xpm - no older than 3.4f
configure:9528: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXpm -lXmu -lXt -lXext
-lX11 -lSM -lICE -lm 1>&5
configure: In function `main':
configure:9524: warning: implicit declaration of function `XpmLibraryVersion'
configure:9572: checking for "FOR_MSW" xpm
configure:9582: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXpm -lXpm -lXmu -lXt
-lXext -lX11 -lSM -lICE -lm 1>&5
configure:9577: warning: function declaration isn't a prototype
configure: In function `main':
configure:9578: warning: implicit declaration of function `XpmCreatePixmapFromData'
configure:9608: checking for compface.h
configure:9616: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:9612:22: compface.h: No such file or directory
configure: failed program was:
#line 9611 "configure"
#include "confdefs.h"
#include <compface.h>
configure:9704: checking for inflate in -lc
configure:9720: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lc -lXpm -lXmu -lXt
-lXext -lX11 -lSM -lICE -lm 1>&5
configure:9713: warning: function declaration isn't a prototype
configure:9715: warning: function declaration isn't a prototype
/tmp/cceBAN7Y.o(.text+0xd): In function `main':
/home/ed/xemacs-21.5.18/configure:9716: undefined reference to `inflate'
collect2: ld returned 1 exit status
configure: failed program was:
#line 9709 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char inflate();
int main() {
inflate()
; return 0; }
configure:9739: checking for inflate in -lz
configure:9755: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lz -lXpm -lXmu -lXt
-lXext -lX11 -lSM -lICE -lm 1>&5
configure:9748: warning: function declaration isn't a prototype
configure:9750: warning: function declaration isn't a prototype
configure:9820: checking for jpeglib.h
configure:9828: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:9851: checking for jpeg_destroy_decompress in -ljpeg
configure:9867: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -ljpeg -lz -lXpm -lXmu
-lXt -lXext -lX11 -lSM -lICE -lm 1>&5
configure:9860: warning: function declaration isn't a prototype
configure:9862: warning: function declaration isn't a prototype
configure:9903: checking for pow
configure:9929: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -ljpeg -lz -lXpm -lXmu
-lXt -lXext -lX11 -lSM -lICE -lm 1>&5
configure:9913: warning: function declaration isn't a prototype
configure:9913: warning: conflicting types for built-in function 'pow'
configure:9915: warning: function declaration isn't a prototype
configure:9950: checking for png.h
configure:9958: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:9981: checking for png_read_image in -lpng
configure:9997: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lpng -ljpeg -lz -lXpm
-lXmu -lXt -lXext -lX11 -lSM -lICE -lm 1>&5
configure:9990: warning: function declaration isn't a prototype
configure:9992: warning: function declaration isn't a prototype
configure:10020: checking for workable png version information
configure:10031: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lpng -lz -ljpeg -lz
-lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lm 1>&5
configure:10074: checking for tiffio.h
configure:10082: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:10105: checking for TIFFClientOpen in -ltiff
configure:10121: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -ltiff -lpng -ljpeg -lz
-lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lm 1>&5
configure:10114: warning: function declaration isn't a prototype
configure:10116: warning: function declaration isn't a prototype
configure:10246: checking for X11 graphics libraries
configure:10792: checking for Xm/Xm.h
configure:10800: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:10796:19: Xm/Xm.h: No such file or directory
configure: failed program was:
#line 10795 "configure"
#include "confdefs.h"
#include <Xm/Xm.h>
configure:11237: checking for Mule-related features
configure:11251: checking for libintl.h
configure:11259: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:11290: checking for strerror in -lintl
configure:11306: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lintl -ltiff -lpng
-ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lm 1>&5
configure:11299: warning: function declaration isn't a prototype
configure:11301: warning: function declaration isn't a prototype
/usr/bin/ld: cannot find -lintl
collect2: ld returned 1 exit status
configure: failed program was:
#line 11295 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char strerror();
int main() {
strerror()
; return 0; }
configure:11339: checking for Mule input methods
configure:11342: checking for XIM
configure:11345: checking for XOpenIM in -lX11
configure:11361: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lX11 -ltiff -lpng
-ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lm 1>&5
configure:11354: warning: function declaration isn't a prototype
configure:11356: warning: function declaration isn't a prototype
configure:11525: checking for wnn/jllib.h
configure:11533: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:11556: checking for wnn/commonhd.h
configure:11564: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:11589: checking for crypt
configure:11615: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -ltiff -lpng -ljpeg -lz
-lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lm 1>&5
configure:11599: warning: function declaration isn't a prototype
configure:11601: warning: function declaration isn't a prototype
/tmp/ccqCBSOR.o(.text+0xd): In function `main':
/home/ed/xemacs-21.5.18/configure:11609: undefined reference to `crypt'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11592 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char crypt(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char crypt();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_crypt) || defined (__stub___crypt)
choke me
#else
crypt();
#endif
; return 0; }
configure:11644: checking for crypt in -lcrypt
configure:11660: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcrypt -ltiff -lpng
-ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lm 1>&5
configure:11653: warning: function declaration isn't a prototype
configure:11655: warning: function declaration isn't a prototype
configure:11695: checking for jl_dic_list_e in -lwnn
configure:11711: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lwnn -ltiff -lpng
-ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm 1>&5
configure:11704: warning: function declaration isn't a prototype
configure:11706: warning: function declaration isn't a prototype
configure:11858: checking for jl_fi_dic_list in -lwnn
configure:11874: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lwnn -lwnn -ltiff
-lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm 1>&5
configure:11867: warning: function declaration isn't a prototype
configure:11869: warning: function declaration isn't a prototype
/tmp/ccGcNmnY.o(.text+0xd): In function `main':
/home/ed/xemacs-21.5.18/configure:11870: undefined reference to `jl_fi_dic_list'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11863 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char jl_fi_dic_list();
int main() {
jl_fi_dic_list()
; return 0; }
configure:11909: checking for canna/jrkanji.h
configure:11917: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:11980: checking for canna/RK.h
configure:11988: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:12011: checking for RkBgnBun in -lRKC
configure:12027: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lRKC -lwnn -ltiff
-lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm 1>&5
configure:12020: warning: function declaration isn't a prototype
configure:12022: warning: function declaration isn't a prototype
configure:12050: checking for jrKanjiControl in -lcanna
configure:12066: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lwnn -ltiff
-lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm 1>&5
configure:12059: warning: function declaration isn't a prototype
configure:12061: warning: function declaration isn't a prototype
configure:12215: checking for cbrt
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12225: warning: conflicting types for built-in function 'cbrt'
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for closedir
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for dup2
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for eaccess
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
/tmp/cccH6luB.o(.text+0xd): In function `main':
/home/ed/xemacs-21.5.18/configure:12235: undefined reference to `eaccess'
collect2: ld returned 1 exit status
configure: failed program was:
#line 12218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char eaccess(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char eaccess();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_eaccess) || defined (__stub___eaccess)
choke me
#else
eaccess();
#endif
; return 0; }
configure:12215: checking for fmod
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12225: warning: conflicting types for built-in function 'fmod'
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for fpathconf
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for frexp
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12225: warning: conflicting types for built-in function 'frexp'
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for ftime
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for getaddrinfo
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for gethostname
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for getnameinfo
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for getpagesize
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for getrlimit
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for gettimeofday
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for getcwd
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for getwd
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
/tmp/ccM9Vj8d.o(.text+0xd): In function `main':
/home/ed/xemacs-21.5.18/configure:12235: warning: the `getwd' function is dangerous
and should not be used.
configure:12215: checking for link
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for logb
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12225: warning: conflicting types for built-in function 'logb'
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for lrand48
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for matherr
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for mkdir
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for mktime
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for perror
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for poll
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for random
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for readlink
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for rename
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for res_init
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
/tmp/ccIxQwFi.o(.text+0xd): In function `main':
/home/ed/xemacs-21.5.18/configure:12235: undefined reference to `res_init'
collect2: ld returned 1 exit status
configure: failed program was:
#line 12218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char res_init(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char res_init();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_res_init) || defined (__stub___res_init)
choke me
#else
res_init();
#endif
; return 0; }
configure:12215: checking for rint
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12225: warning: conflicting types for built-in function 'rint'
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for rmdir
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for select
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for setitimer
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for setpgid
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for setlocale
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for setsid
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for sigblock
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for sighold
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for sigprocmask
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for snprintf
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12225: warning: conflicting types for built-in function 'snprintf'
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for stpcpy
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12225: warning: conflicting types for built-in function 'stpcpy'
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for strerror
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for strlwr
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
/tmp/cckNeKrg.o(.text+0xd): In function `main':
/home/ed/xemacs-21.5.18/configure:12235: undefined reference to `strlwr'
collect2: ld returned 1 exit status
configure: failed program was:
#line 12218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strlwr(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char strlwr();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_strlwr) || defined (__stub___strlwr)
choke me
#else
strlwr();
#endif
; return 0; }
configure:12215: checking for strupr
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
/tmp/ccsnmU2m.o(.text+0xd): In function `main':
/home/ed/xemacs-21.5.18/configure:12235: undefined reference to `strupr'
collect2: ld returned 1 exit status
configure: failed program was:
#line 12218 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char strupr(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char strupr();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_strupr) || defined (__stub___strupr)
choke me
#else
strupr();
#endif
; return 0; }
configure:12215: checking for symlink
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for tzset
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for ulimit
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for usleep
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for waitpid
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for vsnprintf
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12225: warning: conflicting types for built-in function 'vsnprintf'
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for fsync
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for ftruncate
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for umask
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for wcslen
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for wcscmp
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12215: checking for vlimit
configure:12241: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12225: warning: function declaration isn't a prototype
configure:12227: warning: function declaration isn't a prototype
configure:12282: checking for getpt
configure:12308: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12292: warning: function declaration isn't a prototype
configure:12294: warning: function declaration isn't a prototype
configure:12282: checking for _getpty
configure:12308: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12292: warning: function declaration isn't a prototype
configure:12294: warning: function declaration isn't a prototype
/tmp/ccitZhMp.o(.text+0xd): In function `main':
/home/ed/xemacs-21.5.18/configure:12302: undefined reference to `_getpty'
collect2: ld returned 1 exit status
configure: failed program was:
#line 12285 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _getpty(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _getpty();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub__getpty) || defined (__stub____getpty)
choke me
#else
_getpty();
#endif
; return 0; }
configure:12282: checking for grantpt
configure:12308: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12292: warning: function declaration isn't a prototype
configure:12294: warning: function declaration isn't a prototype
configure:12282: checking for unlockpt
configure:12308: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12292: warning: function declaration isn't a prototype
configure:12294: warning: function declaration isn't a prototype
configure:12282: checking for ptsname
configure:12308: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12292: warning: function declaration isn't a prototype
configure:12294: warning: function declaration isn't a prototype
configure:12282: checking for killpg
configure:12308: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12292: warning: function declaration isn't a prototype
configure:12294: warning: function declaration isn't a prototype
configure:12282: checking for tcgetpgrp
configure:12308: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12292: warning: function declaration isn't a prototype
configure:12294: warning: function declaration isn't a prototype
configure:12337: checking for openpty
configure:12363: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12347: warning: function declaration isn't a prototype
configure:12349: warning: function declaration isn't a prototype
/tmp/ccA0mkCd.o(.text+0xd): In function `main':
/home/ed/xemacs-21.5.18/configure:12357: undefined reference to `openpty'
collect2: ld returned 1 exit status
configure: failed program was:
#line 12340 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char openpty(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char openpty();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_openpty) || defined (__stub___openpty)
choke me
#else
openpty();
#endif
; return 0; }
configure:12382: checking for openpty in -lutil
configure:12398: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lutil -lcanna -lRKC
-lwnn -ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
1>&5
configure:12391: warning: function declaration isn't a prototype
configure:12393: warning: function declaration isn't a prototype
configure:12433: checking for libutil.h
configure:12441: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:12437:21: libutil.h: No such file or directory
configure: failed program was:
#line 12436 "configure"
#include "confdefs.h"
#include <libutil.h>
configure:12433: checking for util.h
configure:12441: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:12437:18: util.h: No such file or directory
configure: failed program was:
#line 12436 "configure"
#include "confdefs.h"
#include <util.h>
configure:12519: checking for pty.h
configure:12527: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:12604: checking for stropts.h
configure:12612: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:12645: checking for isastream
configure:12671: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure:12655: warning: function declaration isn't a prototype
configure:12657: warning: function declaration isn't a prototype
configure:12702: checking for strtio.h
configure:12710: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:12706:20: strtio.h: No such file or directory
configure: failed program was:
#line 12705 "configure"
#include "confdefs.h"
#include <strtio.h>
configure:12743: checking for getloadavg
configure:12769: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure:12753: warning: function declaration isn't a prototype
configure:12755: warning: function declaration isn't a prototype
configure:12802: checking for sys/loadavg.h
configure:12810: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:12806:25: sys/loadavg.h: No such file or directory
configure: failed program was:
#line 12805 "configure"
#include "confdefs.h"
#include <sys/loadavg.h>
configure:12987: checking whether netdb declares h_errno
configure:12996: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure:12991: warning: function declaration isn't a prototype
configure:13016: checking for sigsetjmp
configure:13025: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include conftest.c 1>&5
configure:13020: warning: function declaration isn't a prototype
configure:13045: checking whether localtime caches TZ
configure:13084: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure:13056: warning: return type defaults to `int'
configure:13056: warning: function declaration isn't a prototype
configure:13065: warning: return type defaults to `int'
configure:13065: warning: function declaration isn't a prototype
configure: In function `unset_TZ':
configure:13061: warning: control reaches end of non-void function
configure:13114: checking whether gettimeofday accepts one or two arguments
configure:13137: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure:13129: warning: function declaration isn't a prototype
configure: In function `main':
configure:13131: warning: declaration of 'time' shadows a global declaration
/usr/include/time.h:184: warning: shadowed declaration is here
configure:13159: checking for inline
configure:13171: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include conftest.c 1>&5
configure:13166: warning: function declaration isn't a prototype
configure:13167: warning: return type defaults to `int'
configure:13167: warning: function declaration isn't a prototype
configure: In function `main':
configure:13166: warning: control reaches end of non-void function
configure:13208: checking for typeof
configure:13217: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include conftest.c 1>&5
configure:13212: warning: function declaration isn't a prototype
configure: In function `main':
configure:13213: warning: unused variable `j'
configure:13261: checking for working alloca.h
configure:13271: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure:13266: warning: function declaration isn't a prototype
configure: In function `main':
configure:13267: warning: unused variable `p'
configure:13295: checking for alloca
configure:13326: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure:13321: warning: function declaration isn't a prototype
configure: In function `main':
configure:13322: warning: unused variable `p'
configure:13499: checking for working alloca in function calls
configure:13554: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure:13524: warning: no previous prototype for 'f1'
configure: In function `f1':
configure:13527: warning: implicit declaration of function `exit'
configure: At top level:
configure:13534: warning: no previous prototype for 'f2'
configure: In function `f2':
configure:13540: warning: implicit declaration of function `memset'
configure:13577: checking for working strcoll
configure:13590: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure:13583: warning: return type defaults to `int'
configure:13583: warning: function declaration isn't a prototype
configure: In function `main':
configure:13584: warning: implicit declaration of function `exit'
configure:13618: checking for getpgrp
configure:13644: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure:13628: warning: function declaration isn't a prototype
configure:13630: warning: function declaration isn't a prototype
configure:13672: checking whether getpgrp takes no argument
configure:13730: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure:13691: warning: return type defaults to `int'
configure:13691: warning: function declaration isn't a prototype
configure: In function `main':
configure:13692: warning: implicit declaration of function `getpid'
configure:13693: warning: implicit declaration of function `getpgrp'
configure:13703: warning: implicit declaration of function `exit'
configure:13705: warning: implicit declaration of function `fork'
configure:13715: warning: implicit declaration of function `setpgrp'
configure:13723: warning: implicit declaration of function `wait'
configure:13757: checking for working mmap
configure:13793: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure: In function `main':
configure:13777: warning: unused variable `p'
configure:13822: checking for M_MMAP_THRESHOLD
configure:13836: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include conftest.c 1>&5
configure:13826: warning: function declaration isn't a prototype
configure:13861: checking for termios.h
configure:13869: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:13952: checking for socket
configure:13978: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure:13962: warning: function declaration isn't a prototype
configure:13964: warning: function declaration isn't a prototype
configure:13993: checking for netinet/in.h
configure:14001: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:14018: checking for arpa/inet.h
configure:14026: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:14051: checking for sun_len member in struct sockaddr_un
configure:14064: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure:14059: warning: function declaration isn't a prototype
configure: In function `main':
configure:14060: error: structure has no member named `sun_len'
configure: failed program was:
#line 14053 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
int main() {
static struct sockaddr_un x; x.sun_len = 1;
; return 0; }
configure:14082: checking for ip_mreq struct in netinet/in.h
configure:14094: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure:14089: warning: function declaration isn't a prototype
configure: In function `main':
configure:14090: warning: unused variable `x'
configure:14125: checking for msgget
configure:14151: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm -lutil
1>&5
configure:14135: warning: function declaration isn't a prototype
configure:14137: warning: function declaration isn't a prototype
configure:14166: checking for sys/ipc.h
configure:14174: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:14191: checking for sys/msg.h
configure:14199: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:14237: checking for dirent.h
configure:14245: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:14313: checking for nlist.h
configure:14321: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:14351: checking for sound support
configure:14533: checking for machine/soundcard.h
configure:14541: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:14537:31: machine/soundcard.h: No such file or directory
configure: failed program was:
#line 14536 "configure"
#include "confdefs.h"
#include <machine/soundcard.h>
configure:14533: checking for sys/soundcard.h
configure:14541: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:14595: checking for audio/audiolib.h
configure:14603: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:14599:28: audio/audiolib.h: No such file or directory
configure: failed program was:
#line 14598 "configure"
#include "confdefs.h"
#include <audio/audiolib.h>
configure:14813: checking for TTY-related features
configure:14826: checking for tgetent in -lncurses
configure:14842: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lncurses -lcanna -lRKC
-lwnn -ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lcrypt -lm
-lutil 1>&5
configure:14835: warning: function declaration isn't a prototype
configure:14837: warning: function declaration isn't a prototype
configure:14875: checking for ncurses/curses.h
configure:14883: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:14905: checking for ncurses/term.h
configure:14913: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:15132: checking for gpm.h
configure:15140: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:15158: checking for Gpm_Open in -lgpm
configure:15174: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lgpm -lcanna -lRKC
-lwnn -ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lncurses -lcrypt
-lm -lutil 1>&5
configure:15167: warning: function declaration isn't a prototype
configure:15169: warning: function declaration isn't a prototype
configure:15226: checking for database support
configure:15231: checking for ndbm.h
configure:15239: gcc -E -I/usr/X11R6/include conftest.c >/dev/null
2>conftest.out
configure:15235:18: ndbm.h: No such file or directory
configure: failed program was:
#line 15234 "configure"
#include "confdefs.h"
#include <ndbm.h>
configure:15415: checking for Berkeley db.h
configure:15440: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include conftest.c 1>&5
configure:15433:19: db/db.h: No such file or directory
configure:15435: warning: function declaration isn't a prototype
configure: failed program was:
#line 15418 "configure"
#include "confdefs.h"
#include <stdlib.h>
#if !(defined __GLIBC__ && __GLIBC_MINOR__ >= 1)
#ifdef HAVE_INTTYPES_H
#define __BIT_TYPES_DEFINED__
#include <inttypes.h>
typedef uint8_t u_int8_t;
typedef uint16_t u_int16_t;
typedef uint32_t u_int32_t;
#ifdef WE_DONT_NEED_QUADS
typedef uint64_t u_int64_t;
#endif
#endif
#endif
#include <db/db.h>
int main() {
; return 0; }
configure:15440: gcc -c -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare
-Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include conftest.c 1>&5
configure:15435: warning: function declaration isn't a prototype
configure:15456: checking for Berkeley DB version
configure:15516: checking for db_create
configure:15542: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lgpm -lncurses -lcrypt
-lm -lutil 1>&5
configure:15526: warning: function declaration isn't a prototype
configure:15528: warning: function declaration isn't a prototype
/tmp/ccaIHbYg.o(.text+0xd): In function `main':
/home/ed/xemacs-21.5.18/configure:15536: undefined reference to `db_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 15519 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char db_create(); below. */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char db_create();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_db_create) || defined (__stub___db_create)
choke me
#else
db_create();
#endif
; return 0; }
configure:15561: checking for db_create in -ldb
configure:15577: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -ldb -lcanna -lRKC
-lwnn -ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -lgpm -lncurses
-lcrypt -lm -lutil 1>&5
configure:15570: warning: function declaration isn't a prototype
configure:15572: warning: function declaration isn't a prototype
configure:16106: gcc -o conftest -Wall -Wno-switch -Winline -Wmissing-prototypes
-Wsign-compare -Wundef -Wstrict-prototypes -Wpacked -Wshadow -Wmissing-declarations -g -O3
-I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lcanna -lRKC -lwnn
-ltiff -lpng -ljpeg -lz -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE -ldb -lgpm -lncurses
-lcrypt -lm -lutil 1>&5
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: Linux Vigor10 2.6.7-1.499_7.rhfc2.at #1 Sun Aug 1 13:03:48 EDT 2004 i686 unknown
unknown GNU/Linux
--
Ed Avis <ed(a)membled.com>