1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:568: checking for a BSD compatible install
configure:621: checking whether build environment is sane
configure:678: checking whether make sets ${MAKE}
configure:724: checking for working aclocal
configure:737: checking for working autoconf
configure:750: checking for working automake
configure:763: checking for working autoheader
configure:776: checking for working makeinfo
configure:798: checking for gawk
configure:830: checking for gcc
configure:943: checking whether the C compiler (gcc ) works
configure:959: gcc -o conftest -D_GNU_SOURCE conftest.c 1>&5
configure:985: checking whether the C compiler (gcc ) is a cross-compiler
configure:990: checking whether we are using GNU C
configure:1018: checking whether gcc accepts -g
configure:1061: checking for a BSD compatible install
configure:1114: checking whether ln -s works
configure:1137: checking for ranlib
configure:1169: checking for perl5
configure:1300: checking how to run the C preprocessor
configure:1380: checking for ANSI C header files
configure:1487: checking for sys/stat.h
configure:1487: checking for sys/time.h
configure:1497: gcc -E -D_GNU_SOURCE conftest.c >/dev/null 2>conftest.out
configure:1487: checking for unistd.h
configure:1487: checking for fcntl.h
configure:1487: checking for termios.h
configure:1497: gcc -E -D_GNU_SOURCE conftest.c >/dev/null 2>conftest.out
configure:1524: checking whether time.h and sys/time.h may both be included
configure:1538: gcc -c -g -O2 -Wall -I.. -I./.. -D_GNU_SOURCE conftest.c 1>&5
configure: In function `main':
configure:1534: warning: unused variable `tp'
configure:1560: checking for working const
configure:1635: checking for pid_t
configure:1668: checking for uid_t in sys/types.h
configure:1702: checking return type of signal handlers
configure:1724: gcc -c -g -O2 -Wall -I.. -I./.. -D_GNU_SOURCE conftest.c 1>&5
configure: In function `main':
configure:1720: warning: unused variable `i'
configure:1745: checking for crypt in -lcrypt
configure:1764: gcc -o conftest -g -O2 -Wall -I.. -I./.. -D_GNU_SOURCE conftest.c -lcrypt 1>&5
configure:1787: checking for crypt
configure:1815: gcc -o conftest -g -O2 -Wall -I.. -I./.. -D_GNU_SOURCE conftest.c -lcrypt 1>&5
configure:1839: checking for crypt() prototype
configure:1857: gcc -c -g -O2 -Wall -I.. -I./.. -D_GNU_SOURCE conftest.c 1>&5
configure:1848: conflicting types for `crypt'
/usr/include/unistd.h:953: previous declaration of `crypt'
configure: failed program was:
#line 1844 "configure"
#include "confdefs.h"
#if HAVE_UNISTD_H
#include <unistd.h>
int crypt(int, int);
#endif
int main() {
; return 0; }
configure:1882: checking for isatty
configure:1910: gcc -o conftest -g -O2 -Wall -I.. -I./.. -D_GNU_SOURCE conftest.c 1>&5
configure:1882: checking for gettimeofday
configure:1910: gcc -o conftest -g -O2 -Wall -I.. -I./.. -D_GNU_SOURCE conftest.c 1>&5
configure:1949: checking for random source
|