blob: b318101a0811ae7ff2b7dbf0ebc7c686ddabe9af (
plain)
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:593: checking host system type
configure:617: checking for gcc
configure:730: checking whether the C compiler (gcc ) works
configure:746: gcc -o conftest conftest.c 1>&5
configure:772: checking whether the C compiler (gcc ) is a cross-compiler
configure:777: checking whether we are using GNU C
configure:786: gcc -E conftest.c
configure:805: checking whether gcc accepts -g
configure:837: checking how to run the C preprocessor
configure:858: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1332: checking that the compiler works
configure:1341: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1358: checking if the compiler understands -pipe
configure:1369: gcc -pipe -c -g -O2 conftest.c 1>&5
configure:1397: checking for vhangup
configure:1425: gcc -pipe -o conftest -g -O2 conftest.c 1>&5
configure:1419: Undefined symbol `_vhangup' referenced from text segment
collect2: ld returned 1 exit status
configure: failed program was:
#line 1402 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char vhangup(); below. */
#include <assert.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 vhangup();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_vhangup) || defined (__stub___vhangup)
choke me
#else
vhangup();
#endif
; return 0; }
configure:1455: checking for setsid
configure:1483: gcc -pipe -o conftest -g -O2 conftest.c 1>&5
configure:1510: checking where to find mandatory GMP library
configure:1535: checking for gmp.h
configure:1545: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1577: checking for main in -lgmp
configure:1592: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1636: checking for _getpty
configure:1664: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1658: Undefined symbol `__getpty' referenced from text segment
collect2: ld returned 1 exit status
configure: failed program was:
#line 1641 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char _getpty(); below. */
#include <assert.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 _getpty();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub__getpty) || defined (__stub____getpty)
choke me
#else
_getpty();
#endif
; return 0; }
configure:1636: checking for clock
configure:1664: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1636: checking for fchmod
configure:1664: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1636: checking for getdtablesize
configure:1664: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1636: checking for gethostname
configure:1664: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1636: checking for getrusage
configure:1664: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1691: checking for gettimeofday
configure:1719: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1691: checking for initgroups
configure:1719: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1691: checking for innetgr
configure:1719: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1691: checking for memcpy
configure:1719: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1703: warning: conflicting types for built-in function `memcpy'
configure:1691: checking for openpty
configure:1719: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1713: Undefined symbol `_openpty' referenced from text segment
collect2: ld returned 1 exit status
configure: failed program was:
#line 1696 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char openpty(); below. */
#include <assert.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 openpty();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_openpty) || defined (__stub___openpty)
choke me
#else
openpty();
#endif
; return 0; }
configure:1691: checking for popen
configure:1719: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1691: checking for seteuid
configure:1719: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1746: checking for setlogin
configure:1774: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1746: checking for setluid
configure:1774: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1768: Undefined symbol `_setluid' referenced from text segment
collect2: ld returned 1 exit status
configure: failed program was:
#line 1751 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setluid(); below. */
#include <assert.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 setluid();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_setluid) || defined (__stub___setluid)
choke me
#else
setluid();
#endif
; return 0; }
configure:1746: checking for setrlimit
configure:1774: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1746: checking for strchr
configure:1774: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1746: checking for times
configure:1774: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1746: checking for ulimit
configure:1774: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1768: Undefined symbol `_ulimit' referenced from text segment
collect2: ld returned 1 exit status
configure: failed program was:
#line 1751 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char ulimit(); below. */
#include <assert.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 ulimit();
int main() {
/* The GNU C library defines this for functions which it implements
to always fail with ENOSYS. Some functions are actually named
something starting with __ and the normal name is an alias. */
#if defined (__stub_ulimit) || defined (__stub___ulimit)
choke me
#else
ulimit();
#endif
; return 0; }
configure:1746: checking for umask
configure:1774: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1746: checking for vsnprintf
configure:1774: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1800: checking return type of signal handlers
configure:1822: gcc -pipe -c -g -O2 conftest.c 1>&5
configure:1841: checking for ANSI C header files
configure:1854: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1921: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:1945: checking for size_t
configure:1978: checking for uid_t in sys/types.h
configure:2012: checking for off_t
configure:2045: checking for mode_t
configure:2078: checking for st_blksize in struct stat
configure:2091: gcc -pipe -c -g -O2 conftest.c 1>&5
configure:2113: checking for working const
configure:2167: gcc -pipe -c -g -O2 conftest.c 1>&5
configure:2188: checking for inline
configure:2202: gcc -pipe -c -g -O2 conftest.c 1>&5
configure:2228: checking whether byte ordering is bigendian
configure:2246: gcc -pipe -c -g -O2 conftest.c 1>&5
configure:2261: gcc -pipe -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:2256: syntax error before `big'
configure: failed program was:
#line 2250 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
; return 0; }
configure:2318: checking size of long
configure:2337: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:2357: checking size of int
configure:2376: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:2396: checking size of short
configure:2415: gcc -pipe -o conftest -g -O2 conftest.c -lgmp 1>&5
configure:2440: checking for termios.h
configure:2450: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2479: checking for ANSI C header files
configure:2583: checking for sys/wait.h that is POSIX.1 compatible
configure:2604: gcc -pipe -c -g -O2 conftest.c 1>&5
configure:2628: checking for unistd.h
configure:2638: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2628: checking for rusage.h
configure:2638: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2634: rusage.h: No such file or directory
configure: failed program was:
#line 2633 "configure"
#include "confdefs.h"
#include <rusage.h>
configure:2628: checking for sys/time.h
configure:2638: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2628: checking for lastlog.h
configure:2638: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2634: lastlog.h: No such file or directory
configure: failed program was:
#line 2633 "configure"
#include "confdefs.h"
#include <lastlog.h>
configure:2628: checking for utmp.h
configure:2638: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2628: checking for utmpx.h
configure:2638: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2634: utmpx.h: No such file or directory
configure: failed program was:
#line 2633 "configure"
#include "confdefs.h"
#include <utmpx.h>
configure:2668: checking for sgtty.h
configure:2678: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2668: checking for sys/select.h
configure:2678: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2668: checking for sys/ioctl.h
configure:2678: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2668: checking for sys/filio.h
configure:2678: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2708: checking for paths.h
configure:2718: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2708: checking for usersec.h
configure:2718: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2714: usersec.h: No such file or directory
configure: failed program was:
#line 2713 "configure"
#include "confdefs.h"
#include <usersec.h>
configure:2708: checking for utime.h
configure:2718: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2708: checking for netinet/in_systm.h
configure:2718: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2708: checking for ulimit.h
configure:2718: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2714: ulimit.h: No such file or directory
configure: failed program was:
#line 2713 "configure"
#include "confdefs.h"
#include <ulimit.h>
configure:2745: checking whether time.h and sys/time.h may both be included
configure:2759: gcc -pipe -c -g -O2 conftest.c 1>&5
configure:2784: checking for dirent.h that defines DIR
configure:2797: gcc -pipe -c -g -O2 conftest.c 1>&5
configure:2822: checking for opendir in -ldir
configure:2841: gcc -pipe -o conftest -g -O2 conftest.c -ldir -lgmp 1>&5
ld: -ldir: no match
collect2: ld returned 1 exit status
configure: failed program was:
#line 2830 "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 opendir();
int main() {
opendir()
; return 0; }
configure:2905: checking whether stat file-mode macros are broken
configure:3038: utmpx.h: No such file or directory
configure:3053: utmpx.h: No such file or directory
configure:3068: checking for crypt in -lc
configure:3087: gcc -pipe -o conftest -g -O2 conftest.c -lc -lgmp 1>&5
configure:3155: checking for main in -lnsl
configure:3170: gcc -pipe -o conftest -g -O2 conftest.c -lnsl -lgmp 1>&5
ld: -lnsl: no match
collect2: ld returned 1 exit status
configure: failed program was:
#line 3163 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:3199: checking for socket in -lsocket
configure:3218: gcc -pipe -o conftest -g -O2 conftest.c -lsocket -lgmp 1>&5
ld: -lsocket: no match
collect2: ld returned 1 exit status
configure: failed program was:
#line 3207 "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 socket();
int main() {
socket()
; return 0; }
configure:3248: checking for getpwnam in -lsun
configure:3267: gcc -pipe -o conftest -g -O2 conftest.c -lsun -lgmp 1>&5
ld: -lsun: no match
collect2: ld returned 1 exit status
configure: failed program was:
#line 3256 "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 getpwnam();
int main() {
getpwnam()
; return 0; }
configure:3296: checking for login in -lutil
configure:3315: gcc -pipe -o conftest -g -O2 conftest.c -lutil -lgmp 1>&5
configure:3341: checking for main in -ldes
configure:3356: gcc -pipe -o conftest -g -O2 conftest.c -ldes -lgmp -lutil 1>&5
configure:3387: checking for strerror
configure:3415: gcc -pipe -o conftest -g -O2 conftest.c -ldes -lgmp -lutil 1>&5
configure:3387: checking for memmove
configure:3415: gcc -pipe -o conftest -g -O2 conftest.c -ldes -lgmp -lutil 1>&5
configure:3387: checking for remove
configure:3415: gcc -pipe -o conftest -g -O2 conftest.c -ldes -lgmp -lutil 1>&5
configure:3387: checking for random
configure:3415: gcc -pipe -o conftest -g -O2 conftest.c -ldes -lgmp -lutil 1>&5
configure:3387: checking for putenv
configure:3415: gcc -pipe -o conftest -g -O2 conftest.c -ldes -lgmp -lutil 1>&5
configure:3387: checking for socketpair
configure:3415: gcc -pipe -o conftest -g -O2 conftest.c -ldes -lgmp -lutil 1>&5
configure:3443: checking whether ln -s works
configure:3475: checking for a BSD compatible install
configure:3531: checking for ranlib
configure:3566: checking for makedepend
configure:3601: checking for wish8.0
configure:3601: checking for wish
configure:3601: checking for wishx
configure:3601: checking for wish4.1
configure:3601: checking for true
configure:3643: checking for xauth
configure:3683: checking for pseudo ttys
configure:3705: checking for /etc/default/login
configure:3718: checking for shadow passwords
configure:3743: checking location of mail spool files
configure:3764: checking location of utmp
configure:3800: checking location of wtmp
configure:3834: checking location of lastlog
configure:3889: checking whether /var/log/lastlog is a directory
configure:3902: checking whether to include the IDEA encryption algorithm
configure:3926: checking whether to include the RC4 encryption algorithm
configure:3950: checking whether to include the Blowfish encryption algorithm
configure:3982: checking whether to use rsaref
configure:4008: checking whether to use ssl
configure:4032: checking whether to use rsh
configure:4102: checking for remsh
configure:4102: checking for rsh
configure:4147: checking default path
configure:4170: checking etcdir
configure:4195: checking whether to support SecurID
configure:4238: checking whether to include compression support
configure:4262: checking for zlib.h
configure:4272: gcc -E conftest.c >/dev/null 2>conftest.out
configure:4303: checking for main in -lz
configure:4318: gcc -pipe -o conftest -g -O2 conftest.c -lz -lcrypto -ldes -lgmp -lutil 1>&5
configure:4361: checking whether to use Kerberos v4
configure:4530: checking for krb.h
configure:4540: gcc -E conftest.c >/dev/null 2>conftest.out
configure:4536: krb.h: No such file or directory
configure: failed program was:
#line 4535 "configure"
#include "confdefs.h"
#include <krb.h>
configure:4567: checking for main in -lkrb
configure:4582: gcc -pipe -o conftest -g -O2 conftest.c -lkrb -lz -lcrypto -ldes -lgmp -lutil 1>&5
configure:4717: checking whether to use AFS
configure:4749: checking whether to use libwrap
configure:4815: checking whether to support SOCKS
configure:4884: checking where to put sshd.pid
|