Subversion Repositories Nec2c

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
This file contains any messages produced by compilers while
2
running configure, to aid debugging if configure makes a mistake.
3
 
4
It was created by nec2c configure 0.9, which was
5
generated by GNU Autoconf 2.69.  Invocation command line was
6
 
7
  $ ./configure 
8
 
9
## --------- ##
10
## Platform. ##
11
## --------- ##
12
 
13
hostname = linuxhost
14
uname -m = x86_64
15
uname -r = 4.19.0-19-amd64
16
uname -s = Linux
17
uname -v = #1 SMP Debian 4.19.232-1 (2022-03-07)
18
 
19
/usr/bin/uname -p = unknown
20
/bin/uname -X     = unknown
21
 
22
/bin/arch              = x86_64
23
/usr/bin/arch -k       = unknown
24
/usr/convex/getsysinfo = unknown
25
/usr/bin/hostinfo      = unknown
26
/bin/machine           = unknown
27
/usr/bin/oslevel       = unknown
28
/bin/universe          = unknown
29
 
30
PATH: /usr/local/bin
31
PATH: /usr/bin
32
PATH: /bin
33
PATH: /usr/local/games
34
PATH: /usr/games
35
PATH: /snap/bin
36
 
37
 
38
## ----------- ##
39
## Core tests. ##
40
## ----------- ##
41
 
42
configure:2452: checking build system type
43
configure:2466: result: x86_64-pc-linux-gnu
44
configure:2486: checking host system type
45
configure:2499: result: x86_64-pc-linux-gnu
46
configure:2519: checking target system type
47
configure:2532: result: x86_64-pc-linux-gnu
48
configure:2574: checking for a BSD-compatible install
49
configure:2642: result: /usr/bin/install -c
50
configure:2653: checking whether build environment is sane
51
configure:2708: result: yes
52
configure:2857: checking for a thread-safe mkdir -p
53
configure:2896: result: /usr/bin/mkdir -p
54
configure:2903: checking for gawk
55
configure:2919: found /usr/bin/gawk
56
configure:2930: result: gawk
57
configure:2941: checking whether make sets $(MAKE)
58
configure:2963: result: yes
59
configure:2992: checking whether make supports nested variables
60
configure:3009: result: yes
61
configure:3127: checking whether to enable maintainer-specific portions of Makefiles
62
configure:3136: result: no
63
configure:3200: checking for gcc
64
configure:3216: found /usr/bin/gcc
65
configure:3227: result: gcc
66
configure:3456: checking for C compiler version
67
configure:3465: gcc --version >&5
68
gcc (Debian 8.3.0-6) 8.3.0
69
Copyright (C) 2018 Free Software Foundation, Inc.
70
This is free software; see the source for copying conditions.  There is NO
71
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
72
 
73
configure:3476: $? = 0
74
configure:3465: gcc -v >&5
75
Using built-in specs.
76
COLLECT_GCC=gcc
77
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/8/lto-wrapper
78
OFFLOAD_TARGET_NAMES=nvptx-none
79
OFFLOAD_TARGET_DEFAULT=1
80
Target: x86_64-linux-gnu
81
Configured with: ../src/configure -v --with-pkgversion='Debian 8.3.0-6' --with-bugurl=file:///usr/share/doc/gcc-8/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-8 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
82
Thread model: posix
83
gcc version 8.3.0 (Debian 8.3.0-6) 
84
configure:3476: $? = 0
85
configure:3465: gcc -V >&5
86
gcc: error: unrecognized command line option '-V'
87
gcc: fatal error: no input files
88
compilation terminated.
89
configure:3476: $? = 1
90
configure:3465: gcc -qversion >&5
91
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
92
gcc: fatal error: no input files
93
compilation terminated.
94
configure:3476: $? = 1
95
configure:3496: checking whether the C compiler works
96
configure:3518: gcc    conftest.c  >&5
97
configure:3522: $? = 0
98
configure:3570: result: yes
99
configure:3573: checking for C compiler default output file name
100
configure:3575: result: a.out
101
configure:3581: checking for suffix of executables
102
configure:3588: gcc -o conftest    conftest.c  >&5
103
configure:3592: $? = 0
104
configure:3614: result: 
105
configure:3636: checking whether we are cross compiling
106
configure:3644: gcc -o conftest    conftest.c  >&5
107
configure:3648: $? = 0
108
configure:3655: ./conftest
109
configure:3659: $? = 0
110
configure:3647: result: no
111
configure:3652: checking for suffix of object files
112
configure:3674: gcc -c   conftest.c >&5
113
configure:3678: $? = 0
114
configure:3699: result: o
115
configure:3703: checking whether we are using the GNU C compiler
116
configure:3722: gcc -c   conftest.c >&5
117
configure:3722: $? = 0
118
configure:3731: result: yes
119
configure:3740: checking whether gcc accepts -g
120
configure:3760: gcc -c -g  conftest.c >&5
121
configure:3760: $? = 0
122
configure:3801: result: yes
123
configure:3818: checking for gcc option to accept ISO C89
124
configure:3881: gcc  -c -g -O2  conftest.c >&5
125
configure:3881: $? = 0
126
configure:3894: result: none needed
127
configure:3919: checking whether gcc understands -c and -o together
128
configure:3941: gcc -c conftest.c -o conftest2.o
129
configure:3944: $? = 0
130
configure:3941: gcc -c conftest.c -o conftest2.o
131
configure:3944: $? = 0
132
configure:3956: result: yes
133
configure:3976: checking whether make supports the include directive
134
configure:3991: make -f confmf.GNU && cat confinc.out
135
this is the am__doit target
136
configure:3994: $? = 0
137
configure:4013: result: yes (GNU style)
138
configure:4038: checking dependency style of gcc
139
configure:4149: result: gcc3
140
configure:4207: checking for ranlib
141
configure:4223: found /usr/bin/ranlib
142
configure:4234: result: ranlib
143
configure:4299: checking for ar
144
configure:4315: found /usr/bin/ar
145
configure:4326: result: ar
146
configure:4350: checking for main in -lm
147
configure:4369: gcc -o conftest -g -O2   conftest.c -lm   >&5
148
configure:4369: $? = 0
149
configure:4378: result: yes
150
configure:4395: checking for floor
151
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
152
conftest.c:33:6: warning: conflicting types for built-in function 'floor' [-Wbuiltin-declaration-mismatch]
153
 char floor ();
154
      ^~~~~
155
configure:4395: $? = 0
156
configure:4395: result: yes
157
configure:4395: checking for pow
158
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
159
conftest.c:34:6: warning: conflicting types for built-in function 'pow' [-Wbuiltin-declaration-mismatch]
160
 char pow ();
161
      ^~~
162
configure:4395: $? = 0
163
configure:4395: result: yes
164
configure:4395: checking for exp
165
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
166
conftest.c:35:6: warning: conflicting types for built-in function 'exp' [-Wbuiltin-declaration-mismatch]
167
 char exp ();
168
      ^~~
169
configure:4395: $? = 0
170
configure:4395: result: yes
171
configure:4395: checking for sqrt
172
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
173
conftest.c:36:6: warning: conflicting types for built-in function 'sqrt' [-Wbuiltin-declaration-mismatch]
174
 char sqrt ();
175
      ^~~~
176
configure:4395: $? = 0
177
configure:4395: result: yes
178
configure:4395: checking for log10
179
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
180
conftest.c:37:6: warning: conflicting types for built-in function 'log10' [-Wbuiltin-declaration-mismatch]
181
 char log10 ();
182
      ^~~~~
183
configure:4395: $? = 0
184
configure:4395: result: yes
185
configure:4395: checking for log
186
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
187
conftest.c:38:6: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch]
188
 char log ();
189
      ^~~
190
configure:4395: $? = 0
191
configure:4395: result: yes
192
configure:4395: checking for cos
193
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
194
conftest.c:39:6: warning: conflicting types for built-in function 'cos' [-Wbuiltin-declaration-mismatch]
195
 char cos ();
196
      ^~~
197
configure:4395: $? = 0
198
configure:4395: result: yes
199
configure:4395: checking for sin
200
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
201
conftest.c:40:6: warning: conflicting types for built-in function 'sin' [-Wbuiltin-declaration-mismatch]
202
 char sin ();
203
      ^~~
204
configure:4395: $? = 0
205
configure:4395: result: yes
206
configure:4395: checking for acos
207
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
208
conftest.c:41:6: warning: conflicting types for built-in function 'acos' [-Wbuiltin-declaration-mismatch]
209
 char acos ();
210
      ^~~~
211
configure:4395: $? = 0
212
configure:4395: result: yes
213
configure:4395: checking for asin
214
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
215
conftest.c:42:6: warning: conflicting types for built-in function 'asin' [-Wbuiltin-declaration-mismatch]
216
 char asin ();
217
      ^~~~
218
configure:4395: $? = 0
219
configure:4395: result: yes
220
configure:4395: checking for tan
221
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
222
conftest.c:43:6: warning: conflicting types for built-in function 'tan' [-Wbuiltin-declaration-mismatch]
223
 char tan ();
224
      ^~~
225
configure:4395: $? = 0
226
configure:4395: result: yes
227
configure:4395: checking for atan
228
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
229
conftest.c:44:6: warning: conflicting types for built-in function 'atan' [-Wbuiltin-declaration-mismatch]
230
 char atan ();
231
      ^~~~
232
configure:4395: $? = 0
233
configure:4395: result: yes
234
configure:4395: checking for sinh
235
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
236
conftest.c:45:6: warning: conflicting types for built-in function 'sinh' [-Wbuiltin-declaration-mismatch]
237
 char sinh ();
238
      ^~~~
239
configure:4395: $? = 0
240
configure:4395: result: yes
241
configure:4395: checking for cosh
242
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
243
conftest.c:46:6: warning: conflicting types for built-in function 'cosh' [-Wbuiltin-declaration-mismatch]
244
 char cosh ();
245
      ^~~~
246
configure:4395: $? = 0
247
configure:4395: result: yes
248
configure:4395: checking for tanh
249
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
250
conftest.c:47:6: warning: conflicting types for built-in function 'tanh' [-Wbuiltin-declaration-mismatch]
251
 char tanh ();
252
      ^~~~
253
configure:4395: $? = 0
254
configure:4395: result: yes
255
configure:4395: checking for fabs
256
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
257
conftest.c:48:6: warning: conflicting types for built-in function 'fabs' [-Wbuiltin-declaration-mismatch]
258
 char fabs ();
259
      ^~~~
260
configure:4395: $? = 0
261
configure:4395: result: yes
262
configure:4395: checking for modf
263
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
264
conftest.c:49:6: warning: conflicting types for built-in function 'modf' [-Wbuiltin-declaration-mismatch]
265
 char modf ();
266
      ^~~~
267
configure:4395: $? = 0
268
configure:4395: result: yes
269
configure:4395: checking for atan2
270
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
271
conftest.c:50:6: warning: conflicting types for built-in function 'atan2' [-Wbuiltin-declaration-mismatch]
272
 char atan2 ();
273
      ^~~~~
274
configure:4395: $? = 0
275
configure:4395: result: yes
276
configure:4395: checking for jn
277
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
278
conftest.c:51:6: warning: conflicting types for built-in function 'jn' [-Wbuiltin-declaration-mismatch]
279
 char jn ();
280
      ^~
281
configure:4395: $? = 0
282
configure:4395: result: yes
283
configure:4395: checking for yn
284
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
285
conftest.c:52:6: warning: conflicting types for built-in function 'yn' [-Wbuiltin-declaration-mismatch]
286
 char yn ();
287
      ^~
288
configure:4395: $? = 0
289
configure:4395: result: yes
290
configure:4395: checking for erf
291
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
292
conftest.c:53:6: warning: conflicting types for built-in function 'erf' [-Wbuiltin-declaration-mismatch]
293
 char erf ();
294
      ^~~
295
configure:4395: $? = 0
296
configure:4395: result: yes
297
configure:4395: checking for erfc
298
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
299
conftest.c:54:6: warning: conflicting types for built-in function 'erfc' [-Wbuiltin-declaration-mismatch]
300
 char erfc ();
301
      ^~~~
302
configure:4395: $? = 0
303
configure:4395: result: yes
304
configure:4395: checking for round
305
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
306
conftest.c:55:6: warning: conflicting types for built-in function 'round' [-Wbuiltin-declaration-mismatch]
307
 char round ();
308
      ^~~~~
309
configure:4395: $? = 0
310
configure:4395: result: yes
311
configure:4395: checking for trunc
312
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
313
conftest.c:56:6: warning: conflicting types for built-in function 'trunc' [-Wbuiltin-declaration-mismatch]
314
 char trunc ();
315
      ^~~~~
316
configure:4395: $? = 0
317
configure:4395: result: yes
318
configure:4395: checking for acosh
319
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
320
conftest.c:57:6: warning: conflicting types for built-in function 'acosh' [-Wbuiltin-declaration-mismatch]
321
 char acosh ();
322
      ^~~~~
323
configure:4395: $? = 0
324
configure:4395: result: yes
325
configure:4395: checking for asinh
326
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
327
conftest.c:58:6: warning: conflicting types for built-in function 'asinh' [-Wbuiltin-declaration-mismatch]
328
 char asinh ();
329
      ^~~~~
330
configure:4395: $? = 0
331
configure:4395: result: yes
332
configure:4395: checking for strdup
333
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
334
conftest.c:59:6: warning: conflicting types for built-in function 'strdup' [-Wbuiltin-declaration-mismatch]
335
 char strdup ();
336
      ^~~~~~
337
configure:4395: $? = 0
338
configure:4395: result: yes
339
configure:4395: checking for strerror
340
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
341
configure:4395: $? = 0
342
configure:4395: result: yes
343
configure:4395: checking for strchr
344
configure:4395: gcc -o conftest -g -O2   conftest.c -lm  >&5
345
conftest.c:61:6: warning: conflicting types for built-in function 'strchr' [-Wbuiltin-declaration-mismatch]
346
 char strchr ();
347
      ^~~~~~
348
configure:4395: $? = 0
349
configure:4395: result: yes
350
configure:4410: checking how to run the C preprocessor
351
configure:4441: gcc -E  conftest.c
352
configure:4441: $? = 0
353
configure:4455: gcc -E  conftest.c
354
conftest.c:39:10: fatal error: ac_nonexistent.h: No such file or directory
355
 #include <ac_nonexistent.h>
356
          ^~~~~~~~~~~~~~~~~~
357
compilation terminated.
358
configure:4455: $? = 1
359
configure: failed program was:
360
| /* confdefs.h */
361
| #define PACKAGE_NAME "nec2c"
362
| #define PACKAGE_TARNAME "nec2c"
363
| #define PACKAGE_VERSION "0.9"
364
| #define PACKAGE_STRING "nec2c 0.9"
365
| #define PACKAGE_BUGREPORT "mjtrangoni@gmail.com"
366
| #define PACKAGE_URL ""
367
| #define HAVE_LIBM 1
368
| #define HAVE_FLOOR 1
369
| #define HAVE_POW 1
370
| #define HAVE_EXP 1
371
| #define HAVE_SQRT 1
372
| #define HAVE_LOG10 1
373
| #define HAVE_LOG 1
374
| #define HAVE_COS 1
375
| #define HAVE_SIN 1
376
| #define HAVE_ACOS 1
377
| #define HAVE_ASIN 1
378
| #define HAVE_TAN 1
379
| #define HAVE_ATAN 1
380
| #define HAVE_SINH 1
381
| #define HAVE_COSH 1
382
| #define HAVE_TANH 1
383
| #define HAVE_FABS 1
384
| #define HAVE_MODF 1
385
| #define HAVE_ATAN2 1
386
| #define HAVE_JN 1
387
| #define HAVE_YN 1
388
| #define HAVE_ERF 1
389
| #define HAVE_ERFC 1
390
| #define HAVE_ROUND 1
391
| #define HAVE_TRUNC 1
392
| #define HAVE_ACOSH 1
393
| #define HAVE_ASINH 1
394
| #define HAVE_STRDUP 1
395
| #define HAVE_STRERROR 1
396
| #define HAVE_STRCHR 1
397
| /* end confdefs.h.  */
398
| #include <ac_nonexistent.h>
399
configure:4480: result: gcc -E
400
configure:4500: gcc -E  conftest.c
401
configure:4500: $? = 0
402
configure:4514: gcc -E  conftest.c
403
conftest.c:39:10: fatal error: ac_nonexistent.h: No such file or directory
404
 #include <ac_nonexistent.h>
405
          ^~~~~~~~~~~~~~~~~~
406
compilation terminated.
407
configure:4514: $? = 1
408
configure: failed program was:
409
| /* confdefs.h */
410
| #define PACKAGE_NAME "nec2c"
411
| #define PACKAGE_TARNAME "nec2c"
412
| #define PACKAGE_VERSION "0.9"
413
| #define PACKAGE_STRING "nec2c 0.9"
414
| #define PACKAGE_BUGREPORT "mjtrangoni@gmail.com"
415
| #define PACKAGE_URL ""
416
| #define HAVE_LIBM 1
417
| #define HAVE_FLOOR 1
418
| #define HAVE_POW 1
419
| #define HAVE_EXP 1
420
| #define HAVE_SQRT 1
421
| #define HAVE_LOG10 1
422
| #define HAVE_LOG 1
423
| #define HAVE_COS 1
424
| #define HAVE_SIN 1
425
| #define HAVE_ACOS 1
426
| #define HAVE_ASIN 1
427
| #define HAVE_TAN 1
428
| #define HAVE_ATAN 1
429
| #define HAVE_SINH 1
430
| #define HAVE_COSH 1
431
| #define HAVE_TANH 1
432
| #define HAVE_FABS 1
433
| #define HAVE_MODF 1
434
| #define HAVE_ATAN2 1
435
| #define HAVE_JN 1
436
| #define HAVE_YN 1
437
| #define HAVE_ERF 1
438
| #define HAVE_ERFC 1
439
| #define HAVE_ROUND 1
440
| #define HAVE_TRUNC 1
441
| #define HAVE_ACOSH 1
442
| #define HAVE_ASINH 1
443
| #define HAVE_STRDUP 1
444
| #define HAVE_STRERROR 1
445
| #define HAVE_STRCHR 1
446
| /* end confdefs.h.  */
447
| #include <ac_nonexistent.h>
448
configure:4543: checking for grep that handles long lines and -e
449
configure:4601: result: /usr/bin/grep
450
configure:4606: checking for egrep
451
configure:4668: result: /usr/bin/grep -E
452
configure:4673: checking for ANSI C header files
453
configure:4693: gcc -c -g -O2  conftest.c >&5
454
configure:4693: $? = 0
455
configure:4766: gcc -o conftest -g -O2   conftest.c -lm  >&5
456
configure:4766: $? = 0
457
configure:4766: ./conftest
458
configure:4766: $? = 0
459
configure:4777: result: yes
460
configure:4790: checking for sys/types.h
461
configure:4790: gcc -c -g -O2  conftest.c >&5
462
configure:4790: $? = 0
463
configure:4790: result: yes
464
configure:4790: checking for sys/stat.h
465
configure:4790: gcc -c -g -O2  conftest.c >&5
466
configure:4790: $? = 0
467
configure:4790: result: yes
468
configure:4790: checking for stdlib.h
469
configure:4790: gcc -c -g -O2  conftest.c >&5
470
configure:4790: $? = 0
471
configure:4790: result: yes
472
configure:4790: checking for string.h
473
configure:4790: gcc -c -g -O2  conftest.c >&5
474
configure:4790: $? = 0
475
configure:4790: result: yes
476
configure:4790: checking for memory.h
477
configure:4790: gcc -c -g -O2  conftest.c >&5
478
configure:4790: $? = 0
479
configure:4790: result: yes
480
configure:4790: checking for strings.h
481
configure:4790: gcc -c -g -O2  conftest.c >&5
482
configure:4790: $? = 0
483
configure:4790: result: yes
484
configure:4790: checking for inttypes.h
485
configure:4790: gcc -c -g -O2  conftest.c >&5
486
configure:4790: $? = 0
487
configure:4790: result: yes
488
configure:4790: checking for stdint.h
489
configure:4790: gcc -c -g -O2  conftest.c >&5
490
configure:4790: $? = 0
491
configure:4790: result: yes
492
configure:4790: checking for unistd.h
493
configure:4790: gcc -c -g -O2  conftest.c >&5
494
configure:4790: $? = 0
495
configure:4790: result: yes
496
configure:4807: checking complex.h usability
497
configure:4807: gcc -c -g -O2  conftest.c >&5
498
configure:4807: $? = 0
499
configure:4807: result: yes
500
configure:4807: checking complex.h presence
501
configure:4807: gcc -E  conftest.c
502
configure:4807: $? = 0
503
configure:4807: result: yes
504
configure:4807: checking for complex.h
505
configure:4807: result: yes
506
configure:4823: checking for an ANSI C-conforming const
507
configure:4889: gcc -c -g -O2  conftest.c >&5
508
configure:4889: $? = 0
509
configure:4896: result: yes
510
configure:4904: checking for size_t
511
configure:4904: gcc -c -g -O2  conftest.c >&5
512
configure:4904: $? = 0
513
configure:4904: gcc -c -g -O2  conftest.c >&5
514
conftest.c: In function 'main':
515
conftest.c:86:21: error: expected expression before ')' token
516
 if (sizeof ((size_t)))
517
                     ^
518
configure:4904: $? = 1
519
configure: failed program was:
520
| /* confdefs.h */
521
| #define PACKAGE_NAME "nec2c"
522
| #define PACKAGE_TARNAME "nec2c"
523
| #define PACKAGE_VERSION "0.9"
524
| #define PACKAGE_STRING "nec2c 0.9"
525
| #define PACKAGE_BUGREPORT "mjtrangoni@gmail.com"
526
| #define PACKAGE_URL ""
527
| #define HAVE_LIBM 1
528
| #define HAVE_FLOOR 1
529
| #define HAVE_POW 1
530
| #define HAVE_EXP 1
531
| #define HAVE_SQRT 1
532
| #define HAVE_LOG10 1
533
| #define HAVE_LOG 1
534
| #define HAVE_COS 1
535
| #define HAVE_SIN 1
536
| #define HAVE_ACOS 1
537
| #define HAVE_ASIN 1
538
| #define HAVE_TAN 1
539
| #define HAVE_ATAN 1
540
| #define HAVE_SINH 1
541
| #define HAVE_COSH 1
542
| #define HAVE_TANH 1
543
| #define HAVE_FABS 1
544
| #define HAVE_MODF 1
545
| #define HAVE_ATAN2 1
546
| #define HAVE_JN 1
547
| #define HAVE_YN 1
548
| #define HAVE_ERF 1
549
| #define HAVE_ERFC 1
550
| #define HAVE_ROUND 1
551
| #define HAVE_TRUNC 1
552
| #define HAVE_ACOSH 1
553
| #define HAVE_ASINH 1
554
| #define HAVE_STRDUP 1
555
| #define HAVE_STRERROR 1
556
| #define HAVE_STRCHR 1
557
| #define STDC_HEADERS 1
558
| #define HAVE_SYS_TYPES_H 1
559
| #define HAVE_SYS_STAT_H 1
560
| #define HAVE_STDLIB_H 1
561
| #define HAVE_STRING_H 1
562
| #define HAVE_MEMORY_H 1
563
| #define HAVE_STRINGS_H 1
564
| #define HAVE_INTTYPES_H 1
565
| #define HAVE_STDINT_H 1
566
| #define HAVE_UNISTD_H 1
567
| #define HAVE_COMPLEX_H 1
568
| /* end confdefs.h.  */
569
| #include <stdio.h>
570
| #ifdef HAVE_SYS_TYPES_H
571
| # include <sys/types.h>
572
| #endif
573
| #ifdef HAVE_SYS_STAT_H
574
| # include <sys/stat.h>
575
| #endif
576
| #ifdef STDC_HEADERS
577
| # include <stdlib.h>
578
| # include <stddef.h>
579
| #else
580
| # ifdef HAVE_STDLIB_H
581
| #  include <stdlib.h>
582
| # endif
583
| #endif
584
| #ifdef HAVE_STRING_H
585
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
586
| #  include <memory.h>
587
| # endif
588
| # include <string.h>
589
| #endif
590
| #ifdef HAVE_STRINGS_H
591
| # include <strings.h>
592
| #endif
593
| #ifdef HAVE_INTTYPES_H
594
| # include <inttypes.h>
595
| #endif
596
| #ifdef HAVE_STDINT_H
597
| # include <stdint.h>
598
| #endif
599
| #ifdef HAVE_UNISTD_H
600
| # include <unistd.h>
601
| #endif
602
| int
603
| main ()
604
| {
605
| if (sizeof ((size_t)))
606
| 	    return 0;
607
|   ;
608
|   return 0;
609
| }
610
configure:4904: result: yes
611
configure:4921: checking size of short
612
configure:4926: gcc -o conftest -g -O2   conftest.c -lm  >&5
613
configure:4926: $? = 0
614
configure:4926: ./conftest
615
configure:4926: $? = 0
616
configure:4940: result: 2
617
configure:4954: checking size of int
618
configure:4959: gcc -o conftest -g -O2   conftest.c -lm  >&5
619
configure:4959: $? = 0
620
configure:4959: ./conftest
621
configure:4959: $? = 0
622
configure:4973: result: 4
623
configure:4987: checking size of long
624
configure:4992: gcc -o conftest -g -O2   conftest.c -lm  >&5
625
configure:4992: $? = 0
626
configure:4992: ./conftest
627
configure:4992: $? = 0
628
configure:5006: result: 8
629
configure:5090: checking for OpenMP flag of C compiler
630
configure:5126: gcc -o conftest -g -O2 -fopenmp   conftest.c -lm  >&5
631
configure:5126: $? = 0
632
configure:5135: result: -fopenmp
633
configure:5286: checking that generated files are newer than configure
634
configure:5292: result: done
635
configure:5319: creating ./config.status
636
 
637
## ---------------------- ##
638
## Running config.status. ##
639
## ---------------------- ##
640
 
641
This file was extended by nec2c config.status 0.9, which was
642
generated by GNU Autoconf 2.69.  Invocation command line was
643
 
644
  CONFIG_FILES    = 
645
  CONFIG_HEADERS  = 
646
  CONFIG_LINKS    = 
647
  CONFIG_COMMANDS = 
648
  $ ./config.status 
649
 
650
on linuxhost
651
 
652
config.status:794: creating Makefile
653
config.status:794: creating src/Makefile
654
config.status:966: executing depfiles commands
655
config.status:1043: cd src       && sed -e '/# am--include-marker/d' Makefile         | make -f - am--depfiles
656
config.status:1048: $? = 0
657
configure:6451: result: 
658
configure:6453: result:  nec2c version 0.9 configured successfully.
659
configure:6455: result: 
660
 
661
## ---------------- ##
662
## Cache variables. ##
663
## ---------------- ##
664
 
665
ac_cv_build=x86_64-pc-linux-gnu
666
ac_cv_c_compiler_gnu=yes
667
ac_cv_c_const=yes
668
ac_cv_env_CC_set=
669
ac_cv_env_CC_value=
670
ac_cv_env_CFLAGS_set=
671
ac_cv_env_CFLAGS_value=
672
ac_cv_env_CPPFLAGS_set=
673
ac_cv_env_CPPFLAGS_value=
674
ac_cv_env_CPP_set=
675
ac_cv_env_CPP_value=
676
ac_cv_env_LDFLAGS_set=
677
ac_cv_env_LDFLAGS_value=
678
ac_cv_env_LIBS_set=
679
ac_cv_env_LIBS_value=
680
ac_cv_env_build_alias_set=
681
ac_cv_env_build_alias_value=
682
ac_cv_env_host_alias_set=
683
ac_cv_env_host_alias_value=
684
ac_cv_env_target_alias_set=
685
ac_cv_env_target_alias_value=
686
ac_cv_func_acos=yes
687
ac_cv_func_acosh=yes
688
ac_cv_func_asin=yes
689
ac_cv_func_asinh=yes
690
ac_cv_func_atan2=yes
691
ac_cv_func_atan=yes
692
ac_cv_func_cos=yes
693
ac_cv_func_cosh=yes
694
ac_cv_func_erf=yes
695
ac_cv_func_erfc=yes
696
ac_cv_func_exp=yes
697
ac_cv_func_fabs=yes
698
ac_cv_func_floor=yes
699
ac_cv_func_jn=yes
700
ac_cv_func_log10=yes
701
ac_cv_func_log=yes
702
ac_cv_func_modf=yes
703
ac_cv_func_pow=yes
704
ac_cv_func_round=yes
705
ac_cv_func_sin=yes
706
ac_cv_func_sinh=yes
707
ac_cv_func_sqrt=yes
708
ac_cv_func_strchr=yes
709
ac_cv_func_strdup=yes
710
ac_cv_func_strerror=yes
711
ac_cv_func_tan=yes
712
ac_cv_func_tanh=yes
713
ac_cv_func_trunc=yes
714
ac_cv_func_yn=yes
715
ac_cv_header_complex_h=yes
716
ac_cv_header_inttypes_h=yes
717
ac_cv_header_memory_h=yes
718
ac_cv_header_stdc=yes
719
ac_cv_header_stdint_h=yes
720
ac_cv_header_stdlib_h=yes
721
ac_cv_header_string_h=yes
722
ac_cv_header_strings_h=yes
723
ac_cv_header_sys_stat_h=yes
724
ac_cv_header_sys_types_h=yes
725
ac_cv_header_unistd_h=yes
726
ac_cv_host=x86_64-pc-linux-gnu
727
ac_cv_lib_m_main=yes
728
ac_cv_objext=o
729
ac_cv_path_EGREP='/usr/bin/grep -E'
730
ac_cv_path_GREP=/usr/bin/grep
731
ac_cv_path_install='/usr/bin/install -c'
732
ac_cv_path_mkdir=/usr/bin/mkdir
733
ac_cv_prog_AWK=gawk
734
ac_cv_prog_CPP='gcc -E'
735
ac_cv_prog_ac_ct_AR=ar
736
ac_cv_prog_ac_ct_CC=gcc
737
ac_cv_prog_ac_ct_RANLIB=ranlib
738
ac_cv_prog_cc_c89=
739
ac_cv_prog_cc_g=yes
740
ac_cv_prog_make_make_set=yes
741
ac_cv_sizeof_int=4
742
ac_cv_sizeof_long=8
743
ac_cv_sizeof_short=2
744
ac_cv_target=x86_64-pc-linux-gnu
745
ac_cv_type_size_t=yes
746
am_cv_CC_dependencies_compiler_type=gcc3
747
am_cv_make_support_nested_variables=yes
748
am_cv_prog_cc_c_o=yes
749
ax_cv_c_openmp=-fopenmp
750
 
751
## ----------------- ##
752
## Output variables. ##
753
## ----------------- ##
754
 
755
ACLOCAL='${SHELL} /home/mjames/nec/nec2c_src/config/missing aclocal-1.16'
756
AMDEPBACKSLASH='\'
757
AMDEP_FALSE='#'
758
AMDEP_TRUE=''
759
AMTAR='$${TAR-tar}'
760
AM_BACKSLASH='\'
761
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
762
AM_DEFAULT_VERBOSITY='1'
763
AM_V='$(V)'
764
AR='ar'
765
AUTOCONF='${SHELL} /home/mjames/nec/nec2c_src/config/missing autoconf'
766
AUTOHEADER='${SHELL} /home/mjames/nec/nec2c_src/config/missing autoheader'
767
AUTOMAKE='${SHELL} /home/mjames/nec/nec2c_src/config/missing automake-1.16'
768
AWK='gawk'
769
CC='gcc'
770
CCDEPMODE='depmode=gcc3'
771
CFLAGS='-g -O2'
772
CPP='gcc -E'
773
CPPFLAGS=''
774
CYGPATH_W='echo'
775
DEFS='-DPACKAGE_NAME=\"nec2c\" -DPACKAGE_TARNAME=\"nec2c\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"nec2c\ 0.9\" -DPACKAGE_BUGREPORT=\"mjtrangoni@gmail.com\" -DPACKAGE_URL=\"\" -DHAVE_LIBM=1 -DHAVE_FLOOR=1 -DHAVE_POW=1 -DHAVE_EXP=1 -DHAVE_SQRT=1 -DHAVE_LOG10=1 -DHAVE_LOG=1 -DHAVE_COS=1 -DHAVE_SIN=1 -DHAVE_ACOS=1 -DHAVE_ASIN=1 -DHAVE_TAN=1 -DHAVE_ATAN=1 -DHAVE_SINH=1 -DHAVE_COSH=1 -DHAVE_TANH=1 -DHAVE_FABS=1 -DHAVE_MODF=1 -DHAVE_ATAN2=1 -DHAVE_JN=1 -DHAVE_YN=1 -DHAVE_ERF=1 -DHAVE_ERFC=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_ACOSH=1 -DHAVE_ASINH=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRCHR=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_COMPLEX_H=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8'
776
DEPDIR='.deps'
777
ECHO_C=''
778
ECHO_N='-n'
779
ECHO_T=''
780
EGREP='/usr/bin/grep -E'
781
EXEEXT=''
782
GREP='/usr/bin/grep'
783
INSTALL_DATA='${INSTALL} -m 644'
784
INSTALL_PROGRAM='${INSTALL}'
785
INSTALL_SCRIPT='${INSTALL}'
786
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
787
LDFLAGS=''
788
LIBOBJS=''
789
LIBS='-lm '
790
LTLIBOBJS=''
791
MAINT='#'
792
MAINTAINER_MODE_FALSE=''
793
MAINTAINER_MODE_TRUE='#'
794
MAKEINFO='${SHELL} /home/mjames/nec/nec2c_src/config/missing makeinfo'
795
MKDIR_P='/usr/bin/mkdir -p'
796
OBJEXT='o'
797
PACKAGE='nec2c'
798
PACKAGE_BUGREPORT='mjtrangoni@gmail.com'
799
PACKAGE_NAME='nec2c'
800
PACKAGE_STRING='nec2c 0.9'
801
PACKAGE_TARNAME='nec2c'
802
PACKAGE_URL=''
803
PACKAGE_VERSION='0.9'
804
PATH_SEPARATOR=':'
805
RANLIB='ranlib'
806
SET_MAKE=''
807
SHELL='/bin/bash'
808
STRIP=''
809
VERSION='0.9'
810
ac_ct_CC='gcc'
811
am__EXEEXT_FALSE=''
812
am__EXEEXT_TRUE='#'
813
am__fastdepCC_FALSE='#'
814
am__fastdepCC_TRUE=''
815
am__include='include'
816
am__isrc=''
817
am__leading_dot='.'
818
am__nodep='_no'
819
am__quote=''
820
am__tar='$${TAR-tar} chof - "$$tardir"'
821
am__untar='$${TAR-tar} xf -'
822
bindir='${exec_prefix}/bin'
823
build='x86_64-pc-linux-gnu'
824
build_alias=''
825
build_cpu='x86_64'
826
build_os='linux-gnu'
827
build_vendor='pc'
828
datadir='${datarootdir}'
829
datarootdir='${prefix}/share'
830
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
831
dvidir='${docdir}'
832
exec_prefix='${prefix}'
833
host='x86_64-pc-linux-gnu'
834
host_alias=''
835
host_cpu='x86_64'
836
host_os='linux-gnu'
837
host_vendor='pc'
838
htmldir='${docdir}'
839
includedir='${prefix}/include'
840
infodir='${datarootdir}/info'
841
install_sh='${SHELL} /home/mjames/nec/nec2c_src/config/install-sh'
842
libdir='${exec_prefix}/lib'
843
libexecdir='${exec_prefix}/libexec'
844
localedir='${datarootdir}/locale'
845
localstatedir='${prefix}/var'
846
mandir='${datarootdir}/man'
847
mkdir_p='$(MKDIR_P)'
848
oldincludedir='/usr/include'
849
pdfdir='${docdir}'
850
prefix='/usr/local'
851
program_transform_name='s,x,x,'
852
psdir='${docdir}'
853
runstatedir='${localstatedir}/run'
854
sbindir='${exec_prefix}/sbin'
855
sharedstatedir='${prefix}/com'
856
sysconfdir='${prefix}/etc'
857
target='x86_64-pc-linux-gnu'
858
target_alias=''
859
target_cpu='x86_64'
860
target_os='linux-gnu'
861
target_vendor='pc'
862
 
863
## ----------- ##
864
## confdefs.h. ##
865
## ----------- ##
866
 
867
/* confdefs.h */
868
#define PACKAGE_NAME "nec2c"
869
#define PACKAGE_TARNAME "nec2c"
870
#define PACKAGE_VERSION "0.9"
871
#define PACKAGE_STRING "nec2c 0.9"
872
#define PACKAGE_BUGREPORT "mjtrangoni@gmail.com"
873
#define PACKAGE_URL ""
874
#define HAVE_LIBM 1
875
#define HAVE_FLOOR 1
876
#define HAVE_POW 1
877
#define HAVE_EXP 1
878
#define HAVE_SQRT 1
879
#define HAVE_LOG10 1
880
#define HAVE_LOG 1
881
#define HAVE_COS 1
882
#define HAVE_SIN 1
883
#define HAVE_ACOS 1
884
#define HAVE_ASIN 1
885
#define HAVE_TAN 1
886
#define HAVE_ATAN 1
887
#define HAVE_SINH 1
888
#define HAVE_COSH 1
889
#define HAVE_TANH 1
890
#define HAVE_FABS 1
891
#define HAVE_MODF 1
892
#define HAVE_ATAN2 1
893
#define HAVE_JN 1
894
#define HAVE_YN 1
895
#define HAVE_ERF 1
896
#define HAVE_ERFC 1
897
#define HAVE_ROUND 1
898
#define HAVE_TRUNC 1
899
#define HAVE_ACOSH 1
900
#define HAVE_ASINH 1
901
#define HAVE_STRDUP 1
902
#define HAVE_STRERROR 1
903
#define HAVE_STRCHR 1
904
#define STDC_HEADERS 1
905
#define HAVE_SYS_TYPES_H 1
906
#define HAVE_SYS_STAT_H 1
907
#define HAVE_STDLIB_H 1
908
#define HAVE_STRING_H 1
909
#define HAVE_MEMORY_H 1
910
#define HAVE_STRINGS_H 1
911
#define HAVE_INTTYPES_H 1
912
#define HAVE_STDINT_H 1
913
#define HAVE_UNISTD_H 1
914
#define HAVE_COMPLEX_H 1
915
#define SIZEOF_SHORT 2
916
#define SIZEOF_INT 4
917
#define SIZEOF_LONG 8
918
 
919
configure: exit 0