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
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:531: checking for gcc
configure:608: checking whether the C compiler (gcc ) works
configure:622: gcc -o conftest conftest.c 1>&5
configure:642: checking whether the C compiler (gcc ) is a cross-compiler
configure:647: checking whether we are using GNU C
configure:656: gcc -E conftest.c
configure:671: checking whether gcc accepts -g
configure:729: checking for a BSD compatible install
configure:781: checking for uname
configure:811: checking for uname
configure:839: checking how to run the C preprocessor
configure:860: gcc -E conftest.c >/dev/null 2>conftest.out
configure:900: checking for ANSI C header files
configure:913: gcc -E conftest.c >/dev/null 2>conftest.out
configure:980: gcc -o conftest conftest.c 1>&5
configure:1050: checking whether make sets ${MAKE}
configure:1082: checking for X
configure:1396: checking for dnet_ntoa in -ldnet
configure:1415: gcc -o conftest -O2 -fstrength-reduce -ffast-math -fforce-mem -fforce-addr -funroll-loops -O conftest.c -ldnet 1>&5
ld: cannot open -ldnet: No such file or directory
configure: failed program was:
#line 1404 "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:1437: checking for dnet_ntoa in -ldnet_stub
configure:1456: gcc -o conftest -O2 -fstrength-reduce -ffast-math -fforce-mem -fforce-addr -funroll-loops -O conftest.c -ldnet_stub 1>&5
ld: cannot open -ldnet_stub: No such file or directory
configure: failed program was:
#line 1445 "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:1485: checking for gethostbyname
configure:1513: gcc -o conftest -O2 -fstrength-reduce -ffast-math -fforce-mem -fforce-addr -funroll-loops -O conftest.c 1>&5
configure:1583: checking for connect
configure:1611: gcc -o conftest -O2 -fstrength-reduce -ffast-math -fforce-mem -fforce-addr -funroll-loops -O conftest.c 1>&5
configure:1675: checking for remove
configure:1703: gcc -o conftest -O2 -fstrength-reduce -ffast-math -fforce-mem -fforce-addr -funroll-loops -O conftest.c 1>&5
configure:1767: checking for shmat
configure:1795: gcc -o conftest -O2 -fstrength-reduce -ffast-math -fforce-mem -fforce-addr -funroll-loops -O conftest.c 1>&5
configure:1868: checking for IceConnectionNumber in -lICE
configure:1887: gcc -o conftest -O2 -fstrength-reduce -ffast-math -fforce-mem -fforce-addr -funroll-loops -O -L/usr/X11R6/lib conftest.c -lICE 1>&5
|