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
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:541: checking for gcc
configure:654: checking whether the C compiler (gcc ) works
configure:670: gcc -o conftest conftest.c 1>&5
configure:696: checking whether the C compiler (gcc ) is a cross-compiler
configure:701: checking whether we are using GNU C
configure:710: gcc -E conftest.c
configure:729: checking whether gcc accepts -g
configure:761: checking for POSIXized ISC
configure:788: checking for c++
configure:820: checking whether the C++ compiler (c++ ) works
configure:836: c++ -o conftest conftest.C 1>&5
configure:862: checking whether the C++ compiler (c++ ) is a cross-compiler
configure:867: checking whether we are using GNU C++
configure:876: c++ -E conftest.C
configure:895: checking whether c++ accepts -g
configure:927: checking how to run the C preprocessor
configure:948: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1016: checking for getch in -lncurses
configure:1035: gcc -o conftest -g -O2 conftest.c -lncurses 1>&5
configure:1111: checking for Gpm_Open in -lgpm
configure:1130: gcc -o conftest -g -O2 conftest.c -lgpm 1>&5
/usr/bin/ld: cannot find -lgpm
collect2: ld returned 1 exit status
configure: failed program was:
#line 1119 "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 Gpm_Open();
int main() {
Gpm_Open()
; return 0; }
configure:1157: checking for sys/wait.h that is POSIX.1 compatible
configure:1178: gcc -c -g -O2 conftest.c 1>&5
configure:1202: checking for fcntl.h
configure:1212: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1202: checking for string.h
configure:1212: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1202: checking for sys/ioctl.h
configure:1212: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1202: checking for sys/time.h
configure:1212: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1202: checking for unistd.h
configure:1212: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1202: checking for ncurses.h
configure:1212: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1240: checking for inline
configure:1254: gcc -c -g -O2 conftest.c 1>&5
configure:1280: checking whether time.h and sys/time.h may both be included
configure:1294: gcc -c -g -O2 conftest.c 1>&5
configure:1316: checking return type of signal handlers
configure:1338: gcc -c -g -O2 conftest.c 1>&5
configure:1359: checking for gettimeofday
configure:1387: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1359: checking for regcomp
configure:1387: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1359: checking for strdup
configure:1387: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1359: checking for strstr
configure:1387: gcc -o conftest -g -O2 conftest.c 1>&5
|