summaryrefslogtreecommitdiffstats
path: root/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/config.log
blob: ce696c8b4889ba68daa79bd3715de09d1e03abf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
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
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by expat configure 1.95.7, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ /bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/configure --disable-option-checking --disable-option-checking --enable-module=so --enable-so --with-mpm=worker --cache-file=/dev/null --srcdir=/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util --with-apr=../apr --prefix=/bottlenecks/rubbos/app/apache2 --exec-prefix=/bottlenecks/rubbos/app/apache2 --libdir=${prefix}/lib --includedir=/bottlenecks/rubbos/app/apache2/include --bindir=${prefix}/bin --cache-file=/dev/null --srcdir=/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat --prefix=/bottlenecks/rubbos/app/apache2 --exec-prefix=/bottlenecks/rubbos/app/apache2 --libdir=/bottlenecks/rubbos/app/apache2/lib --includedir=/bottlenecks/rubbos/app/apache2/include --bindir=/bottlenecks/rubbos/app/apache2/bin

## --------- ##
## Platform. ##
## --------- ##

hostname = ubuntu
uname -m = x86_64
uname -r = 3.16.0-30-generic
uname -s = Linux
uname -v = #40~14.04.1-Ubuntu SMP Thu Jan 15 17:43:14 UTC 2015

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /bottlenecks/rubbos/app/jdk1.6.0_27/bin
PATH: /bin/unix
PATH: /bottlenecks/rubbos/app/apache-ant-1.6.5/bin
PATH: /bottlenecks/rubbos/app/apache-tomcat-5.5.17/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2061: checking build system type
configure:2079: result: x86_64-unknown-linux-gnu
configure:2101: checking host system type
configure:2116: result: x86_64-unknown-linux-gnu
configure:2138: checking target system type
configure:2153: result: x86_64-unknown-linux-gnu
configure:2311: checking for gcc
configure:2327: found /usr/bin/gcc
configure:2338: result: gcc
configure:2570: checking for C compiler version
configure:2578: gcc --version >&5
gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2582: $? = 0
configure:2589: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) 
configure:2593: $? = 0
configure:2600: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2604: $? = 4
configure:2627: checking for C compiler default output file name
configure:2649: gcc    conftest.c  >&5
configure:2653: $? = 0
configure:2691: result: a.out
configure:2710: checking whether the C compiler works
configure:2720: ./a.out
configure:2724: $? = 0
configure:2743: result: yes
configure:2750: checking whether we are cross compiling
configure:2752: result: no
configure:2755: checking for suffix of executables
configure:2762: gcc -o conftest    conftest.c  >&5
configure:2766: $? = 0
configure:2792: result: 
configure:2798: checking for suffix of object files
configure:2824: gcc -c   conftest.c >&5
configure:2828: $? = 0
configure:2853: result: o
configure:2857: checking whether we are using the GNU C compiler
configure:2886: gcc -c   conftest.c >&5
configure:2893: $? = 0
configure:2910: result: yes
configure:2919: checking whether gcc accepts -g
configure:2949: gcc -c -g  conftest.c >&5
configure:2956: $? = 0
configure:3057: result: yes
configure:3074: checking for gcc option to accept ISO C89
configure:3148: gcc  -c -g -O2  conftest.c >&5
configure:3155: $? = 0
configure:3178: result: none needed
configure:3196: checking for a sed that does not truncate output
configure:3252: result: /bin/sed
configure:3255: checking for grep that handles long lines and -e
configure:3315: result: /bin/grep
configure:3320: checking for egrep
configure:3384: result: /bin/grep -E
configure:3400: checking for ld used by gcc
configure:3467: result: /usr/bin/ld
configure:3476: checking if the linker (/usr/bin/ld) is GNU ld
configure:3491: result: yes
configure:3496: checking for /usr/bin/ld option to reload object files
configure:3503: result: -r
configure:3521: checking for BSD-compatible nm
configure:3570: result: /usr/bin/nm -B
configure:3574: checking whether ln -s works
configure:3578: result: yes
configure:3585: checking how to recognize dependent libraries
configure:3771: result: pass_all
configure:3860: gcc -c -g -O2  conftest.c >&5
configure:3863: $? = 0
configure:4299: checking how to run the C preprocessor
configure:4339: gcc -E  conftest.c
configure:4346: $? = 0
configure:4377: gcc -E  conftest.c
conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4384: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "expat"
| #define PACKAGE_TARNAME "expat"
| #define PACKAGE_VERSION "1.95.7"
| #define PACKAGE_STRING "expat 1.95.7"
| #define PACKAGE_BUGREPORT "expat-bugs@mail.libexpat.org"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4417: result: gcc -E
configure:4446: gcc -E  conftest.c
configure:4453: $? = 0
configure:4484: gcc -E  conftest.c
conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:4491: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "expat"
| #define PACKAGE_TARNAME "expat"
| #define PACKAGE_VERSION "1.95.7"
| #define PACKAGE_STRING "expat 1.95.7"
| #define PACKAGE_BUGREPORT "expat-bugs@mail.libexpat.org"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4531: checking for ANSI C header files
configure:4561: gcc -c -g -O2  conftest.c >&5
configure:4568: $? = 0
configure:4667: gcc -o conftest -g -O2   conftest.c  >&5
configure:4671: $? = 0
configure:4677: ./conftest
configure:4681: $? = 0
configure:4699: result: yes
configure:4723: checking for sys/types.h
configure:4744: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4768: result: yes
configure:4723: checking for sys/stat.h
configure:4744: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4768: result: yes
configure:4723: checking for stdlib.h
configure:4744: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4768: result: yes
configure:4723: checking for string.h
configure:4744: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4768: result: yes
configure:4723: checking for memory.h
configure:4744: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4768: result: yes
configure:4723: checking for strings.h
configure:4744: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4768: result: yes
configure:4723: checking for inttypes.h
configure:4744: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4768: result: yes
configure:4723: checking for stdint.h
configure:4744: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4768: result: yes
configure:4723: checking for unistd.h
configure:4744: gcc -c -g -O2  conftest.c >&5
configure:4751: $? = 0
configure:4768: result: yes
configure:4798: checking dlfcn.h usability
configure:4815: gcc -c -g -O2  conftest.c >&5
configure:4822: $? = 0
configure:4836: result: yes
configure:4840: checking dlfcn.h presence
configure:4855: gcc -E  conftest.c
configure:4862: $? = 0
configure:4876: result: yes
configure:4909: checking for dlfcn.h
configure:4918: result: yes
configure:4991: checking for g++
configure:5007: found /usr/bin/g++
configure:5018: result: g++
configure:5045: checking for C++ compiler version
configure:5053: g++ --version >&5
g++ (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5057: $? = 0
configure:5064: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) 
configure:5068: $? = 0
configure:5075: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5079: $? = 4
configure:5082: checking whether we are using the GNU C++ compiler
configure:5111: g++ -c   conftest.cpp >&5
configure:5118: $? = 0
configure:5135: result: yes
configure:5144: checking whether g++ accepts -g
configure:5174: g++ -c -g  conftest.cpp >&5
configure:5181: $? = 0
configure:5282: result: yes
configure:5315: checking how to run the C++ preprocessor
configure:5351: g++ -E  conftest.cpp
configure:5358: $? = 0
configure:5389: g++ -E  conftest.cpp
conftest.cpp:19:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5396: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "expat"
| #define PACKAGE_TARNAME "expat"
| #define PACKAGE_VERSION "1.95.7"
| #define PACKAGE_STRING "expat 1.95.7"
| #define PACKAGE_BUGREPORT "expat-bugs@mail.libexpat.org"
| #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
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5429: result: g++ -E
configure:5458: g++ -E  conftest.cpp
configure:5465: $? = 0
configure:5496: g++ -E  conftest.cpp
conftest.cpp:19:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:5503: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "expat"
| #define PACKAGE_TARNAME "expat"
| #define PACKAGE_VERSION "1.95.7"
| #define PACKAGE_STRING "expat 1.95.7"
| #define PACKAGE_BUGREPORT "expat-bugs@mail.libexpat.org"
| #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
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5598: checking for g77
configure:5628: result: no
configure:5598: checking for xlf
configure:5628: result: no
configure:5598: checking for f77
configure:5628: result: no
configure:5598: checking for frt
configure:5628: result: no
configure:5598: checking for pgf77
configure:5628: result: no
configure:5598: checking for cf77
configure:5628: result: no
configure:5598: checking for fort77
configure:5628: result: no
configure:5598: checking for fl32
configure:5628: result: no
configure:5598: checking for af77
configure:5628: result: no
configure:5598: checking for xlf90
configure:5628: result: no
configure:5598: checking for f90
configure:5628: result: no
configure:5598: checking for pgf90
configure:5628: result: no
configure:5598: checking for pghpf
configure:5628: result: no
configure:5598: checking for epcf90
configure:5628: result: no
configure:5598: checking for gfortran
configure:5628: result: no
configure:5598: checking for g95
configure:5628: result: no
configure:5598: checking for xlf95
configure:5628: result: no
configure:5598: checking for f95
configure:5628: result: no
configure:5598: checking for fort
configure:5628: result: no
configure:5598: checking for ifort
configure:5628: result: no
configure:5598: checking for ifc
configure:5628: result: no
configure:5598: checking for efc
configure:5628: result: no
configure:5598: checking for pgf95
configure:5628: result: no
configure:5598: checking for lf95
configure:5628: result: no
configure:5598: checking for ftn
configure:5628: result: no
configure:5651: checking for Fortran 77 compiler version
configure:5659:  --version >&5
/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/configure: line 5661: --version: command not found
configure:5663: $? = 127
configure:5670:  -v >&5
/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/configure: line 5672: -v: command not found
configure:5674: $? = 127
configure:5681:  -V >&5
/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/configure: line 5683: -V: command not found
configure:5685: $? = 127
configure:5693: checking whether we are using the GNU Fortran 77 compiler
configure:5712:  -c  conftest.F >&5
/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/configure: line 5714: -c: command not found
configure:5719: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:5736: result: no
configure:5742: checking whether  accepts -g
configure:5759:  -c -g conftest.f >&5
/bottlenecks/rubbos/app/httpd-2.0.64/srclib/apr-util/xml/expat/configure: line 5761: -c: command not found
configure:5766: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:5782: result: no
configure:5815: checking the maximum length of command line arguments
configure:5927: result: 1572864
configure:5939: checking command to parse /usr/bin/nm -B output from gcc object
configure:6044: gcc -c -g -O2  conftest.c >&5
configure:6047: $? = 0
configure:6051: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6054: $? = 0
configure:6106: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6109: $? = 0
configure:6147: result: ok
configure:6151: checking for objdir
configure:6166: result: .libs
configure:6258: checking for ar
configure:6274: found /usr/bin/ar
configure:6285: result: ar
configure:6350: checking for ranlib
configure:6366: found /usr/bin/ranlib
configure:6377: result: ranlib
configure:6442: checking for strip
configure:6458: found /usr/bin/strip
configure:6469: result: strip
configure:7063: checking if gcc supports -fno-rtti -fno-exceptions
configure:7081: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:7085: $? = 0
configure:7098: result: no
configure:7113: checking for gcc option to produce PIC
configure:7345: result: -fPIC
configure:7353: checking if gcc PIC flag -fPIC works
configure:7371: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:7375: $? = 0
configure:7388: result: yes
configure:7416: checking if gcc static flag -static works
configure:7444: result: yes
configure:7454: checking if gcc supports -c -o file.o
configure:7475: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:7479: $? = 0
configure:7501: result: yes
configure:7527: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:8515: result: yes
configure:8536: checking whether -lc should be explicitly linked in
configure:8541: gcc -c -g -O2  conftest.c >&5
configure:8544: $? = 0
configure:8559: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:8562: $? = 0
configure:8574: result: no
configure:8582: checking dynamic linker characteristics
configure:9186: result: GNU/Linux ld.so
configure:9210: checking how to hardcode library paths into programs
configure:9235: result: immediate
configure:9249: checking whether stripping libraries is possible
configure:9254: result: yes
configure:10084: checking if libtool supports shared libraries
configure:10086: result: yes
configure:10089: checking whether to build shared libraries
configure:10110: result: yes
configure:10113: checking whether to build static libraries
configure:10117: result: yes
configure:10211: creating libtool
configure:10804: checking for ld used by g++
configure:10871: result: /usr/bin/ld -m elf_x86_64
configure:10880: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:10895: result: yes
configure:10946: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11900: result: yes
configure:11921: g++ -c -g -O2  conftest.cpp >&5
configure:11924: $? = 0
configure:12080: checking for g++ option to produce PIC
configure:12364: result: -fPIC
configure:12372: checking if g++ PIC flag -fPIC works
configure:12390: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:12394: $? = 0
configure:12407: result: yes
configure:12435: checking if g++ static flag -static works
configure:12463: result: yes
configure:12473: checking if g++ supports -c -o file.o
configure:12494: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:12498: $? = 0
configure:12520: result: yes
configure:12546: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:12572: result: yes
configure:12639: checking dynamic linker characteristics
configure:13191: result: GNU/Linux ld.so
configure:13215: checking how to hardcode library paths into programs
configure:13240: result: immediate
configure:19540: checking for gcc
configure:19567: result: gcc
configure:19799: checking for C compiler version
configure:19807: gcc --version >&5
gcc (Ubuntu 4.8.4-2ubuntu1~14.04) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:19811: $? = 0
configure:19818: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) 
configure:19822: $? = 0
configure:19829: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:19833: $? = 4
configure:19836: checking whether we are using the GNU C compiler
configure:19889: result: yes
configure:19898: checking whether gcc accepts -g
configure:20036: result: yes
configure:20053: checking for gcc option to accept ISO C89
configure:20157: result: none needed
configure:20189: checking for a BSD-compatible install
configure:20257: result: /usr/bin/install -c
configure:20269: checking for ANSI C header files
configure:20437: result: yes
configure:20450: checking whether byte ordering is bigendian
configure:20475: gcc -c -g -O2  conftest.c >&5
conftest.c:21:9: error: unknown type name 'not'
         not a universal capable compiler
         ^
conftest.c:21:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
         not a universal capable compiler
               ^
conftest.c:21:15: error: unknown type name 'universal'
configure:20482: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "expat"
| #define PACKAGE_TARNAME "expat"
| #define PACKAGE_VERSION "1.95.7"
| #define PACKAGE_STRING "expat 1.95.7"
| #define PACKAGE_BUGREPORT "expat-bugs@mail.libexpat.org"
| #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 STDC_HEADERS 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:20532: gcc -c -g -O2  conftest.c >&5
configure:20539: $? = 0
configure:20571: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:27:4: error: unknown type name 'not'
    not big endian
    ^
conftest.c:27:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
    not big endian
            ^
configure:20578: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "expat"
| #define PACKAGE_TARNAME "expat"
| #define PACKAGE_VERSION "1.95.7"
| #define PACKAGE_STRING "expat 1.95.7"
| #define PACKAGE_BUGREPORT "expat-bugs@mail.libexpat.org"
| #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 STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:20830: result: no
configure:20862: checking for an ANSI C-conforming const
configure:20937: gcc -c -g -O2  conftest.c >&5
configure:20944: $? = 0
configure:20959: result: yes
configure:20969: checking for size_t
configure:20997: gcc -c -g -O2  conftest.c >&5
configure:21004: $? = 0
configure:21031: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:56:21: error: expected expression before ')' token
 if (sizeof ((size_t)))
                     ^
configure:21038: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "expat"
| #define PACKAGE_TARNAME "expat"
| #define PACKAGE_VERSION "1.95.7"
| #define PACKAGE_STRING "expat 1.95.7"
| #define PACKAGE_BUGREPORT "expat-bugs@mail.libexpat.org"
| #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 STDC_HEADERS 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
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	  return 0;
|   ;
|   return 0;
| }
configure:21061: result: yes
configure:21078: checking for memmove
configure:21134: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:43:6: warning: conflicting types for built-in function 'memmove' [enabled by default]
 char memmove ();
      ^
configure:21141: $? = 0
configure:21163: result: yes
configure:21078: checking for bcopy
configure:21134: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:44:6: warning: conflicting types for built-in function 'bcopy' [enabled by default]
 char bcopy ();
      ^
configure:21141: $? = 0
configure:21163: result: yes
configure:21192: checking check.h usability
configure:21209: gcc -c -g -O2  conftest.c >&5
conftest.c:55:19: fatal error: check.h: No such file or directory
 #include <check.h>
                   ^
compilation terminated.
configure:21216: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "expat"
| #define PACKAGE_TARNAME "expat"
| #define PACKAGE_VERSION "1.95.7"
| #define PACKAGE_STRING "expat 1.95.7"
| #define PACKAGE_BUGREPORT "expat-bugs@mail.libexpat.org"
| #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 STDC_HEADERS 1
| #define HAVE_MEMMOVE 1
| #define HAVE_BCOPY 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 <check.h>
configure:21230: result: no
configure:21234: checking check.h presence
configure:21249: gcc -E  conftest.c
conftest.c:22:19: fatal error: check.h: No such file or directory
 #include <check.h>
                   ^
compilation terminated.
configure:21256: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "expat"
| #define PACKAGE_TARNAME "expat"
| #define PACKAGE_VERSION "1.95.7"
| #define PACKAGE_STRING "expat 1.95.7"
| #define PACKAGE_BUGREPORT "expat-bugs@mail.libexpat.org"
| #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 STDC_HEADERS 1
| #define HAVE_MEMMOVE 1
| #define HAVE_BCOPY 1
| /* end confdefs.h.  */
| #include <check.h>
configure:21270: result: no
configure:21303: checking for check.h
configure:21312: result: no
configure:21449: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by expat config.status 1.95.7, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on ubuntu

config.status:766: creating Makefile
config.status:766: creating expat_config.h
config.status:982: expat_config.h is unchanged

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_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_f77_compiler_gnu=no
ac_cv_func_bcopy=yes
ac_cv_func_memmove=yes
ac_cv_header_check_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_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-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
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_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_type_size_t=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_lib_dlsearch_path_spec='/usr/lib64 /lib64 /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu '
lt_cv_sys_lib_search_path_spec='/usr/lib64 /lib64 /usr/local/lib64'
lt_cv_sys_max_cmd_len=1572864
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
AS='as'
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2'
DEFS='-DHAVE_CONFIG_H'
DLLTOOL='dlltool'
DSYMUTIL=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
F77=''
FFLAGS=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBAGE='5'
LIBCURRENT='5'
LIBOBJS=''
LIBREVISION='0'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE_BUGREPORT='expat-bugs@mail.libexpat.org'
PACKAGE_NAME='expat'
PACKAGE_STRING='expat 1.95.7'
PACKAGE_TARNAME='expat'
PACKAGE_VERSION='1.95.7'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SHELL='/bin/bash'
STRIP='strip'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
bindir='/bottlenecks/rubbos/app/apache2/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/bottlenecks/rubbos/app/apache2'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='/bottlenecks/rubbos/app/apache2/include'
infodir='${datarootdir}/info'
libdir='/bottlenecks/rubbos/app/apache2/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/bottlenecks/rubbos/app/apache2'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "expat"
#define PACKAGE_TARNAME "expat"
#define PACKAGE_VERSION "1.95.7"
#define PACKAGE_STRING "expat 1.95.7"
#define PACKAGE_BUGREPORT "expat-bugs@mail.libexpat.org"
#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 STDC_HEADERS 1
#define HAVE_MEMMOVE 1
#define HAVE_BCOPY 1
#define XML_NS 1
#define XML_DTD 1
#define XML_CONTEXT_BYTES 1024

configure: exit 0