@@ -4,7 +4,7 @@ running configure, to aid debugging if configure makes a mistake.
4
4
It was created by amiws configure 2.0.0, which was
5
5
generated by GNU Autoconf 2.69. Invocation command line was
6
6
7
- $ ./configure --with-ssl
7
+ $ ./configure --with-ssl CFLAGS=-coverage -O0
8
8
9
9
## --------- ##
10
10
## Platform. ##
@@ -99,35 +99,35 @@ gcc: fatal error: no input files
99
99
compilation terminated.
100
100
configure:3129: $? = 1
101
101
configure:3149: checking whether the C compiler works
102
- configure:3171: gcc conftest.c >&5
102
+ configure:3171: gcc -coverage -O0 conftest.c >&5
103
103
configure:3175: $? = 0
104
104
configure:3223: result: yes
105
105
configure:3226: checking for C compiler default output file name
106
106
configure:3228: result: a.out
107
107
configure:3234: checking for suffix of executables
108
- configure:3241: gcc -o conftest conftest.c >&5
108
+ configure:3241: gcc -o conftest -coverage -O0 conftest.c >&5
109
109
configure:3245: $? = 0
110
110
configure:3267: result:
111
111
configure:3289: checking whether we are cross compiling
112
- configure:3297: gcc -o conftest conftest.c >&5
112
+ configure:3297: gcc -o conftest -coverage -O0 conftest.c >&5
113
113
configure:3301: $? = 0
114
114
configure:3308: ./conftest
115
115
configure:3312: $? = 0
116
116
configure:3327: result: no
117
117
configure:3332: checking for suffix of object files
118
- configure:3354: gcc -c conftest.c >&5
118
+ configure:3354: gcc -c -coverage -O0 conftest.c >&5
119
119
configure:3358: $? = 0
120
120
configure:3379: result: o
121
121
configure:3383: checking whether we are using the GNU C compiler
122
- configure:3402: gcc -c conftest.c >&5
122
+ configure:3402: gcc -c -coverage -O0 conftest.c >&5
123
123
configure:3402: $? = 0
124
124
configure:3411: result: yes
125
125
configure:3420: checking whether gcc accepts -g
126
126
configure:3440: gcc -c -g conftest.c >&5
127
127
configure:3440: $? = 0
128
128
configure:3481: result: yes
129
129
configure:3498: checking for gcc option to accept ISO C89
130
- configure:3561: gcc -c -g -O2 conftest.c >&5
130
+ configure:3561: gcc -c -coverage -O0 conftest.c >&5
131
131
configure:3561: $? = 0
132
132
configure:3574: result: none needed
133
133
configure:3599: checking whether gcc understands -c and -o together
@@ -141,19 +141,19 @@ configure:3692: result: GNU
141
141
configure:3718: checking dependency style of gcc
142
142
configure:3829: result: gcc3
143
143
configure:3848: checking for gcc option to accept ISO C99
144
- configure:3997: gcc -c -g -O2 conftest.c >&5
144
+ configure:3997: gcc -c -coverage -O0 conftest.c >&5
145
145
configure:3997: $? = 0
146
146
configure:4010: result: none needed
147
147
configure:4118: checking for gcc option to accept ISO Standard C
148
148
configure:4129: result: none needed
149
149
configure:4146: checking for yaml_parser_initialize in -lyaml
150
- configure:4171: gcc -o conftest -g -O2 conftest.c -lyaml >&5
150
+ configure:4171: gcc -o conftest -coverage -O0 conftest.c -lyaml >&5
151
151
configure:4171: $? = 0
152
152
configure:4180: result: yes
153
153
configure:4197: checking for library containing CRYPTO_new_ex_data
154
- configure:4228: gcc -o conftest -g -O2 conftest.c -lyaml >&5
155
- /tmp/stas/cceQIZMu .o: In function `main':
156
- /home/stas/Dev/amiws/ conftest.c:23 : undefined reference to `CRYPTO_new_ex_data'
154
+ configure:4228: gcc -o conftest -coverage -O0 conftest.c -lyaml >&5
155
+ /tmp/stas/ccGMXY0q .o: In function `main':
156
+ conftest.c:(.text+0x1c) : undefined reference to `CRYPTO_new_ex_data'
157
157
collect2: error: ld returned 1 exit status
158
158
configure:4228: $? = 1
159
159
configure: failed program was:
@@ -183,7 +183,7 @@ configure: failed program was:
183
183
| ;
184
184
| return 0;
185
185
| }
186
- configure:4228: gcc -o conftest -g -O2 conftest.c -leay32 -lyaml >&5
186
+ configure:4228: gcc -o conftest -coverage -O0 conftest.c -leay32 -lyaml >&5
187
187
/usr/bin/ld: cannot find -leay32
188
188
collect2: error: ld returned 1 exit status
189
189
configure:4228: $? = 1
@@ -214,13 +214,13 @@ configure: failed program was:
214
214
| ;
215
215
| return 0;
216
216
| }
217
- configure:4228: gcc -o conftest -g -O2 conftest.c -lcrypto -lyaml >&5
217
+ configure:4228: gcc -o conftest -coverage -O0 conftest.c -lcrypto -lyaml >&5
218
218
configure:4228: $? = 0
219
219
configure:4245: result: -lcrypto
220
220
configure:4257: checking for library containing SSL_library_init
221
- configure:4288: gcc -o conftest -g -O2 conftest.c -lcrypto -lyaml >&5
222
- /tmp/stas/cccJrYjT .o: In function `main':
223
- /home/stas/Dev/amiws/ conftest.c:23 : undefined reference to `SSL_library_init'
221
+ configure:4288: gcc -o conftest -coverage -O0 conftest.c -lcrypto -lyaml >&5
222
+ /tmp/stas/ccAClFMJ .o: In function `main':
223
+ conftest.c:(.text+0x1c) : undefined reference to `SSL_library_init'
224
224
collect2: error: ld returned 1 exit status
225
225
configure:4288: $? = 1
226
226
configure: failed program was:
@@ -250,7 +250,7 @@ configure: failed program was:
250
250
| ;
251
251
| return 0;
252
252
| }
253
- configure:4288: gcc -o conftest -g -O2 conftest.c -lssleay32 -lcrypto -lyaml >&5
253
+ configure:4288: gcc -o conftest -coverage -O0 conftest.c -lssleay32 -lcrypto -lyaml >&5
254
254
/usr/bin/ld: cannot find -lssleay32
255
255
collect2: error: ld returned 1 exit status
256
256
configure:4288: $? = 1
@@ -281,7 +281,7 @@ configure: failed program was:
281
281
| ;
282
282
| return 0;
283
283
| }
284
- configure:4288: gcc -o conftest -g -O2 conftest.c -lssl -lcrypto -lyaml >&5
284
+ configure:4288: gcc -o conftest -coverage -O0 conftest.c -lssl -lcrypto -lyaml >&5
285
285
configure:4288: $? = 0
286
286
configure:4305: result: -lssl
287
287
configure:4330: checking how to run the C preprocessor
@@ -329,51 +329,51 @@ configure:4521: result: /bin/grep
329
329
configure:4526: checking for egrep
330
330
configure:4588: result: /bin/grep -E
331
331
configure:4593: checking for ANSI C header files
332
- configure:4613: gcc -c -g -O2 conftest.c >&5
332
+ configure:4613: gcc -c -coverage -O0 conftest.c >&5
333
333
configure:4613: $? = 0
334
- configure:4686: gcc -o conftest -g -O2 conftest.c -lssl -lcrypto -lyaml >&5
334
+ configure:4686: gcc -o conftest -coverage -O0 conftest.c -lssl -lcrypto -lyaml >&5
335
335
configure:4686: $? = 0
336
336
configure:4686: ./conftest
337
337
configure:4686: $? = 0
338
338
configure:4697: result: yes
339
339
configure:4710: checking for sys/types.h
340
- configure:4710: gcc -c -g -O2 conftest.c >&5
340
+ configure:4710: gcc -c -coverage -O0 conftest.c >&5
341
341
configure:4710: $? = 0
342
342
configure:4710: result: yes
343
343
configure:4710: checking for sys/stat.h
344
- configure:4710: gcc -c -g -O2 conftest.c >&5
344
+ configure:4710: gcc -c -coverage -O0 conftest.c >&5
345
345
configure:4710: $? = 0
346
346
configure:4710: result: yes
347
347
configure:4710: checking for stdlib.h
348
- configure:4710: gcc -c -g -O2 conftest.c >&5
348
+ configure:4710: gcc -c -coverage -O0 conftest.c >&5
349
349
configure:4710: $? = 0
350
350
configure:4710: result: yes
351
351
configure:4710: checking for string.h
352
- configure:4710: gcc -c -g -O2 conftest.c >&5
352
+ configure:4710: gcc -c -coverage -O0 conftest.c >&5
353
353
configure:4710: $? = 0
354
354
configure:4710: result: yes
355
355
configure:4710: checking for memory.h
356
- configure:4710: gcc -c -g -O2 conftest.c >&5
356
+ configure:4710: gcc -c -coverage -O0 conftest.c >&5
357
357
configure:4710: $? = 0
358
358
configure:4710: result: yes
359
359
configure:4710: checking for strings.h
360
- configure:4710: gcc -c -g -O2 conftest.c >&5
360
+ configure:4710: gcc -c -coverage -O0 conftest.c >&5
361
361
configure:4710: $? = 0
362
362
configure:4710: result: yes
363
363
configure:4710: checking for inttypes.h
364
- configure:4710: gcc -c -g -O2 conftest.c >&5
364
+ configure:4710: gcc -c -coverage -O0 conftest.c >&5
365
365
configure:4710: $? = 0
366
366
configure:4710: result: yes
367
367
configure:4710: checking for stdint.h
368
- configure:4710: gcc -c -g -O2 conftest.c >&5
368
+ configure:4710: gcc -c -coverage -O0 conftest.c >&5
369
369
configure:4710: $? = 0
370
370
configure:4710: result: yes
371
371
configure:4710: checking for unistd.h
372
- configure:4710: gcc -c -g -O2 conftest.c >&5
372
+ configure:4710: gcc -c -coverage -O0 conftest.c >&5
373
373
configure:4710: $? = 0
374
374
configure:4710: result: yes
375
375
configure:4722: checking syslog.h usability
376
- configure:4722: gcc -c -g -O2 conftest.c >&5
376
+ configure:4722: gcc -c -coverage -O0 conftest.c >&5
377
377
configure:4722: $? = 0
378
378
configure:4722: result: yes
379
379
configure:4722: checking syslog.h presence
@@ -386,7 +386,7 @@ configure:4783: checking for ar
386
386
configure:4799: found /usr/bin/ar
387
387
configure:4810: result: ar
388
388
configure:4836: checking the archiver (ar) interface
389
- configure:4852: gcc -c -g -O2 conftest.c >&5
389
+ configure:4852: gcc -c -coverage -O0 conftest.c >&5
390
390
configure:4852: $? = 0
391
391
configure:4854: ar cru libconftest.a conftest.o >&5
392
392
ar: `u' modifier ignored since `D' is the default (see `U')
@@ -430,8 +430,8 @@ config.status:1092: executing depfiles commands
430
430
ac_cv_c_compiler_gnu=yes
431
431
ac_cv_env_CC_set=
432
432
ac_cv_env_CC_value=
433
- ac_cv_env_CFLAGS_set=
434
- ac_cv_env_CFLAGS_value=
433
+ ac_cv_env_CFLAGS_set=set
434
+ ac_cv_env_CFLAGS_value='-coverage -O0'
435
435
ac_cv_env_CPPFLAGS_set=
436
436
ac_cv_env_CPPFLAGS_value=
437
437
ac_cv_env_CPP_set=
@@ -501,7 +501,7 @@ AUTOMAKE='${SHELL} /home/stas/Dev/amiws/missing automake-1.15'
501
501
AWK='gawk'
502
502
CC='gcc'
503
503
CCDEPMODE='depmode=gcc3'
504
- CFLAGS='-g -O2 '
504
+ CFLAGS='-coverage -O0 '
505
505
CPP='gcc -E'
506
506
CPPFLAGS=''
507
507
CYGPATH_W='echo'
0 commit comments