72 lines
2.7 KiB
Plaintext
72 lines
2.7 KiB
Plaintext
This file contains any messages produced by compilers while
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
configure:549: checking host system type
|
|
configure:573: checking for gcc
|
|
configure:650: checking whether the C compiler (gcc ) works
|
|
configure:664: gcc -o conftest conftest.c 1>&5
|
|
configure:684: checking whether the C compiler (gcc ) is a cross-compiler
|
|
configure:689: checking whether we are using GNU C
|
|
configure:713: checking whether gcc accepts -g
|
|
configure:749: checking for POSIXized ISC
|
|
configure:813: gcc -o conftest -O2 conftest.c 1>&5
|
|
configure:863: checking for a BSD compatible install
|
|
configure:915: checking for ranlib
|
|
configure:942: checking for working const
|
|
configure:1018: checking whether byte ordering is bigendian
|
|
configure:1149: checking for ELF
|
|
configure:1191: checking for main in -lm
|
|
configure:1234: checking for main in -ldl
|
|
configure:1277: checking for main in -lmld
|
|
configure:1320: checking for main in -lnsl
|
|
configure:1363: checking for main in -lgen
|
|
configure:1406: checking for main in -lsocket
|
|
configure:1449: checking for getpwnam in -lsun
|
|
configure:1496: checking for main in -lelf
|
|
configure:1544: checking for working const
|
|
configure:1619: checking return type of signal handlers
|
|
configure:1660: checking how to run the C preprocessor
|
|
configure:1724: checking for libgen.h
|
|
configure:1724: checking for sys/timeb.h
|
|
configure:1724: checking for posix/time.h
|
|
configure:1724: checking for sys/select.h
|
|
configure:1724: checking for nlist.h
|
|
configure:1764: checking for sys/un.h
|
|
configure:1803: checking for gettimeofday
|
|
configure:1803: checking for ftime
|
|
configure:1803: checking for nlist
|
|
configure:1803: checking for select
|
|
configure:1803: checking for setitimer
|
|
configure:1803: checking for sigaction
|
|
configure:1856: checking for dlopen
|
|
configure:1958: checking for socket
|
|
configure:1958: checking for chroot
|
|
configure:2011: checking for strerror
|
|
configure:2063: checking n_name
|
|
configure:2073: gcc -o conftest -O2 conftest.c -lm 1>&5
|
|
configure:2088: checking __NEXT__
|
|
configure:2103: gcc -o conftest -O2 conftest.c -lm 1>&5
|
|
configure: In function `main':
|
|
configure:2100: `fail' undeclared (first use this function)
|
|
configure:2100: (Each undeclared identifier is reported only once
|
|
configure:2100: for each function it appears in.)
|
|
configure: failed program was:
|
|
#line 2090 "configure"
|
|
#include "confdefs.h"
|
|
|
|
int main() {
|
|
|
|
#ifdef __NeXT__
|
|
return 0;
|
|
#else
|
|
fail
|
|
#endif
|
|
|
|
; return 0; }
|
|
configure:2119: checking underscore before symbols
|
|
configure:2134: checking link with -rdynamic
|
|
configure:2145: gcc -c -O2 conftest.c 1>&5
|
|
configure:2159: checking for tzname
|
|
configure:2194: checking for gmtoff
|
|
configure:2230: checking for const sys_errlist
|