1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | configure:786: checking host system type |
---|
5 | configure:1199: checking for gcc |
---|
6 | configure:1312: checking whether the C compiler (/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64) works |
---|
7 | configure:1328: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c 1>&5 |
---|
8 | configure:1325:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] |
---|
9 | main(){return(0);} |
---|
10 | ^~~~ |
---|
11 | 1 warning generated. |
---|
12 | configure:1354: checking whether the C compiler (/usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64) is a cross-compiler |
---|
13 | configure:1359: checking whether we are using GNU C |
---|
14 | configure:1368: /usr/bin/clang -E conftest.c |
---|
15 | configure:1387: checking whether /usr/bin/clang accepts -g |
---|
16 | configure:1419: checking how to run the C preprocessor |
---|
17 | configure:1440: /usr/bin/clang -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
18 | configure:1547: checking for gawk |
---|
19 | configure:1547: checking for nawk |
---|
20 | configure:1547: checking for awk |
---|
21 | configure:1663: checking system version (for dynamic loading) |
---|
22 | configure:1671: checking for makeinfo |
---|
23 | configure:1728: checking for unistd.h |
---|
24 | configure:1738: /usr/bin/clang -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
25 | configure:1755: checking for sysconf in -lc |
---|
26 | configure:1774: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lc 1>&5 |
---|
27 | configure:1790: checking for _SC_CLK_TCK |
---|
28 | configure:1807: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c 1>&5 |
---|
29 | configure:1851: checking for gmp.h |
---|
30 | configure:1861: /usr/bin/clang -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
31 | configure:1878: checking for __gmpz_init in -lgmp |
---|
32 | configure:1897: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lgmp 1>&5 |
---|
33 | configure:1913: checking for external gmp version |
---|
34 | configure:1929: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c 1>&5 |
---|
35 | configure:2008: checking for leading underscore in object symbols |
---|
36 | configure:2022: checking for GNU ld option -Map |
---|
37 | configure:2039: checking for size of gmp limbs |
---|
38 | configure:2055: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c 1>&5 |
---|
39 | configure:2049:15: warning: conversion specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat] |
---|
40 | fprintf(fp,"%u",sizeof(mp_limb_t)); |
---|
41 | ~^ ~~~~~~~~~~~~~~~~~ |
---|
42 | %lu |
---|
43 | 1 warning generated. |
---|
44 | configure:2078: checking _SHORT_LIMB |
---|
45 | configure:2095: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c 1>&5 |
---|
46 | configure: failed program was: |
---|
47 | #line 2083 "configure" |
---|
48 | #include "confdefs.h" |
---|
49 | #include <stdio.h> |
---|
50 | #include "/opt/local/include/gmp.h" |
---|
51 | int main() { |
---|
52 | #ifdef _SHORT_LIMB |
---|
53 | return 0; |
---|
54 | #else |
---|
55 | return 1; |
---|
56 | #endif |
---|
57 | } |
---|
58 | configure:2111: checking _LONG_LONG_LIMB |
---|
59 | configure:2128: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c 1>&5 |
---|
60 | configure: failed program was: |
---|
61 | #line 2116 "configure" |
---|
62 | #include "confdefs.h" |
---|
63 | #include <stdio.h> |
---|
64 | #include "/opt/local/include/gmp.h" |
---|
65 | int main() { |
---|
66 | #ifdef _LONG_LONG_LIMB |
---|
67 | return 0; |
---|
68 | #else |
---|
69 | return 1; |
---|
70 | #endif |
---|
71 | } |
---|
72 | configure:2167: checking for X |
---|
73 | configure:3003: checking for main in -lXmu |
---|
74 | configure:3018: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lXmu 1>&5 |
---|
75 | ld: library not found for -lXmu |
---|
76 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
77 | configure: failed program was: |
---|
78 | #line 3011 "configure" |
---|
79 | #include "confdefs.h" |
---|
80 | |
---|
81 | int main() { |
---|
82 | main() |
---|
83 | ; return 0; } |
---|
84 | configure:3040: checking for main in -lXt |
---|
85 | configure:3055: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lXt 1>&5 |
---|
86 | configure:3077: checking for main in -lXext |
---|
87 | configure:3092: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lXext -lXt 1>&5 |
---|
88 | configure:3114: checking for main in -lXaw |
---|
89 | configure:3129: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lXaw -lXt -lXext 1>&5 |
---|
90 | ld: library not found for -lXaw |
---|
91 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
92 | configure: failed program was: |
---|
93 | #line 3122 "configure" |
---|
94 | #include "confdefs.h" |
---|
95 | |
---|
96 | int main() { |
---|
97 | main() |
---|
98 | ; return 0; } |
---|
99 | configure:3151: checking for main in -lX11 |
---|
100 | configure:3166: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lX11 -lXt -lXext 1>&5 |
---|
101 | configure:3593: checking size of long |
---|
102 | configure:3613: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c 1>&5 |
---|
103 | configure:3604:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] |
---|
104 | main() |
---|
105 | ^~~~ |
---|
106 | configure:3607:11: warning: implicitly declaring C library function 'exit' with type 'void (int) __attribute__((noreturn))' |
---|
107 | if (!f) exit(1); |
---|
108 | ^ |
---|
109 | configure:3607:11: note: please include the header <stdlib.h> or explicitly provide a declaration for 'exit' |
---|
110 | configure:3608:16: warning: conversion specifies type 'int' but the argument has type 'unsigned long' [-Wformat] |
---|
111 | fprintf(f, "%d\n", sizeof(long)); |
---|
112 | ~^ ~~~~~~~~~~~~ |
---|
113 | %lu |
---|
114 | 3 warnings generated. |
---|
115 | configure:3633: checking sizeof struct contblock |
---|
116 | configure:3686: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c 1>&5 |
---|
117 | configure:3680:14: warning: conversion specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat] |
---|
118 | fprintf(f,"%u",sizeof(struct contblock)); |
---|
119 | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
120 | %lu |
---|
121 | 1 warning generated. |
---|
122 | configure:3711: checking for endian.h |
---|
123 | configure:3721: /usr/bin/clang -E -I/opt/local/include conftest.c >/dev/null 2>conftest.out |
---|
124 | configure:3717:10: fatal error: 'endian.h' file not found |
---|
125 | #include <endian.h> |
---|
126 | ^ |
---|
127 | 1 error generated. |
---|
128 | configure: failed program was: |
---|
129 | #line 3716 "configure" |
---|
130 | #include "confdefs.h" |
---|
131 | #include <endian.h> |
---|
132 | configure:3780: checking for sbrk |
---|
133 | configure:3798: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c 1>&5 |
---|
134 | configure:3793:15: warning: conversion specifies type 'unsigned int' but the argument has type 'void *' [-Wformat] |
---|
135 | fprintf(f,"%u",sbrk(0)); |
---|
136 | ~^ ~~~~~~~ |
---|
137 | 1 warning generated. |
---|
138 | configure:3814: checking for randomized sbrk |
---|
139 | configure:3831: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c 1>&5 |
---|
140 | configure:3826:16: warning: conversion specifies type 'unsigned int' but the argument has type 'void *' [-Wformat] |
---|
141 | fprintf(f,"%u",sbrk(0)); |
---|
142 | ~^ ~~~~~~~ |
---|
143 | 1 warning generated. |
---|
144 | configure:3863: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c 1>&5 |
---|
145 | configure:3858:16: warning: conversion specifies type 'unsigned int' but the argument has type 'void *' [-Wformat] |
---|
146 | fprintf(f,"%u",sbrk(0)); |
---|
147 | ~^ ~~~~~~~ |
---|
148 | 1 warning generated. |
---|
149 | configure:3883: checking for randomized brk remedy |
---|
150 | configure:3908: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c 1>&5 |
---|
151 | configure:3889:10: fatal error: 'syscall.h' file not found |
---|
152 | #include <syscall.h> |
---|
153 | ^ |
---|
154 | 1 error generated. |
---|
155 | configure: failed program was: |
---|
156 | #line 3888 "configure" |
---|
157 | #include "confdefs.h" |
---|
158 | #include <syscall.h> |
---|
159 | #include <linux/personality.h> |
---|
160 | #include <stdio.h> |
---|
161 | #include <unistd.h> |
---|
162 | int main(int argc,char * argv[]) { |
---|
163 | FILE *f; |
---|
164 | #if SIZEOF_LONG == 4 |
---|
165 | if (!syscall(SYS_personality,PER_LINUX32)) |
---|
166 | #else |
---|
167 | if (!syscall(SYS_personality,PER_LINUX)) |
---|
168 | #endif |
---|
169 | execvp(argv[0],argv); |
---|
170 | if (!(f=fopen("conftest1","w"))) |
---|
171 | return -1; |
---|
172 | fprintf(f,"%u",sbrk(0)); |
---|
173 | return 0; |
---|
174 | } |
---|