-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.log
962 lines (940 loc) · 39.8 KB
/
config.log
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
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by CUnit configure 2.1-3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --srcdir=/Users/aks/code/os/cunit/cunit --prefix=/Users/aks/CUnitHome --enable-debug --enable-memtrace --enable-automated --enable-basic --enable-console --enable-examples --enable-test
## --------- ##
## Platform. ##
## --------- ##
hostname = aks-osx.local
uname -m = x86_64
uname -r = 13.1.0
uname -s = Darwin
uname -v = Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 13.1.0: Thu Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 251 tasks, 1408 threads, 4 processors
Load average: 2.57, Mach factor: 1.76
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /Users/aks/bin/mongodb/current/
PATH: /usr/local/ec2/current/bin
PATH: /Users/aks/code/go//bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2290: checking for a BSD-compatible install
configure:2358: result: /usr/bin/install -c
configure:2369: checking whether build environment is sane
configure:2424: result: yes
configure:2575: checking for a thread-safe mkdir -p
configure:2614: result: ./install-sh -c -d
configure:2621: checking for gawk
configure:2651: result: no
configure:2621: checking for mawk
configure:2651: result: no
configure:2621: checking for nawk
configure:2651: result: no
configure:2621: checking for awk
configure:2637: found /usr/bin/awk
configure:2648: result: awk
configure:2659: checking whether make sets $(MAKE)
configure:2681: result: yes
configure:2710: checking whether make supports nested variables
configure:2727: result: yes
configure:3106: checking for gcc
configure:3122: found /usr/bin/gcc
configure:3133: result: gcc
configure:3362: checking for C compiler version
configure:3371: gcc --version >&5
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.1.0
Thread model: posix
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
configure:3382: $? = 0
configure:3371: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target: x86_64-apple-darwin13.1.0
Thread model: posix
configure:3382: $? = 0
configure:3371: gcc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3382: $? = 1
configure:3371: gcc -qversion >&5
clang: error: unknown argument: '-qversion' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
clang: error: no input files
configure:3382: $? = 1
configure:3402: checking whether the C compiler works
configure:3424: gcc -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c >&5
configure:3428: $? = 0
configure:3476: result: yes
configure:3479: checking for C compiler default output file name
configure:3481: result: a.out
configure:3487: checking for suffix of executables
configure:3494: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c >&5
configure:3498: $? = 0
configure:3520: result:
configure:3542: checking whether we are cross compiling
configure:3550: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c >&5
configure:3554: $? = 0
configure:3561: ./conftest
configure:3565: $? = 0
configure:3580: result: no
configure:3585: checking for suffix of object files
configure:3607: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:3611: $? = 0
configure:3632: result: o
configure:3636: checking whether we are using the GNU C compiler
configure:3655: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:3655: $? = 0
configure:3664: result: yes
configure:3673: checking whether gcc accepts -g
configure:3693: gcc -c -g conftest.c >&5
configure:3693: $? = 0
configure:3734: result: yes
configure:3751: checking for gcc option to accept ISO C89
configure:3814: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:3814: $? = 0
configure:3827: result: none needed
configure:3852: checking whether gcc understands -c and -o together
configure:3874: gcc -c conftest.c -o conftest2.o
configure:3877: $? = 0
configure:3874: gcc -c conftest.c -o conftest2.o
configure:3877: $? = 0
configure:3889: result: yes
configure:3917: checking for style of include used by make
configure:3945: result: GNU
configure:3971: checking dependency style of gcc
configure:4082: result: gcc3
configure:4098: checking whether make sets $(MAKE)
configure:4120: result: yes
configure:4158: checking build system type
configure:4172: result: x86_64-apple-darwin13.1.0
configure:4192: checking host system type
configure:4205: result: x86_64-apple-darwin13.1.0
configure:4246: checking how to print strings
configure:4273: result: printf
configure:4294: checking for a sed that does not truncate output
configure:4358: result: /usr/bin/sed
configure:4376: checking for grep that handles long lines and -e
configure:4434: result: /usr/bin/grep
configure:4439: checking for egrep
configure:4501: result: /usr/bin/grep -E
configure:4506: checking for fgrep
configure:4568: result: /usr/bin/grep -F
configure:4603: checking for ld used by gcc
configure:4670: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:4677: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:4692: result: no
configure:4704: checking for BSD- or MS-compatible name lister (nm)
configure:4753: result: /usr/bin/nm
configure:4883: checking the name lister (/usr/bin/nm) interface
configure:4890: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:4893: /usr/bin/nm "conftest.o"
configure:4896: output
0000000000000218 S _some_variable
configure:4903: result: BSD nm
configure:4906: checking whether ln -s works
configure:4910: result: yes
configure:4918: checking the maximum length of command line arguments
configure:5049: result: 196608
configure:5097: checking how to convert x86_64-apple-darwin13.1.0 file names to x86_64-apple-darwin13.1.0 format
configure:5137: result: func_convert_file_noop
configure:5144: checking how to convert x86_64-apple-darwin13.1.0 file names to toolchain format
configure:5164: result: func_convert_file_noop
configure:5171: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:5178: result: -r
configure:5252: checking for objdump
configure:5282: result: no
configure:5311: checking how to recognize dependent libraries
configure:5508: result: pass_all
configure:5593: checking for dlltool
configure:5623: result: no
configure:5653: checking how to associate runtime and link libraries
configure:5680: result: printf %s\n
configure:5741: checking for ar
configure:5757: found /usr/bin/ar
configure:5768: result: ar
configure:5805: checking for archiver @FILE support
configure:5822: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:5822: $? = 0
configure:5825: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:5828: $? = 1
configure:5848: result: no
configure:5906: checking for strip
configure:5922: found /usr/bin/strip
configure:5933: result: strip
configure:6005: checking for ranlib
configure:6021: found /usr/bin/ranlib
configure:6032: result: ranlib
configure:6134: checking command to parse /usr/bin/nm output from gcc object
configure:6287: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:6290: $? = 0
configure:6294: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6297: $? = 0
cannot find nm_test_var in conftest.nm
configure:6287: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:6290: $? = 0
configure:6294: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6297: $? = 0
configure:6363: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c conftstm.o >&5
configure:6366: $? = 0
configure:6404: result: ok
configure:6451: checking for sysroot
configure:6481: result: no
configure:6794: checking for mt
configure:6824: result: no
configure:6844: checking if : is a manifest tool
configure:6850: : '-?'
configure:6858: result: no
configure:6914: checking for dsymutil
configure:6930: found /usr/bin/dsymutil
configure:6941: result: dsymutil
configure:7006: checking for nmedit
configure:7022: found /usr/bin/nmedit
configure:7033: result: nmedit
configure:7098: checking for lipo
configure:7114: found /usr/bin/lipo
configure:7125: result: lipo
configure:7190: checking for otool
configure:7206: found /usr/bin/otool
configure:7217: result: otool
configure:7282: checking for otool64
configure:7312: result: no
configure:7357: checking for -single_module linker flag
gcc -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:7390: result: yes
configure:7393: checking for -exported_symbols_list linker flag
configure:7413: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7413: $? = 0
configure:7423: result: yes
configure:7426: checking for -force_load linker flag
gcc -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
gcc -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:7458: result: yes
configure:7500: checking how to run the C preprocessor
configure:7531: gcc -E conftest.c
configure:7531: $? = 0
configure:7545: gcc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7545: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CUnit"
| #define PACKAGE_TARNAME "cunit"
| #define PACKAGE_VERSION "2.1-3"
| #define PACKAGE_STRING "CUnit 2.1-3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "CUnit"
| #define VERSION "2.1-3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7570: result: gcc -E
configure:7590: gcc -E conftest.c
configure:7590: $? = 0
configure:7604: gcc -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:7604: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CUnit"
| #define PACKAGE_TARNAME "cunit"
| #define PACKAGE_VERSION "2.1-3"
| #define PACKAGE_STRING "CUnit 2.1-3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "CUnit"
| #define VERSION "2.1-3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7633: checking for ANSI C header files
configure:7653: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:7653: $? = 0
configure:7726: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c >&5
configure:7726: $? = 0
configure:7726: ./conftest
configure:7726: $? = 0
configure:7737: result: yes
configure:7750: checking for sys/types.h
configure:7750: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:7750: $? = 0
configure:7750: result: yes
configure:7750: checking for sys/stat.h
configure:7750: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:7750: $? = 0
configure:7750: result: yes
configure:7750: checking for stdlib.h
configure:7750: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:7750: $? = 0
configure:7750: result: yes
configure:7750: checking for string.h
configure:7750: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:7750: $? = 0
configure:7750: result: yes
configure:7750: checking for memory.h
configure:7750: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:7750: $? = 0
configure:7750: result: yes
configure:7750: checking for strings.h
configure:7750: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:7750: $? = 0
configure:7750: result: yes
configure:7750: checking for inttypes.h
configure:7750: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:7750: $? = 0
configure:7750: result: yes
configure:7750: checking for stdint.h
configure:7750: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:7750: $? = 0
configure:7750: result: yes
configure:7750: checking for unistd.h
configure:7750: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:7750: $? = 0
configure:7750: result: yes
configure:7764: checking for dlfcn.h
configure:7764: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:7764: $? = 0
configure:7764: result: yes
configure:7968: checking for objdir
configure:7983: result: .libs
configure:8250: checking if gcc supports -fno-rtti -fno-exceptions
configure:8268: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -fno-rtti -fno-exceptions conftest.c >&5
configure:8272: $? = 0
configure:8285: result: yes
configure:8633: checking for gcc option to produce PIC
configure:8640: result: -fno-common -DPIC
configure:8648: checking if gcc PIC flag -fno-common -DPIC works
configure:8666: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -fno-common -DPIC -DPIC conftest.c >&5
configure:8670: $? = 0
configure:8683: result: yes
configure:8712: checking if gcc static flag -static works
configure:8740: result: no
configure:8755: checking if gcc supports -c -o file.o
configure:8776: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -o out/conftest2.o conftest.c >&5
configure:8780: $? = 0
configure:8802: result: yes
configure:8810: checking if gcc supports -c -o file.o
configure:8857: result: yes
configure:8890: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:10038: result: yes
configure:10278: checking dynamic linker characteristics
configure:11016: result: darwin13.1.0 dyld
configure:11123: checking how to hardcode library paths into programs
configure:11148: result: immediate
configure:11696: checking whether stripping libraries is possible
configure:11710: result: yes
configure:11736: checking if libtool supports shared libraries
configure:11738: result: yes
configure:11741: checking whether to build shared libraries
configure:11762: result: yes
configure:11765: checking whether to build static libraries
configure:11769: result: yes
configure:11807: checking for main in -lc
configure:11826: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c -lc >&5
configure:11826: $? = 0
configure:11835: result: yes
configure:11952: checking for malloc
configure:11952: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c -lc >&5
conftest.c:47:6: warning: incompatible redeclaration of library function 'malloc' [-Wincompatible-library-redeclaration]
char malloc ();
^
conftest.c:47:6: note: 'malloc' is a builtin with type 'void *(unsigned long)'
1 warning generated.
configure:11952: $? = 0
configure:11952: result: yes
configure:11959: checking for free
configure:11959: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c -lc >&5
configure:11959: $? = 0
configure:11959: result: yes
configure:11966: checking for calloc
configure:11966: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c -lc >&5
conftest.c:47:6: warning: incompatible redeclaration of library function 'calloc' [-Wincompatible-library-redeclaration]
char calloc ();
^
conftest.c:47:6: note: 'calloc' is a builtin with type 'void *(unsigned long, unsigned long)'
1 warning generated.
configure:11966: $? = 0
configure:11966: result: yes
configure:11973: checking for realloc
configure:11973: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c -lc >&5
conftest.c:47:6: warning: incompatible redeclaration of library function 'realloc' [-Wincompatible-library-redeclaration]
char realloc ();
^
conftest.c:47:6: note: 'realloc' is a builtin with type 'void *(void *, unsigned long)'
1 warning generated.
configure:11973: $? = 0
configure:11973: result: yes
configure:11981: checking for strcpy
configure:11981: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c -lc >&5
conftest.c:47:6: warning: incompatible redeclaration of library function 'strcpy' [-Wincompatible-library-redeclaration]
char strcpy ();
^
conftest.c:47:6: note: 'strcpy' is a builtin with type 'char *(char *, const char *)'
1 warning generated.
configure:11981: $? = 0
configure:11981: result: yes
configure:11988: checking for strerror
configure:11988: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c -lc >&5
conftest.c:47:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:47:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:11988: $? = 0
configure:11988: result: yes
configure:11996: checking for fopen
configure:11996: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c -lc >&5
configure:11996: $? = 0
configure:11996: result: yes
configure:12003: checking for fclose
configure:12003: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c -lc >&5
configure:12003: $? = 0
configure:12003: result: yes
configure:12010: checking for fprintf
configure:12010: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c -lc >&5
conftest.c:47:6: warning: declaration of built-in function 'fprintf' requires inclusion of the header <stdio.h> [-Wbuiltin-requires-header]
char fprintf ();
^
1 warning generated.
configure:12010: $? = 0
configure:12010: result: yes
configure:12017: checking for snprintf
configure:12017: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c -lc >&5
conftest.c:47:6: warning: incompatible redeclaration of library function 'snprintf' [-Wincompatible-library-redeclaration]
char snprintf ();
^
conftest.c:47:6: note: 'snprintf' is a builtin with type 'int (char *, unsigned long, const char *, ...)'
1 warning generated.
configure:12017: $? = 0
configure:12017: result: yes
configure:12024: checking for setvbuf
configure:12024: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c -lc >&5
configure:12024: $? = 0
configure:12024: result: yes
configure:12032: checking for time
configure:12032: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c -lc >&5
configure:12032: $? = 0
configure:12032: result: yes
configure:12039: checking for ctime
configure:12039: gcc -o conftest -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g conftest.c -lc >&5
configure:12039: $? = 0
configure:12039: result: yes
configure:12047: checking for ANSI C header files
configure:12151: result: yes
configure:12161: checking assert.h usability
configure:12161: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:12161: $? = 0
configure:12161: result: yes
configure:12161: checking assert.h presence
configure:12161: gcc -E conftest.c
configure:12161: $? = 0
configure:12161: result: yes
configure:12161: checking for assert.h
configure:12161: result: yes
configure:12173: checking ctype.h usability
configure:12173: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:12173: $? = 0
configure:12173: result: yes
configure:12173: checking ctype.h presence
configure:12173: gcc -E conftest.c
configure:12173: $? = 0
configure:12173: result: yes
configure:12173: checking for ctype.h
configure:12173: result: yes
configure:12185: checking math.h usability
configure:12185: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:12185: $? = 0
configure:12185: result: yes
configure:12185: checking math.h presence
configure:12185: gcc -E conftest.c
configure:12185: $? = 0
configure:12185: result: yes
configure:12185: checking for math.h
configure:12185: result: yes
configure:12197: checking file.h usability
configure:12197: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
conftest.c:61:10: fatal error: 'file.h' file not found
#include <file.h>
^
1 error generated.
configure:12197: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CUnit"
| #define PACKAGE_TARNAME "cunit"
| #define PACKAGE_VERSION "2.1-3"
| #define PACKAGE_STRING "CUnit 2.1-3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "CUnit"
| #define VERSION "2.1-3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_MATH_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <file.h>
configure:12197: result: no
configure:12197: checking file.h presence
configure:12197: gcc -E conftest.c
conftest.c:28:10: fatal error: 'file.h' file not found
#include <file.h>
^
1 error generated.
configure:12197: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "CUnit"
| #define PACKAGE_TARNAME "cunit"
| #define PACKAGE_VERSION "2.1-3"
| #define PACKAGE_STRING "CUnit 2.1-3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "CUnit"
| #define VERSION "2.1-3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBC 1
| #define STDC_HEADERS 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_MATH_H 1
| /* end confdefs.h. */
| #include <file.h>
configure:12197: result: no
configure:12197: checking for file.h
configure:12197: result: no
configure:12209: checking stdio.h usability
configure:12209: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:12209: $? = 0
configure:12209: result: yes
configure:12209: checking stdio.h presence
configure:12209: gcc -E conftest.c
configure:12209: $? = 0
configure:12209: result: yes
configure:12209: checking for stdio.h
configure:12209: result: yes
configure:12221: checking for stdlib.h
configure:12221: result: yes
configure:12233: checking for string.h
configure:12233: result: yes
configure:12247: checking for an ANSI C-conforming const
configure:12313: gcc -c -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE conftest.c >&5
configure:12313: $? = 0
configure:12320: result: yes
configure:12464: checking that generated files are newer than configure
configure:12470: result: done
configure:12517: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by CUnit config.status 2.1-3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on aks-osx.local
config.status:1137: creating Jamrules
config.status:1137: creating Makefile
config.status:1137: creating CUnit.spec
config.status:1137: creating cunit.pc
config.status:1137: creating CUnit/Makefile
config.status:1137: creating CUnit/Headers/Makefile
config.status:1137: creating CUnit/Headers/CUnit.h
config.status:1137: creating CUnit/Sources/Makefile
config.status:1137: creating CUnit/Sources/Framework/Makefile
config.status:1137: creating CUnit/Sources/Automated/Makefile
config.status:1137: creating CUnit/Sources/Basic/Makefile
config.status:1137: creating CUnit/Sources/Console/Makefile
config.status:1137: creating CUnit/Sources/Curses/Makefile
config.status:1137: creating CUnit/Sources/Test/Makefile
config.status:1137: creating doc/Makefile
config.status:1137: creating doc/headers/Makefile
config.status:1137: creating Examples/Makefile
config.status:1137: creating Examples/AutomatedTest/Makefile
config.status:1137: creating Examples/BasicTest/Makefile
config.status:1137: creating Examples/ConsoleTest/Makefile
config.status:1137: creating Examples/CursesTest/Makefile
config.status:1137: creating Man/Makefile
config.status:1137: creating Man/man3/Makefile
config.status:1137: creating Share/Makefile
config.status:1137: creating config.h
config.status:1318: config.h is unchanged
config.status:1366: executing depfiles commands
config.status:1366: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin13.1.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_calloc=yes
ac_cv_func_ctime=yes
ac_cv_func_fclose=yes
ac_cv_func_fopen=yes
ac_cv_func_fprintf=yes
ac_cv_func_free=yes
ac_cv_func_malloc=yes
ac_cv_func_realloc=yes
ac_cv_func_setvbuf=yes
ac_cv_func_snprintf=yes
ac_cv_func_strcpy=yes
ac_cv_func_strerror=yes
ac_cv_func_time=yes
ac_cv_header_assert_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_file_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin13.1.0
ac_cv_lib_c_main=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /Users/aks/code/os/cunit/cunit/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /Users/aks/code/os/cunit/cunit/missing autoconf'
AUTOHEADER='${SHELL} /Users/aks/code/os/cunit/cunit/missing autoheader'
AUTOMAKE='${SHELL} /Users/aks/code/os/cunit/cunit/missing automake-1.14'
AWK='awk'
BUILD_AUTOMATED='TRUE'
BUILD_BASIC='TRUE'
BUILD_CONSOLE='TRUE'
BUILD_CURSES='FALSE'
BUILD_EXAMPLES='TRUE'
BUILD_TEST='TRUE'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/Users/aks/code/os/cunit/cunit/CUnit/Headers -std=c99 -D_DEBUG -g3 -Wall -DMEMTRACE'
CPP='gcc -E'
CPPFLAGS=''
CURSES_LIB=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_AUTOMATED_FALSE='#'
ENABLE_AUTOMATED_TRUE=''
ENABLE_BASIC_FALSE='#'
ENABLE_BASIC_TRUE=''
ENABLE_CONSOLE_FALSE='#'
ENABLE_CONSOLE_TRUE=''
ENABLE_CURSES_FALSE=''
ENABLE_CURSES_TRUE='#'
ENABLE_DEBUG='TRUE'
ENABLE_DEPRECATED='FALSE'
ENABLE_EXAMPLES_FALSE='#'
ENABLE_EXAMPLES_TRUE=''
ENABLE_MEMTRACE='TRUE'
ENABLE_TEST_FALSE='#'
ENABLE_TEST_TRUE=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
LDFLAGS=' -L/Users/aks/code/os/cunit/cunit/CUnit/Sources -g'
LIBOBJS=''
LIBS='-lc '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_AGE='0'
LIBTOOL_CURRENT='1'
LIBTOOL_REVISION='1'
LIBTOOL_SUFFIX1='1'
LIBTOOL_SUFFIX='1.0.1'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /Users/aks/code/os/cunit/cunit/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='CUnit'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='CUnit'
PACKAGE_STRING='CUnit 2.1-3'
PACKAGE_TARNAME='cunit'
PACKAGE_URL=''
PACKAGE_VERSION='2.1-3'
PATH_SEPARATOR=':'
RANLIB='ranlib'
RELEASE='3'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='2.1'
VERSION_MAJOR='2'
VERSION_MINOR='1'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin13.1.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin13.1.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin13.1.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin13.1.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/aks/code/os/cunit/cunit/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/Users/aks/CUnitHome'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "CUnit"
#define PACKAGE_TARNAME "cunit"
#define PACKAGE_VERSION "2.1-3"
#define PACKAGE_STRING "CUnit 2.1-3"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "CUnit"
#define VERSION "2.1-3"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LIBC 1
#define STDC_HEADERS 1
#define HAVE_ASSERT_H 1
#define HAVE_CTYPE_H 1
#define HAVE_MATH_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
configure: exit 0