OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [config.log] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
This file contains any messages produced by compilers while
2
running configure, to aid debugging if configure makes a mistake.
3
 
4
configure:610: checking host system type
5
configure:631: checking target system type
6
configure:649: checking build system type
7
configure:679: checking shell to use within Make
8
configure:707: checking for Tcl configuration
9
configure:818: checking for Tk configuration
10
configure:912: checking host system type
11
configure:969: checking for gcc
12
configure:1082: checking whether the C compiler (gcc -g -O2 ) works
13
configure:1098: gcc -o conftest -g -O2   conftest.c  1>&5
14
configure:1124: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler
15
configure:1129: checking whether we are using GNU C
16
configure:1138: gcc -E conftest.c
17
configure:1157: checking whether gcc accepts -g
18
configure:1192: checking whether the compiler (gcc) actually works
19
configure:1201: gcc -c -g -O2  conftest.c 1>&5
20
configure:1220: gcc -o conftest -g -O2   conftest.c  1>&5
21
configure:1254: checking for a BSD compatible install
22
configure:1311: checking for ranlib
23
configure:1351: checking how to run the C preprocessor
24
configure:1372: gcc -E  conftest.c >/dev/null 2>conftest.out
25
configure:1432: checking if running LynxOS
26
configure:1508: checking for ANSI C header files
27
configure:1521: gcc -E  conftest.c >/dev/null 2>conftest.out
28
configure:1588: gcc -o conftest -g -O2   conftest.c  1>&5
29
configure:1612: checking for pid_t
30
configure:1645: checking return type of signal handlers
31
configure:1667: gcc -c -g -O2  conftest.c 1>&5
32
configure:1686: checking whether time.h and sys/time.h may both be included
33
configure:1700: gcc -c -g -O2  conftest.c 1>&5
34
configure:1721: checking for sys/wait.h that is POSIX.1 compatible
35
configure:1742: gcc -c -g -O2  conftest.c 1>&5
36
configure:1768: checking if running Mach
37
configure:1784: checking if running MachTen
38
configure:1794: checking if on Pyramid
39
configure:1804: checking if on Apollo
40
configure:1814: checking if on Interactive
41
configure:1824: checking if stty reads stdout
42
configure:1882: checking if running Solaris
43
configure:1902: checking for sin
44
configure:1930: gcc -o conftest -g -O2   conftest.c  1>&5
45
configure:1914: warning: conflicting types for built-in function `sin'
46
/tmp/ccQoCLhj.o: In function `main':
47
/projects/insight/markom/or1k/insight/expect/configure:1924: undefined reference to `sin'
48
collect2: ld returned 1 exit status
49
configure: failed program was:
50
#line 1907 "configure"
51
#include "confdefs.h"
52
/* System header to define __stub macros and hopefully few prototypes,
53
    which can conflict with char sin(); below.  */
54
#include 
55
/* Override any gcc2 internal prototype to avoid an error.  */
56
/* We use char because int might match the return type of a gcc2
57
    builtin and then its argument prototype would still apply.  */
58
char sin();
59
 
60
int main() {
61
 
62
/* The GNU C library defines this for functions which it implements
63
    to always fail with ENOSYS.  Some functions are actually named
64
    something starting with __ and the normal name is an alias.  */
65
#if defined (__stub_sin) || defined (__stub___sin)
66
choke me
67
#else
68
sin();
69
#endif
70
 
71
; return 0; }
72
configure:2028: checking for Tcl private headers
73
configure:2168: checking for Itcl private headers. srcdir=.
74
configure:2194: checking if generating shared or nonshared library
75
configure:2270: checking for gethostname
76
configure:2298: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
77
configure:2366: checking for gethostname
78
configure:2394: gcc -o conftest -g -O2   conftest.c -ldl  -lieee -lm 1>&5
79
configure:2462: checking for gethostname
80
configure:2490: gcc -o conftest -g -O2   conftest.c -L/usr/X11R6/lib -lX11 -ldl  -lieee -lm 1>&5
81
configure:2561: checking for socket
82
configure:2589: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
83
configure:2657: checking for socket
84
configure:2685: gcc -o conftest -g -O2   conftest.c -ldl  -lieee -lm 1>&5
85
configure:2753: checking for socket
86
configure:2781: gcc -o conftest -g -O2   conftest.c -L/usr/X11R6/lib -lX11 -ldl  -lieee -lm 1>&5
87
configure:2851: checking for select
88
configure:2879: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
89
configure:2947: checking for select
90
configure:2975: gcc -o conftest -g -O2   conftest.c -ldl  -lieee -lm 1>&5
91
configure:3043: checking for select
92
configure:3071: gcc -o conftest -g -O2   conftest.c -L/usr/X11R6/lib -lX11 -ldl  -lieee -lm 1>&5
93
configure:3141: checking for getpseudotty
94
configure:3169: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
95
/tmp/ccBzIDAo.o: In function `main':
96
/projects/insight/markom/or1k/insight/expect/configure:3163: undefined reference to `getpseudotty'
97
collect2: ld returned 1 exit status
98
configure: failed program was:
99
#line 3146 "configure"
100
#include "confdefs.h"
101
/* System header to define __stub macros and hopefully few prototypes,
102
    which can conflict with char getpseudotty(); below.  */
103
#include 
104
/* Override any gcc2 internal prototype to avoid an error.  */
105
/* We use char because int might match the return type of a gcc2
106
    builtin and then its argument prototype would still apply.  */
107
char getpseudotty();
108
 
109
int main() {
110
 
111
/* The GNU C library defines this for functions which it implements
112
    to always fail with ENOSYS.  Some functions are actually named
113
    something starting with __ and the normal name is an alias.  */
114
#if defined (__stub_getpseudotty) || defined (__stub___getpseudotty)
115
choke me
116
#else
117
getpseudotty();
118
#endif
119
 
120
; return 0; }
121
configure:3192: checking for getpseudotty in -lseq
122
configure:3211: gcc -o conftest -g -O2   conftest.c -lseq   -lm 1>&5
123
/usr/bin/ld: cannot find -lseq
124
collect2: ld returned 1 exit status
125
configure: failed program was:
126
#line 3200 "configure"
127
#include "confdefs.h"
128
/* Override any gcc2 internal prototype to avoid an error.  */
129
/* We use char because int might match the return type of a gcc2
130
    builtin and then its argument prototype would still apply.  */
131
char getpseudotty();
132
 
133
int main() {
134
getpseudotty()
135
; return 0; }
136
configure:3244: checking for getpseudotty
137
configure:3272: gcc -o conftest -g -O2   conftest.c -ldl  -lieee -lm 1>&5
138
/tmp/ccxX54vr.o: In function `main':
139
/projects/insight/markom/or1k/insight/expect/configure:3266: undefined reference to `getpseudotty'
140
collect2: ld returned 1 exit status
141
configure: failed program was:
142
#line 3249 "configure"
143
#include "confdefs.h"
144
/* System header to define __stub macros and hopefully few prototypes,
145
    which can conflict with char getpseudotty(); below.  */
146
#include 
147
/* Override any gcc2 internal prototype to avoid an error.  */
148
/* We use char because int might match the return type of a gcc2
149
    builtin and then its argument prototype would still apply.  */
150
char getpseudotty();
151
 
152
int main() {
153
 
154
/* The GNU C library defines this for functions which it implements
155
    to always fail with ENOSYS.  Some functions are actually named
156
    something starting with __ and the normal name is an alias.  */
157
#if defined (__stub_getpseudotty) || defined (__stub___getpseudotty)
158
choke me
159
#else
160
getpseudotty();
161
#endif
162
 
163
; return 0; }
164
configure:3295: checking for getpseudotty in -lseq
165
configure:3314: gcc -o conftest -g -O2   conftest.c -lseq  -ldl  -lieee -lm 1>&5
166
/usr/bin/ld: cannot find -lseq
167
collect2: ld returned 1 exit status
168
configure: failed program was:
169
#line 3303 "configure"
170
#include "confdefs.h"
171
/* Override any gcc2 internal prototype to avoid an error.  */
172
/* We use char because int might match the return type of a gcc2
173
    builtin and then its argument prototype would still apply.  */
174
char getpseudotty();
175
 
176
int main() {
177
getpseudotty()
178
; return 0; }
179
configure:3347: checking for getpseudotty
180
configure:3375: gcc -o conftest -g -O2   conftest.c -L/usr/X11R6/lib -lX11 -ldl  -lieee -lm 1>&5
181
/tmp/ccIkuVuW.o: In function `main':
182
/projects/insight/markom/or1k/insight/expect/configure:3369: undefined reference to `getpseudotty'
183
collect2: ld returned 1 exit status
184
configure: failed program was:
185
#line 3352 "configure"
186
#include "confdefs.h"
187
/* System header to define __stub macros and hopefully few prototypes,
188
    which can conflict with char getpseudotty(); below.  */
189
#include 
190
/* Override any gcc2 internal prototype to avoid an error.  */
191
/* We use char because int might match the return type of a gcc2
192
    builtin and then its argument prototype would still apply.  */
193
char getpseudotty();
194
 
195
int main() {
196
 
197
/* The GNU C library defines this for functions which it implements
198
    to always fail with ENOSYS.  Some functions are actually named
199
    something starting with __ and the normal name is an alias.  */
200
#if defined (__stub_getpseudotty) || defined (__stub___getpseudotty)
201
choke me
202
#else
203
getpseudotty();
204
#endif
205
 
206
; return 0; }
207
configure:3398: checking for getpseudotty in -lseq
208
configure:3417: gcc -o conftest -g -O2   conftest.c -lseq  -L/usr/X11R6/lib -lX11 -ldl  -lieee -lm 1>&5
209
/usr/bin/ld: cannot find -lseq
210
collect2: ld returned 1 exit status
211
configure: failed program was:
212
#line 3406 "configure"
213
#include "confdefs.h"
214
/* Override any gcc2 internal prototype to avoid an error.  */
215
/* We use char because int might match the return type of a gcc2
216
    builtin and then its argument prototype would still apply.  */
217
char getpseudotty();
218
 
219
int main() {
220
getpseudotty()
221
; return 0; }
222
configure:3783: checking for sys/sysmacros.h
223
configure:3793: gcc -E  conftest.c >/dev/null 2>conftest.out
224
configure:3819: checking for stdlib.h
225
configure:3829: gcc -E  conftest.c >/dev/null 2>conftest.out
226
configure:3860: checking for inttypes.h
227
configure:3876: gcc -c -g -O2  conftest.c 1>&5
228
configure:3902: checking for varargs.h
229
configure:3912: gcc -E  conftest.c >/dev/null 2>conftest.out
230
configure:3938: checking for unistd.h
231
configure:3948: gcc -E  conftest.c >/dev/null 2>conftest.out
232
configure:3974: checking for sys/stropts.h
233
configure:3984: gcc -E  conftest.c >/dev/null 2>conftest.out
234
configure:4010: checking for sys/sysconfig.h
235
configure:4020: gcc -E  conftest.c >/dev/null 2>conftest.out
236
configure:4016:27: sys/sysconfig.h: No such file or directory
237
configure: failed program was:
238
#line 4015 "configure"
239
#include "confdefs.h"
240
#include 
241
configure:4046: checking for sys/fcntl.h
242
configure:4056: gcc -E  conftest.c >/dev/null 2>conftest.out
243
configure:4082: checking for sys/select.h
244
configure:4092: gcc -E  conftest.c >/dev/null 2>conftest.out
245
configure:4118: checking for sys/time.h
246
configure:4128: gcc -E  conftest.c >/dev/null 2>conftest.out
247
configure:4154: checking for sys/ptem.h
248
configure:4164: gcc -E  conftest.c >/dev/null 2>conftest.out
249
configure:4160:22: sys/ptem.h: No such file or directory
250
configure: failed program was:
251
#line 4159 "configure"
252
#include "confdefs.h"
253
#include 
254
configure:4190: checking for sys/strredir.h
255
configure:4200: gcc -E  conftest.c >/dev/null 2>conftest.out
256
configure:4196:26: sys/strredir.h: No such file or directory
257
configure: failed program was:
258
#line 4195 "configure"
259
#include "confdefs.h"
260
#include 
261
configure:4226: checking for sys/strpty.h
262
configure:4236: gcc -E  conftest.c >/dev/null 2>conftest.out
263
configure:4232:24: sys/strpty.h: No such file or directory
264
configure: failed program was:
265
#line 4231 "configure"
266
#include "confdefs.h"
267
#include 
268
configure:4263: checking for sys/bsdtypes.h
269
configure:4315: checking for memmove
270
configure:4343: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
271
configure:4366: checking for sysconf
272
configure:4394: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
273
configure:4417: checking for strftime
274
configure:4445: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
275
configure:4468: checking for strchr
276
configure:4496: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
277
configure:4519: checking for timezone
278
configure:4547: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
279
configure:4574: checking for memcpy
280
configure:4586: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
281
configure:4608: checking if WNOHANG requires _POSIX_SOURCE
282
configure:4629: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
283
configure: failed program was:
284
#line 4617 "configure"
285
#include "confdefs.h"
286
 
287
#include 
288
main() {
289
#ifndef WNOHANG
290
        return 0;
291
#else
292
        return 1;
293
#endif
294
}
295
configure:4649: checking if any value exists for WNOHANG
296
configure:4679: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
297
configure:4713: checking mask type of select
298
configure:4727: checking if signals need to be re-armed
299
configure:4775: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
300
configure: In function `main':
301
configure:4758: warning: passing arg 2 of `signal' from incompatible pointer type
302
configure:4761: warning: passing arg 2 of `signal' from incompatible pointer type
303
configure: failed program was:
304
#line 4736 "configure"
305
#include "confdefs.h"
306
 
307
#include 
308
#define RETSIGTYPE
309
 
310
int signal_rearms = 0;
311
 
312
RETSIGTYPE
313
child_sigint_handler(n)
314
int n;
315
{
316
}
317
 
318
RETSIGTYPE
319
parent_sigint_handler(n)
320
int n;
321
{
322
signal_rearms++;
323
}
324
 
325
main()
326
{
327
        signal(SIGINT,parent_sigint_handler);
328
 
329
        if (0 == fork()) {
330
                signal(SIGINT,child_sigint_handler);
331
                kill(getpid(),SIGINT);
332
                kill(getpid(),SIGINT);
333
                kill(getppid(),SIGINT);
334
        } else {
335
                int status;
336
 
337
                wait(&status);
338
                unlink("core");
339
                exit(signal_rearms);
340
        }
341
}
342
configure:4806: checking if on Convex
343
configure:4825: checking if on NeXT
344
configure:4836: checking if on HP
345
configure:4846: checking sane default stty arguments
346
configure:4864: checking for HP style pty allocation
347
configure:4878: checking for HP style pty trapping
348
configure:4881:23: sys/ptyio.h: No such file or directory
349
configure:4902: checking for AIX new-style pty allocation
350
configure:4914: checking for SGI old-style pty allocation
351
configure:4931: checking for SCO style pty allocation
352
configure:4948: checking for SVR4 style pty allocation
353
configure:4957: checking for ptsname
354
configure:4985: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
355
configure:5007: checking for ptsname
356
configure:5056: checking for ptsname
357
configure:5109: checking for NSIG definition with _XOPEN_SOURCE
358
configure:5122: gcc -c -g -O2  conftest.c 1>&5
359
configure:5116: `NSIG' undeclared here (not in a function)
360
configure:5116: storage size of `junk' isn't known
361
configure: failed program was:
362
#line 5111 "configure"
363
#include "confdefs.h"
364
 
365
/* _XOPEN_SOURCE can remove NSIG on UnixWare or OSF/1. */
366
#define _XOPEN_SOURCE
367
#include 
368
char junk[NSIG];
369
int main() {
370
 
371
; return 0; }
372
configure:5146: checking for OSF/1 style pty allocation
373
configure:5169: checking for tcgetattr
374
configure:5197: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
375
configure:5217: checking for tcsetattr
376
configure:5245: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
377
configure:5277: checking for struct sgttyb
378
configure:5296: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
379
configure: In function `main':
380
configure:5291: storage size of `tmp' isn't known
381
configure: failed program was:
382
#line 5286 "configure"
383
#include "confdefs.h"
384
 
385
#include 
386
main()
387
{
388
  struct sgttyb tmp;
389
  exit(0);
390
}
391
configure:5325: checking for struct termio
392
configure:5343: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
393
configure:5365: checking for struct termios
394
configure:5392: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
395
configure:5414: checking if TCGETS or TCGETA in termios.h
396
configure:5443: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
397
configure: failed program was:
398
#line 5427 "configure"
399
#include "confdefs.h"
400
 
401
/* including termios.h on Solaris 5.6 fails unless inttypes.h included */
402
#ifdef HAVE_INTTYPES_H
403
#include 
404
#endif
405
#include 
406
main() {
407
#if defined(TCGETS) || defined(TCGETA)
408
        return 0;
409
#else
410
        return 1;
411
#endif
412
}
413
configure:5463: checking if TIOCGWINSZ in termios.h
414
configure:5492: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
415
configure: failed program was:
416
#line 5476 "configure"
417
#include "confdefs.h"
418
 
419
/* including termios.h on Solaris 5.6 fails unless inttypes.h included */
420
#ifdef HAVE_INTTYPES_H
421
#include 
422
#endif
423
#include 
424
main() {
425
#ifdef TIOCGWINSZ
426
        return 0;
427
#else
428
        return 1;
429
#endif
430
}
431
configure:5513: checking for Cray-style ptys
432
configure:5535: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
433
configure: failed program was:
434
#line 5523 "configure"
435
#include "confdefs.h"
436
 
437
main(){
438
#ifdef CRAY
439
        return 0;
440
#else
441
        return 1;
442
#endif
443
}
444
 
445
configure:5560: checking for select
446
configure:5588: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
447
configure:5608: checking for poll
448
configure:5636: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
449
configure:5656: checking event handling
450
configure:5678: checking for _getpty
451
configure:5706: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
452
/tmp/cc7rlkBk.o: In function `main':
453
/projects/insight/markom/or1k/insight/expect/configure:5700: undefined reference to `_getpty'
454
collect2: ld returned 1 exit status
455
configure: failed program was:
456
#line 5683 "configure"
457
#include "confdefs.h"
458
/* System header to define __stub macros and hopefully few prototypes,
459
    which can conflict with char _getpty(); below.  */
460
#include 
461
/* Override any gcc2 internal prototype to avoid an error.  */
462
/* We use char because int might match the return type of a gcc2
463
    builtin and then its argument prototype would still apply.  */
464
char _getpty();
465
 
466
int main() {
467
 
468
/* The GNU C library defines this for functions which it implements
469
    to always fail with ENOSYS.  Some functions are actually named
470
    something starting with __ and the normal name is an alias.  */
471
#if defined (__stub__getpty) || defined (__stub____getpty)
472
choke me
473
#else
474
_getpty();
475
#endif
476
 
477
; return 0; }
478
configure:5733: checking for getpty
479
configure:5761: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
480
/tmp/ccL30TFC.o: In function `main':
481
/projects/insight/markom/or1k/insight/expect/configure:5755: undefined reference to `getpty'
482
collect2: ld returned 1 exit status
483
configure: failed program was:
484
#line 5738 "configure"
485
#include "confdefs.h"
486
/* System header to define __stub macros and hopefully few prototypes,
487
    which can conflict with char getpty(); below.  */
488
#include 
489
/* Override any gcc2 internal prototype to avoid an error.  */
490
/* We use char because int might match the return type of a gcc2
491
    builtin and then its argument prototype would still apply.  */
492
char getpty();
493
 
494
int main() {
495
 
496
/* The GNU C library defines this for functions which it implements
497
    to always fail with ENOSYS.  Some functions are actually named
498
    something starting with __ and the normal name is an alias.  */
499
#if defined (__stub_getpty) || defined (__stub___getpty)
500
choke me
501
#else
502
getpty();
503
#endif
504
 
505
; return 0; }
506
configure:5790: checking for SV-style timezone
507
configure:5812: gcc -o conftest -g -O2   conftest.c  -lm 1>&5
508
configure:5858: checking for Tk private headers
509
configure:6038: checking for long file names
510
configure:6091: checking for type of library to build
511
configure:6131: checking for Cygwin32 environment
512
configure:6143: gcc -c -g -O2  conftest.c 1>&5
513
configure: In function `main':
514
configure:6139: `__CYGWIN32__' undeclared (first use in this function)
515
configure:6139: (Each undeclared identifier is reported only once
516
configure:6139: for each function it appears in.)
517
configure: failed program was:
518
#line 6136 "configure"
519
#include "confdefs.h"
520
 
521
int main() {
522
int main () { return __CYGWIN32__; }
523
; return 0; }
524
configure:6160: checking for executable suffix

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.