summaryrefslogtreecommitdiffstats
path: root/web/attachments/356001-compile.log
blob: 453394c996bed459724b2764cacf2ae37ff46cc5 (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
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
Script command is started on Mon Dec 21 14:27:11 2009.
root@:/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2# ./configure
checking for a BSD-compatible install... build-aux/install-sh -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking build system type... powerpc-ibm-aix5.3.0.0
checking host system type... powerpc-ibm-aix5.3.0.0
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether gcc needs -traditional... no
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 786432
checking command to parse /bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... (cached) ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... 
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... aix5.3.0.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... 
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... aix5.3.0.0 ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking whether gcc and cc understand -c and -o together... yes
checking for error_at_line... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... 1
checking for working strtod... yes
checking for python... /bin/python
checking for sh... /bin/sh
checking for perl... /bin/perl
checking for libgnutls-config... no
checking for hostname... /bin/hostname
checking for basename... /bin/basename
checking for main in -ldce... no
checking for main in -lnsl... yes
checking for socket in -lsocket... no
checking for main in -lresolv... no
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking for floor in -lm... yes
checking for plan_tests in -ltap... no
checking for main in -lcrypt... yes
checking for PQsetdbLogin in -lpq... no
configure: WARNING: Skipping PostgreSQL plugin (check_pgsql)
configure: WARNING: LIBS="-lcrypt " CPPFLAGS=""
configure: WARNING: install PostgreSQL libs to compile this plugin (see REQUIREMENTS).
checking for rc_read_config in -lradiusclient... no
checking for rc_read_config in -lradiusclient-ng... no
configure: WARNING: Skipping radius plugin
configure: WARNING: install radius libs to compile this plugin (see REQUIREMENTS).
checking for main in -lldap... yes
checking for ldap_set_option... yes
checking for ldap_init... yes
checking for ldap_set_option... (cached) yes
checking for ldap_get_option... yes
checking for ldap_start_tls_s... yes
checking linux/hdreg.h usability... no
checking linux/hdreg.h presence... no
checking for linux/hdreg.h... no
configure: WARNING: Skipping check_ide_smart plugin.
configure: WARNING: check_ide_smart is linux specific. It requires linux/hdreg.h and linux/types.h.
checking for mysql_config... no
configure: WARNING: Skipping mysql plugin
configure: WARNING: install mysql client libs to compile this plugin (see REQUIREMENTS).
checking for IPv6 support... yes
checking krb5.h usability... no
checking krb5.h presence... no
checking for krb5.h... no
checking krb5.h usability... no
checking krb5.h presence... no
checking for krb5.h... no
checking for dlopen in -ldl... yes
checking for shl_load in -ldl... no
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking for CRYPTO_lock in -lcrypto... yes
checking for main in -lssl... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking uio.h usability... no
checking uio.h presence... no
checking for uio.h... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking features.h usability... no
checking features.h presence... no
checking for features.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/unistd.h usability... no
checking sys/unistd.h presence... no
checking for sys/unistd.h... no
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for va_copy... yes
checking for memmove... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for floor... no
checking for poll... yes
checking return type of socket size... int
checking for ps... /bin/ps
checking for ps syntax... /bin/ps -eo 'stat uid pid ppid vsz pcpu comm args' - with no RSS
checking for ping... /etc/ping
checking for ping6... no
checking for ICMP ping syntax... /etc/ping -n -c %d %s
checking for ICMPv6 ping syntax... none
checking for nslookup... /bin/nslookup
checking for nslookup syntax... /bin/nslookup
checking for number of cpus... sysconf(_SC_NPROCESSORS_CONF)
checking for uptime... /bin/uptime
checking for rpcinfo... /bin/rpcinfo
checking for lmstat... no
configure: WARNING: Get lmstat from Globetrotter Software to monitor flexlm licenses
checking for smbclient... no
configure: WARNING: Get smbclient from Samba.org to monitor SMB shares
checking for who... /bin/who
checking for snmpget... no
configure: WARNING: Get snmpget from http://net-snmp.sourceforge.net to make check_hpjd and check_snmp plugins
checking for snmpgetnext... no
configure: WARNING: Tried /bin/perl - install Net::SNMP perl module if you want to use the perl snmp plugins
checking for quakestat... no
checking for qstat... no
configure: WARNING: Get qstat from http://www.activesw.com/people/steve/qstat.html in order to make check_game plugin
checking for fping... no
configure: WARNING: Get fping from http://www.fping.com in order to make check_fping plugin
checking for ssh... /bin/ssh
checking for mailq... no
configure: WARNING: Could not find mailq or eqivalent
checking for qmail-qstat... no
configure: WARNING: Could not find qmail-qstat or eqivalent
checking for swap... no
checking for swapinfo... no
checking for lsps... no
checking for sys/stat.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/swap.h... no
checking whether swapctl is declared... no
checking for swaptbl_t... no
checking for swapent_t... no
checking for struct swapent.se_nblks... no
checking for /proc/meminfo... no
checking for dig... /bin/dig
checking for apt-get... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking whether NLS is requested... yes
checking for msgfmt... /bin/msgfmt
checking for gmsgfmt... /bin/msgfmt
checking for xgettext... no
checking for msgmerge... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... no
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... /lib/libintl.a
checking for main in -lpthread... yes
checking for working alloca.h... yes
checking for alloca... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for errno.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for sys/param.h... (cached) yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/fs_types.h usability... no
checking sys/fs_types.h presence... no
checking for sys/fs_types.h... no
checking for sys/socket.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for math.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for stdint.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for sys/time.h... (cached) yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.h... yes
checking whether the preprocessor supports include_next... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking for btowc... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for alarm... yes
checking for isblank... yes
checking for iswctype... yes
checking for wcscoll... yes
checking for pipe... yes
checking for vasnprintf... no
checking for wcrtomb... yes
checking for iswcntrl... yes
checking for nl_langinfo and CODESET... yes
checking for a traditional french locale... none
checking whether system is Windows or MSDOS... no
checking whether // is distinct from /... no
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking whether <sys/socket.h> is self-contained... yes
checking for shutdown... yes
checking whether <sys/socket.h> defines the SHUT_* macros... yes
checking for struct sockaddr_storage... yes
checking for library containing gethostbyname... none required
checking for gethostbyname... yes
checking for library containing getservbyname... none required
checking for getservbyname... yes
checking for IPv4 sockets... yes
checking for IPv6 sockets... yes
checking getopt.h usability... no
checking getopt.h presence... no
checking for getopt.h... no
checking whether getenv is declared... yes
checking whether getc_unlocked is declared... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for mbstate_t... yes
checking for a traditional japanese locale... none
checking for a transitional chinese locale... none
checking for a french Unicode locale... none
checking for ssize_t... yes
checking whether snprintf is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for long long int... yes
checking for unsigned long long int... yes
checking whether strdup is declared... yes
checking for working strerror function... yes
checking whether strndup is declared... yes
checking whether strnlen is declared... yes
checking for struct timespec in <time.h>... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking for snprintf... yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... (cached) yes
checking whether _snprintf is declared... no
checking whether vsnprintf is declared... yes
checking for alloca as a compiler built-in... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking whether btowc(EOF) is correct... guessing yes
checking whether // is distinct from /... (cached) no
checking for error_at_line... (cached) no
checking for working fcntl.h... no (bad O_NOATIME, O_NOFOLLOW)
checking whether floorf is declared... yes
checking for sys/mount.h... no
configure: checking how to get file system space usage
checking for statvfs function (SVR4)... yes
checking dustat.h usability... no
checking dustat.h presence... no
checking for dustat.h... no
checking sys/fs/s5param.h usability... no
checking sys/fs/s5param.h presence... no
checking for sys/fs/s5param.h... no
checking sys/filsys.h usability... yes
checking sys/filsys.h presence... yes
checking for sys/filsys.h... yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking for statfs that truncates block counts... no
configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo
checking for library containing getaddrinfo... none required
checking for getaddrinfo... yes
checking for gai_strerror (possibly via ws2tcpip.h)... yes
checking for struct sockaddr.sa_len... yes
checking whether getaddrinfo is declared... yes
checking whether freeaddrinfo is declared... yes
checking whether gai_strerror is declared... yes
checking whether getnameinfo is declared... yes
checking for struct addrinfo... yes
checking for gethostname... yes
checking for getloadavg... no
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... no
checking for perfstat_cpu_total in -lperfstat... yes
checking for getloadavg... no
checking sys/dg_sys_info.h usability... no
checking sys/dg_sys_info.h presence... no
checking for sys/dg_sys_info.h... no
checking inq_stats/cpustats.h usability... no
checking inq_stats/cpustats.h presence... no
checking for inq_stats/cpustats.h... no
checking sys/cpustats.h usability... no
checking sys/cpustats.h presence... no
checking for sys/cpustats.h... no
checking mach/mach.h usability... no
checking mach/mach.h presence... no
checking for mach/mach.h... no
checking nlist.h usability... yes
checking nlist.h presence... yes
checking for nlist.h... yes
checking for struct nlist.n_un.n_name... no
checking whether getloadavg requires setgid... no
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking whether getloadavg is declared... no
checking for library containing gethostbyname... (cached) none required
checking for gethostbyname... (cached) yes
checking for library containing inet_ntop... none required
checking whether inet_ntop is declared... yes
checking whether the compiler generally respects inline... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking whether NAN macro works... yes
checking whether HUGE_VAL works... yes
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking for working mktime... no
checking for listmntent... no
checking for getmntinfo... no
checking for sys/ucred.h... no
checking for sys/mount.h... (cached) no
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking for sys/fs_types.h... (cached) no
checking for struct fsstat.f_fstypename... no
checking for library containing getmntent... none required
checking for getmntent... yes
checking for listmntent of Cray/Unicos-9... no
checking for mntctl function and struct vmount... yes
checking sys/mntent.h usability... no
checking sys/mntent.h presence... no
checking for sys/mntent.h... no
checking for struct statfs.f_fstypename... no
checking whether <netinet/in.h> is self-contained... yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking whether open recognizes a trailing slash... no
checking for working re_compile_pattern... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking whether isblank is declared... yes
checking for library containing getservbyname... (cached) none required
checking for getservbyname... (cached) yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking for socklen_t... yes
checking for ssize_t... (cached) yes
checking whether stdint.h conforms to C99... no
checking sys/inttypes.h usability... yes
checking sys/inttypes.h presence... yes
checking for sys/inttypes.h... yes
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... no
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... 32
checking for bit size of size_t... 32
checking for bit size of sig_atomic_t... 32
checking for bit size of wchar_t... 16
checking for bit size of wint_t... 32
checking whether sig_atomic_t is signed... yes
checking whether wchar_t is signed... no
checking whether wint_t is signed... yes
checking for ptrdiff_t integer literal suffix... l
checking for size_t integer literal suffix... ul
checking for sig_atomic_t integer literal suffix... 
checking for wchar_t integer literal suffix... no
checking for wint_t integer literal suffix... 
checking for random.h... no
checking for struct random_data... no
checking for strdup... (cached) yes
checking for working strndup... yes
checking for working strnlen... yes
checking whether <sys/socket.h> is self-contained... (cached) yes
checking for shutdown... (cached) yes
checking whether <sys/socket.h> defines the SHUT_* macros... (cached) yes
checking for struct sockaddr_storage... (cached) yes
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
checking whether localtime_r is compatible with its POSIX signature... yes
checking for ptrdiff_t... yes
checking for vasprintf... no
checking for vsnprintf... yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether <wchar.h> is standalone... yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether wcrtomb return value is correct... guessing yes
checking whether iswcntrl works... yes
checking for stdint.h... (cached) yes
configure: creating ./config.status
config.status: creating gl/Makefile
config.status: creating Makefile
config.status: creating tap/Makefile
config.status: creating lib/Makefile
config.status: creating plugins/Makefile
config.status: creating lib/tests/Makefile
config.status: creating plugins-root/Makefile
config.status: creating plugins-scripts/Makefile
config.status: creating plugins-scripts/subst
config.status: creating plugins-scripts/utils.pm
config.status: creating plugins-scripts/utils.sh
config.status: creating perlmods/Makefile
config.status: creating command.cfg
config.status: creating test.pl
config.status: creating pkg/solaris/pkginfo
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
            --with-apt-get-command: 
              --with-ping6-command: 
               --with-ping-command: /etc/ping -n -c %d %s
                       --with-ipv6: yes
                      --with-mysql: no
                    --with-openssl: yes
                     --with-gnutls: no
               --enable-extra-opts: no
                       --with-perl: /bin/perl
             --enable-perl-modules: no
                     --with-cgiurl: /nagios/cgi-bin
               --with-trusted-path: /bin:/sbin:/usr/bin:/usr/sbin
                   --enable-libtap: no
root@:/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2# make
        make  all-recursive
Making all in gl
        rm -f configmake.h-t
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  echo '#define PREFIX "/usr/local/nagios"';  echo '#define EXEC_PREFIX "/usr/local/nagios"';  echo '#define BINDIR "/usr/local/nagios/bin"';  echo '#define SBINDIR "/usr/local/nagios/sbin"';  echo '#define LIBEXECDIR "/usr/local/nagios/libexec"';  echo '#define DATAROOTDIR "/usr/local/nagios/share"';  echo '#define DATADIR "/usr/local/nagios/share"';  echo '#define SYSCONFDIR "/usr/local/nagios/etc"';  echo '#define SHAREDSTATEDIR "/usr/local/nagios/com"';  echo '#define LOCALSTATEDIR "/usr/local/nagios/var"';  echo '#define INCLUDEDIR "/usr/local/nagios/include"';  echo '#define OLDINCLUDEDIR "/usr/include"';  echo '#define DOCDIR "/usr/local/nagios/share/doc/nagios-plugins"';  echo '#define INFODIR "/usr/local/nagios/share/info"';  echo '#define HTMLDIR "/usr/local/nagios/share/doc/nagios-plugins"';  echo '#define DVIDIR "/usr/local/nagios/share/doc/nagios-plugins"';  echo '#define PDFDIR "/usr/local/nagios/share/doc/nagios-plugins"';  echo '#define PSDIR "/usr/local/nagios/share/doc/nagios-plugins"';  echo '#define LIBDIR "/usr/local/nagios/lib"';  echo '#define LISPDIR ""';  echo '#define LOCALEDIR "/usr/local/nagios/share/locale"';  echo '#define MANDIR "/usr/local/nagios/share/man"';  echo '#define MANEXT ""';  echo '#define PKGDATADIR "/usr/local/nagios/share/nagios-plugins"';  echo '#define PKGINCLUDEDIR "/usr/local/nagios/include/nagios-plugins"';  echo '#define PKGLIBDIR "/usr/local/nagios/lib/nagios-plugins"';  echo '#define PKGLIBEXECDIR ""';  } | sed '/""/d' > configmake.h-t
        if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then  rm -f configmake.h-t;  else  rm -f configmake.h; mv configmake.h-t configmake.h;  fi
        make  all-recursive
        rm -f configmake.h-t
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  echo '#define PREFIX "/usr/local/nagios"';  echo '#define EXEC_PREFIX "/usr/local/nagios"';  echo '#define BINDIR "/usr/local/nagios/bin"';  echo '#define SBINDIR "/usr/local/nagios/sbin"';  echo '#define LIBEXECDIR "/usr/local/nagios/libexec"';  echo '#define DATAROOTDIR "/usr/local/nagios/share"';  echo '#define DATADIR "/usr/local/nagios/share"';  echo '#define SYSCONFDIR "/usr/local/nagios/etc"';  echo '#define SHAREDSTATEDIR "/usr/local/nagios/com"';  echo '#define LOCALSTATEDIR "/usr/local/nagios/var"';  echo '#define INCLUDEDIR "/usr/local/nagios/include"';  echo '#define OLDINCLUDEDIR "/usr/include"';  echo '#define DOCDIR "/usr/local/nagios/share/doc/nagios-plugins"';  echo '#define INFODIR "/usr/local/nagios/share/info"';  echo '#define HTMLDIR "/usr/local/nagios/share/doc/nagios-plugins"';  echo '#define DVIDIR "/usr/local/nagios/share/doc/nagios-plugins"';  echo '#define PDFDIR "/usr/local/nagios/share/doc/nagios-plugins"';  echo '#define PSDIR "/usr/local/nagios/share/doc/nagios-plugins"';  echo '#define LIBDIR "/usr/local/nagios/lib"';  echo '#define LISPDIR ""';  echo '#define LOCALEDIR "/usr/local/nagios/share/locale"';  echo '#define MANDIR "/usr/local/nagios/share/man"';  echo '#define MANEXT ""';  echo '#define PKGDATADIR "/usr/local/nagios/share/nagios-plugins"';  echo '#define PKGINCLUDEDIR "/usr/local/nagios/include/nagios-plugins"';  echo '#define PKGLIBDIR "/usr/local/nagios/lib/nagios-plugins"';  echo '#define PKGLIBEXECDIR ""';  } | sed '/""/d' > configmake.h-t
        if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then  rm -f configmake.h-t;  else  rm -f configmake.h; mv configmake.h-t configmake.h;  fi
Target "all-am" is up to date.
Making all in tap
Target "all" is up to date.
Making all in lib
Making all in .
Target "all-am" is up to date.
Making all in tests
Target "all" is up to date.
Target "all" is up to date.
Making all in plugins
Target "all" is up to date.
Making all in plugins-scripts
Target "all" is up to date.
Making all in plugins-root
Target "all" is up to date.
Making all in po
Target "all" is up to date.
Target "all-am" is up to date.
root@:/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2# make clean
Making clean in po
        rm -f remove-potcdate.sed
        rm -f stamp-poT
        rm -f core core.* nagios-plugins.po nagios-plugins.1po nagios-plugins.2po *.new.po
        rm -fr *.o
Target "clean" is up to date.
Making clean in plugins-root
        rm -rf .libs _libs
        rm -f NP-VERSION-FILE
 rm -f check_dhcp check_dhcp
 rm -f check_icmp check_icmp
        rm -f *.o
        rm -f *.lo
Target "clean" is up to date.
Making clean in plugins-scripts
        test -z "check_breeze check_disk_smb check_flexlm check_ircd  check_log check_oracle check_rpc check_sensors check_wave  check_ifstatus check_ifoperstatus check_mailq check_file_age  utils.sh utils.pm" || rm -f check_breeze check_disk_smb check_flexlm check_ircd  check_log check_oracle check_rpc check_sensors check_wave  check_ifstatus check_ifoperstatus check_mailq check_file_age  utils.sh utils.pm
        rm -rf .libs _libs
        rm -f NP-VERSION-FILE
        rm -f *.lo
Target "clean" is up to date.
Making clean in plugins
 rm -f check_apt check_apt
 rm -f check_cluster check_cluster
 rm -f check_disk check_disk
 rm -f check_dummy check_dummy
 rm -f check_http check_http
 rm -f check_load check_load
 rm -f check_mrtg check_mrtg
 rm -f check_mrtgtraf check_mrtgtraf
 rm -f check_ntp check_ntp
 rm -f check_ntp_peer check_ntp_peer
 rm -f check_nwstat check_nwstat
 rm -f check_overcr check_overcr
 rm -f check_ping check_ping
 rm -f check_real check_real
 rm -f check_smtp check_smtp
 rm -f check_ssh check_ssh
 rm -f check_tcp check_tcp
 rm -f check_time check_time
 rm -f check_ntp_time check_ntp_time
 rm -f check_ups check_ups
 rm -f check_users check_users
 rm -f negate negate
 rm -f urlize urlize
 rm -f check_ldap check_ldap
 rm -f check_procs check_procs
 rm -f check_nagios check_nagios
 rm -f check_dns check_dns
 rm -f check_by_ssh check_by_ssh
 rm -f check_dig check_dig
 rm -f check_nt check_nt
        rm -rf .libs _libs
        rm -f check_ftp check_imap check_nntp check_pop  check_udp check_clamd check_simap check_spop check_jabber check_nntps check_ssmtp
        rm -f NP-VERSION-FILE
        rm -f *.o
        rm -f *.lo
Target "clean" is up to date.
Making clean in lib
Making clean in tests
        rm -rf .libs _libs
        rm -f *.o
        rm -f *.lo
Target "clean" is up to date.
Making clean in .
        rm -rf .libs _libs
        test -z "libnagiosplug.a" || rm -f libnagiosplug.a
        rm -f *.o
        rm -f *.lo
Target "clean-am" is up to date.
Target "clean" is up to date.
Making clean in tap
        rm -rf .libs _libs
        test -z "" || rm -f 
        rm -f *.o
        rm -f *.lo
Target "clean" is up to date.
Making clean in gl
Making clean in .
        test -z "configmake.h configmake.h-t charset.alias ref-add.sed  ref-del.sed" || rm -f configmake.h configmake.h-t charset.alias ref-add.sed  ref-del.sed
        rm -rf .libs _libs
        test -z "libgnu.a" || rm -f libgnu.a
        test -z "" || rm -f 
        rm -f *.o
        test -z "core *.stackdump alloca.h alloca.h-t arpa/inet.h  arpa/inet.h-t errno.h errno.h-t fcntl.h fcntl.h-t float.h  float.h-t getopt.h getopt.h-t math.h math.h-t netdb.h  netdb.h-t netinet/in.h netinet/in.h-t stdbool.h stdbool.h-t  stdint.h stdint.h-t stdio.h stdio.h-t stdlib.h stdlib.h-t  string.h string.h-t sys/socket.h sys/socket.h-t time.h  time.h-t unistd.h unistd.h-t wchar.h wchar.h-t wctype.h  wctype.h-t" || rm -f core *.stackdump alloca.h alloca.h-t arpa/inet.h  arpa/inet.h-t errno.h errno.h-t fcntl.h fcntl.h-t float.h  float.h-t getopt.h getopt.h-t math.h math.h-t netdb.h  netdb.h-t netinet/in.h netinet/in.h-t stdbool.h stdbool.h-t  stdint.h stdint.h-t stdio.h stdio.h-t stdlib.h stdlib.h-t  string.h string.h-t sys/socket.h sys/socket.h-t time.h  time.h-t unistd.h unistd.h-t wchar.h wchar.h-t wctype.h  wctype.h-t
        rm -f *.lo
rmdir arpa
Target "clean-am" is up to date.
Target "clean" is up to date.
Making clean in .
        rm -rf .libs _libs
        rm -f *.lo
Target "clean-am" is up to date.
Target "clean" is up to date.
root@:/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2# make
        make  all-recursive
Making all in gl
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  cat ./alloca.in.h;  } > alloca.h-t
        mv -f alloca.h-t alloca.h
        ../build-aux/install-sh -c -d arpa
        rm -f arpa/inet.h-t arpa/inet.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''NEXT_ARPA_INET_H''@|<arpa/inet.h>|g'  -e 's|@''HAVE_ARPA_INET_H''@|1|g'  -e 's|@''GNULIB_INET_NTOP''@|1|g'  -e 's|@''GNULIB_INET_PTON''@|0|g'  -e 's|@''HAVE_DECL_INET_NTOP''@|1|g'  -e 's|@''HAVE_DECL_INET_PTON''@|1|g'  -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h'  < ./arpa_inet.in.h;  } > arpa/inet.h-t
        mv arpa/inet.h-t arpa/inet.h
        rm -f configmake.h-t
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  echo '#define PREFIX "/usr/local/nagios"';  echo '#define EXEC_PREFIX "/usr/local/nagios"';  echo '#define BINDIR "/usr/local/nagios/bin"';  echo '#define SBINDIR "/usr/local/nagios/sbin"';  echo '#define LIBEXECDIR "/usr/local/nagios/libexec"';  echo '#define DATAROOTDIR "/usr/local/nagios/share"';  echo '#define DATADIR "/usr/local/nagios/share"';  echo '#define SYSCONFDIR "/usr/local/nagios/etc"';  echo '#define SHAREDSTATEDIR "/usr/local/nagios/com"';  echo '#define LOCALSTATEDIR "/usr/local/nagios/var"';  echo '#define INCLUDEDIR "/usr/local/nagios/include"';  echo '#define OLDINCLUDEDIR "/usr/include"';  echo '#define DOCDIR "/usr/local/nagios/share/doc/nagios-plugins"';  echo '#define INFODIR "/usr/local/nagios/share/info"';  echo '#define HTMLDIR "/usr/local/nagios/share/doc/nagios-plugins"';  echo '#define DVIDIR "/usr/local/nagios/share/doc/nagios-plugins"';  echo '#define PDFDIR "/usr/local/nagios/share/doc/nagios-plugins"';  echo '#define PSDIR "/usr/local/nagios/share/doc/nagios-plugins"';  echo '#define LIBDIR "/usr/local/nagios/lib"';  echo '#define LISPDIR ""';  echo '#define LOCALEDIR "/usr/local/nagios/share/locale"';  echo '#define MANDIR "/usr/local/nagios/share/man"';  echo '#define MANEXT ""';  echo '#define PKGDATADIR "/usr/local/nagios/share/nagios-plugins"';  echo '#define PKGINCLUDEDIR "/usr/local/nagios/include/nagios-plugins"';  echo '#define PKGLIBDIR "/usr/local/nagios/lib/nagios-plugins"';  echo '#define PKGLIBEXECDIR ""';  } | sed '/""/d' > configmake.h-t
        if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then  rm -f configmake.h-t;  else  rm -f configmake.h; mv configmake.h-t configmake.h;  fi
        rm -f fcntl.h-t fcntl.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''NEXT_FCNTL_H''@|<fcntl.h>|g'  -e 's|@''GNULIB_OPEN''@|1|g'  -e 's|@''REPLACE_OPEN''@|1|g'  < ./fcntl.in.h;  } > fcntl.h-t
        mv fcntl.h-t fcntl.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  cat ./getopt.in.h;  } > getopt.h-t
        mv -f getopt.h-t getopt.h
        rm -f math.h-t math.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''INCLUDE_NEXT_AS_FIRST_DIRECTIVE''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''NEXT_MATH_H''@|<math.h>|g'  -e 's|@''GNULIB_CEILF''@|0|g'  -e 's|@''GNULIB_CEILL''@|0|g'  -e 's|@''GNULIB_FLOORF''@|1|g'  -e 's|@''GNULIB_FLOORL''@|0|g'  -e 's|@''GNULIB_FREXP''@|0|g'  -e 's|@''GNULIB_FREXPL''@|0|g'  -e 's|@''GNULIB_ISFINITE''@|0|g'  -e 's|@''GNULIB_ISINF''@|0|g'  -e 's|@''GNULIB_ISNAN''@|0|g'  -e 's|@''GNULIB_ISNANF''@|0|g'  -e 's|@''GNULIB_ISNAND''@|0|g'  -e 's|@''GNULIB_ISNANL''@|0|g'  -e 's|@''GNULIB_LDEXPL''@|0|g'  -e 's|@''GNULIB_MATHL''@|0|g'  -e 's|@''GNULIB_ROUND''@|0|g'  -e 's|@''GNULIB_ROUNDF''@|0|g'  -e 's|@''GNULIB_ROUNDL''@|0|g'  -e 's|@''GNULIB_SIGNBIT''@|0|g'  -e 's|@''GNULIB_TRUNC''@|0|g'  -e 's|@''GNULIB_TRUNCF''@|0|g'  -e 's|@''GNULIB_TRUNCL''@|0|g'  -e 's|@''HAVE_ISNANF''@|1|g'  -e 's|@''HAVE_ISNAND''@|1|g'  -e 's|@''HAVE_ISNANL''@|1|g'  -e 's|@''HAVE_DECL_ACOSL''@|1|g'  -e 's|@''HAVE_DECL_ASINL''@|1|g'  -e 's|@''HAVE_DECL_ATANL''@|1|g'  -e 's|@''HAVE_DECL_COSL''@|1|g'  -e 's|@''HAVE_DECL_EXPL''@|1|g'  -e 's|@''HAVE_DECL_FREXPL''@|1|g'  -e 's|@''HAVE_DECL_LDEXPL''@|1|g'  -e 's|@''HAVE_DECL_LOGL''@|1|g'  -e 's|@''HAVE_DECL_SINL''@|1|g'  -e 's|@''HAVE_DECL_SQRTL''@|1|g'  -e 's|@''HAVE_DECL_TANL''@|1|g'  -e 's|@''HAVE_DECL_TRUNC''@|1|g'  -e 's|@''HAVE_DECL_TRUNCF''@|1|g'  -e 's|@''REPLACE_CEILF''@|0|g'  -e 's|@''REPLACE_CEILL''@|0|g'  -e 's|@''REPLACE_FLOORF''@|0|g'  -e 's|@''REPLACE_FLOORL''@|0|g'  -e 's|@''REPLACE_FREXP''@|0|g'  -e 's|@''REPLACE_FREXPL''@|0|g'  -e 's|@''REPLACE_HUGE_VAL''@|0|g'  -e 's|@''REPLACE_ISFINITE''@|0|g'  -e 's|@''REPLACE_ISINF''@|0|g'  -e 's|@''REPLACE_ISNAN''@|0|g'  -e 's|@''REPLACE_LDEXPL''@|0|g'  -e 's|@''REPLACE_NAN''@|0|g'  -e 's|@''REPLACE_ROUND''@|0|g'  -e 's|@''REPLACE_ROUNDF''@|0|g'  -e 's|@''REPLACE_ROUNDL''@|0|g'  -e 's|@''REPLACE_SIGNBIT''@|0|g'  -e 's|@''REPLACE_SIGNBIT_USING_GCC''@|0|g'  -e 's|@''REPLACE_TRUNCL''@|0|g'  -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h'  < ./math.in.h;  } > math.h-t
        mv math.h-t math.h
        rm -f netdb.h-t netdb.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''NEXT_NETDB_H''@|<netdb.h>|g'  -e 's|@''HAVE_NETDB_H''@|1|g'  -e 's|@''GNULIB_GETADDRINFO''@|1|g'  -e 's|@''HAVE_STRUCT_ADDRINFO''@|1|g'  -e 's|@''HAVE_DECL_FREEADDRINFO''@|1|g'  -e 's|@''HAVE_DECL_GAI_STRERROR''@|1|g'  -e 's|@''HAVE_DECL_GETADDRINFO''@|1|g'  -e 's|@''HAVE_DECL_GETNAMEINFO''@|1|g'  < ./netdb.in.h;  } > netdb.h-t
        mv netdb.h-t netdb.h
        rm -f stdint.h-t stdint.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's/@''HAVE_STDINT_H''@/1/g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''NEXT_STDINT_H''@|<stdint.h>|g'  -e 's/@''HAVE_SYS_TYPES_H''@/1/g'  -e 's/@''HAVE_INTTYPES_H''@/1/g'  -e 's/@''HAVE_SYS_INTTYPES_H''@/1/g'  -e 's/@''HAVE_SYS_BITYPES_H''@/0/g'  -e 's/@''HAVE_LONG_LONG_INT''@/1/g'  -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g'  -e 's/@''APPLE_UNIVERSAL_BUILD''@/0/g'  -e 's/@''BITSIZEOF_PTRDIFF_T''@/32/g'  -e 's/@''PTRDIFF_T_SUFFIX''@/l/g'  -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/32/g'  -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/1/g'  -e 's/@''SIG_ATOMIC_T_SUFFIX''@//g'  -e 's/@''BITSIZEOF_SIZE_T''@/32/g'  -e 's/@''SIZE_T_SUFFIX''@/ul/g'  -e 's/@''BITSIZEOF_WCHAR_T''@/16/g'  -e 's/@''HAVE_SIGNED_WCHAR_T''@/0/g'  -e 's/@''WCHAR_T_SUFFIX''@//g'  -e 's/@''BITSIZEOF_WINT_T''@/32/g'  -e 's/@''HAVE_SIGNED_WINT_T''@/1/g'  -e 's/@''WINT_T_SUFFIX''@//g'  < ./stdint.in.h;  } > stdint.h-t
        mv stdint.h-t stdint.h
        rm -f stdio.h-t stdio.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''NEXT_STDIO_H''@|<stdio.h>|g'  -e 's|@''GNULIB_FPRINTF''@|1|g'  -e 's|@''GNULIB_FPRINTF_POSIX''@|0|g'  -e 's|@''GNULIB_PRINTF''@|1|g'  -e 's|@''GNULIB_PRINTF_POSIX''@|0|g'  -e 's|@''GNULIB_SNPRINTF''@|1|g'  -e 's|@''GNULIB_SPRINTF_POSIX''@|0|g'  -e 's|@''GNULIB_VFPRINTF''@|1|g'  -e 's|@''GNULIB_VFPRINTF_POSIX''@|0|g'  -e 's|@''GNULIB_VPRINTF''@|1|g'  -e 's|@''GNULIB_VPRINTF_POSIX''@|0|g'  -e 's|@''GNULIB_VSNPRINTF''@|1|g'  -e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g'  -e 's|@''GNULIB_DPRINTF''@|0|g'  -e 's|@''GNULIB_VDPRINTF''@|0|g'  -e 's|@''GNULIB_VASPRINTF''@|1|g'  -e 's|@''GNULIB_OBSTACK_PRINTF''@|0|g'  -e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|0|g'  -e 's|@''GNULIB_FOPEN''@|0|g'  -e 's|@''GNULIB_FREOPEN''@|0|g'  -e 's|@''GNULIB_FSEEK''@|0|g'  -e 's|@''GNULIB_FSEEKO''@|0|g'  -e 's|@''GNULIB_FTELL''@|0|g'  -e 's|@''GNULIB_FTELLO''@|0|g'  -e 's|@''GNULIB_FFLUSH''@|0|g'  -e 's|@''GNULIB_FCLOSE''@|0|g'  -e 's|@''GNULIB_FPUTC''@|1|g'  -e 's|@''GNULIB_PUTC''@|1|g'  -e 's|@''GNULIB_PUTCHAR''@|1|g'  -e 's|@''GNULIB_FPUTS''@|1|g'  -e 's|@''GNULIB_PUTS''@|1|g'  -e 's|@''GNULIB_FWRITE''@|1|g'  -e 's|@''GNULIB_GETDELIM''@|0|g'  -e 's|@''GNULIB_GETLINE''@|0|g'  -e 's|@''GNULIB_PERROR''@|0|g'  -e 's|@''GNULIB_STDIO_H_SIGPIPE''@|0|g'  -e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g'  -e 's|@''REPLACE_FPRINTF''@|0|g'  -e 's|@''REPLACE_VFPRINTF''@|0|g'  -e 's|@''REPLACE_PRINTF''@|0|g'  -e 's|@''REPLACE_VPRINTF''@|0|g'  -e 's|@''REPLACE_SNPRINTF''@|0|g'  -e 's|@''HAVE_DECL_SNPRINTF''@|1|g'  -e 's|@''REPLACE_VSNPRINTF''@|0|g'  -e 's|@''HAVE_DECL_VSNPRINTF''@|1|g'  -e 's|@''REPLACE_SPRINTF''@|0|g'  -e 's|@''REPLACE_VSPRINTF''@|0|g'  -e 's|@''HAVE_DPRINTF''@|1|g'  -e 's|@''REPLACE_DPRINTF''@|0|g'  -e 's|@''HAVE_VDPRINTF''@|1|g'  -e 's|@''REPLACE_VDPRINTF''@|0|g'  -e 's|@''HAVE_VASPRINTF''@|0|g'  -e 's|@''REPLACE_VASPRINTF''@|0|g'  -e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g'  -e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g'  -e 's|@''REPLACE_FOPEN''@|0|g'  -e 's|@''REPLACE_FREOPEN''@|0|g'  -e 's|@''REPLACE_FSEEKO''@|0|g'  -e 's|@''REPLACE_FSEEK''@|0|g'  -e 's|@''REPLACE_FTELLO''@|0|g'  -e 's|@''REPLACE_FTELL''@|0|g'  -e 's|@''REPLACE_FFLUSH''@|0|g'  -e 's|@''REPLACE_FCLOSE''@|0|g'  -e 's|@''HAVE_DECL_GETDELIM''@|1|g'  -e 's|@''HAVE_DECL_GETLINE''@|1|g'  -e 's|@''REPLACE_GETLINE''@|0|g'  -e 's|@''REPLACE_PERROR''@|0|g'  -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h'  < ./stdio.in.h;  } > stdio.h-t
        mv stdio.h-t stdio.h
        rm -f stdlib.h-t stdlib.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g'  -e 's|@''HAVE_RANDOM_H''@|0|g'  -e 's|@''GNULIB_MALLOC_POSIX''@|1|g'  -e 's|@''GNULIB_REALLOC_POSIX''@|0|g'  -e 's|@''GNULIB_CALLOC_POSIX''@|0|g'  -e 's|@''GNULIB_ATOLL''@|0|g'  -e 's|@''GNULIB_GETLOADAVG''@|1|g'  -e 's|@''GNULIB_GETSUBOPT''@|0|g'  -e 's|@''GNULIB_MKDTEMP''@|0|g'  -e 's|@''GNULIB_MKSTEMP''@|0|g'  -e 's|@''GNULIB_PUTENV''@|0|g'  -e 's|@''GNULIB_RANDOM_R''@|0|g'  -e 's|@''GNULIB_RPMATCH''@|0|g'  -e 's|@''GNULIB_SETENV''@|0|g'  -e 's|@''GNULIB_STRTOD''@|0|g'  -e 's|@''GNULIB_STRTOLL''@|0|g'  -e 's|@''GNULIB_STRTOULL''@|0|g'  -e 's|@''GNULIB_UNSETENV''@|0|g'  -e 's|@''HAVE_ATOLL''@|1|g'  -e 's|@''HAVE_CALLOC_POSIX''@|1|g'  -e 's|@''HAVE_GETSUBOPT''@|1|g'  -e 's|@''HAVE_MALLOC_POSIX''@|1|g'  -e 's|@''HAVE_MKDTEMP''@|1|g'  -e 's|@''HAVE_REALLOC_POSIX''@|1|g'  -e 's|@''HAVE_RANDOM_R''@|1|g'  -e 's|@''HAVE_RPMATCH''@|1|g'  -e 's|@''HAVE_SETENV''@|1|g'  -e 's|@''HAVE_STRTOD''@|1|g'  -e 's|@''HAVE_STRTOLL''@|1|g'  -e 's|@''HAVE_STRTOULL''@|1|g'  -e 's|@''HAVE_STRUCT_RANDOM_DATA''@|0|g'  -e 's|@''HAVE_SYS_LOADAVG_H''@|0|g'  -e 's|@''HAVE_UNSETENV''@|1|g'  -e 's|@''HAVE_DECL_GETLOADAVG''@|0|g'  -e 's|@''REPLACE_MKSTEMP''@|0|g'  -e 's|@''REPLACE_PUTENV''@|0|g'  -e 's|@''REPLACE_STRTOD''@|0|g'  -e 's|@''VOID_UNSETENV''@|0|g'  -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h'  < ./stdlib.in.h;  } > stdlib.h-t
        mv stdlib.h-t stdlib.h
        rm -f string.h-t string.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''NEXT_STRING_H''@|<string.h>|g'  -e 's|@''GNULIB_MBSLEN''@|0|g'  -e 's|@''GNULIB_MBSNLEN''@|0|g'  -e 's|@''GNULIB_MBSCHR''@|0|g'  -e 's|@''GNULIB_MBSRCHR''@|0|g'  -e 's|@''GNULIB_MBSSTR''@|0|g'  -e 's|@''GNULIB_MBSCASECMP''@|0|g'  -e 's|@''GNULIB_MBSNCASECMP''@|0|g'  -e 's|@''GNULIB_MBSPCASECMP''@|0|g'  -e 's|@''GNULIB_MBSCASESTR''@|0|g'  -e 's|@''GNULIB_MBSCSPN''@|0|g'  -e 's|@''GNULIB_MBSPBRK''@|0|g'  -e 's|@''GNULIB_MBSSPN''@|0|g'  -e 's|@''GNULIB_MBSSEP''@|0|g'  -e 's|@''GNULIB_MBSTOK_R''@|0|g'  -e 's|@''GNULIB_MEMMEM''@|0|g'  -e 's|@''GNULIB_MEMPCPY''@|0|g'  -e 's|@''GNULIB_MEMRCHR''@|0|g'  -e 's|@''GNULIB_RAWMEMCHR''@|0|g'  -e 's|@''GNULIB_STPCPY''@|0|g'  -e 's|@''GNULIB_STPNCPY''@|0|g'  -e 's|@''GNULIB_STRCHRNUL''@|0|g'  -e 's|@''GNULIB_STRDUP''@|1|g'  -e 's|@''GNULIB_STRNDUP''@|1|g'  -e 's|@''GNULIB_STRNLEN''@|1|g'  -e 's|@''GNULIB_STRPBRK''@|0|g'  -e 's|@''GNULIB_STRSEP''@|0|g'  -e 's|@''GNULIB_STRSTR''@|0|g'  -e 's|@''GNULIB_STRCASESTR''@|0|g'  -e 's|@''GNULIB_STRTOK_R''@|0|g'  -e 's|@''GNULIB_STRERROR''@|1|g'  -e 's|@''GNULIB_STRSIGNAL''@|0|g'  -e 's|@''GNULIB_STRVERSCMP''@|0|g'  -e 's|@''HAVE_DECL_MEMMEM''@|1|g'  -e 's|@''HAVE_MEMPCPY''@|1|g'  -e 's|@''HAVE_DECL_MEMRCHR''@|1|g'  -e 's|@''HAVE_RAWMEMCHR''@|1|g'  -e 's|@''HAVE_STPCPY''@|1|g'  -e 's|@''HAVE_STPNCPY''@|1|g'  -e 's|@''HAVE_STRCHRNUL''@|1|g'  -e 's|@''HAVE_DECL_STRDUP''@|1|g'  -e 's|@''HAVE_STRNDUP''@|1|g'  -e 's|@''HAVE_DECL_STRNDUP''@|1|g'  -e 's|@''HAVE_DECL_STRNLEN''@|1|g'  -e 's|@''HAVE_STRPBRK''@|1|g'  -e 's|@''HAVE_STRSEP''@|1|g'  -e 's|@''HAVE_STRCASESTR''@|1|g'  -e 's|@''HAVE_DECL_STRTOK_R''@|1|g'  -e 's|@''HAVE_DECL_STRERROR''@|1|g'  -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g'  -e 's|@''HAVE_STRVERSCMP''@|1|g'  -e 's|@''REPLACE_MEMMEM''@|0|g'  -e 's|@''REPLACE_STRCASESTR''@|0|g'  -e 's|@''REPLACE_STRDUP''@|0|g'  -e 's|@''REPLACE_STRSTR''@|0|g'  -e 's|@''REPLACE_STRERROR''@|0|g'  -e 's|@''REPLACE_STRSIGNAL''@|0|g'  -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h'  < ./string.in.h;  } > string.h-t
        mv string.h-t string.h
        rm -f time.h-t time.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' &&  sed -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@NEXT_TIME_H''@|<time.h>|g'  -e 's|@REPLACE_LOCALTIME_R''@|0|g'  -e 's|@REPLACE_NANOSLEEP''@|GNULIB_PORTCHECK|g'  -e 's|@REPLACE_STRPTIME''@|GNULIB_PORTCHECK|g'  -e 's|@REPLACE_TIMEGM''@|1|g'  -e 's|@SYS_TIME_H_DEFINES_STRUCT_TIMESPEC''@|0|g'  -e 's|@TIME_H_DEFINES_STRUCT_TIMESPEC''@|1|g'  < ./time.in.h;  } > time.h-t
        mv time.h-t time.h
        rm -f unistd.h-t unistd.h
        { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */';  sed -e 's|@''HAVE_UNISTD_H''@|1|g'  -e 's|@''INCLUDE_NEXT''@|include_next|g'  -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g'  -e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g'  -e 's|@''GNULIB_CHOWN''@|0|g'  -e 's|@''GNULIB_CLOSE''@|0|g'  -e 's|@''GNULIB_DUP2''@|0|g'  -e 's|@''GNULIB_ENVIRON''@|0|g'  -e 's|@''GNULIB_EUIDACCESS''@|0|g'  -e 's|@''GNULIB_FCHDIR''@|0|g'  -e 's|@''GNULIB_FSYNC''@|0|g'  -e 's|@''GNULIB_FTRUNCATE''@|0|g'  -e 's|@''GNULIB_GETCWD''@|0|g'  -e 's|@''GNULIB_GETDOMAINNAME''@|0|g'  -e 's|@''GNULIB_GETDTABLESIZE''@|0|g'  -e 's|@''GNULIB_GETHOSTNAME''@|1|g'  -e 's|@''GNULIB_GETLOGIN_R''@|0|g'  -e 's|@''GNULIB_GETPAGESIZE''@|0|g'  -e 's|@''GNULIB_GETUSERSHELL''@|0|g'  -e 's|@''GNULIB_LCHOWN''@|0|g'  -e 's|@''GNULIB_LINK''@|0|g'  -e 's|@''GNULIB_LSEEK''@|0|g'  -e 's|@''GNULIB_READLINK''@|0|g'  -e 's|@''GNULIB_SLEEP''@|0|g'  -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|g'  -e 's|@''GNULIB_WRITE''@|1|g'  -e 's|@''HAVE_DUP2''@|1|g'  -e 's|@''HAVE_EUIDACCESS''@|1|g'  -e 's|@''HAVE_FSYNC''@|1|g'  -e 's|@''HAVE_FTRUNCATE''@|1|g'  -e 's|@''HAVE_GETDOMAINNAME''@|1|g'  -e 's|@''HAVE_GETDTABLESIZE''@|1|g'  -e 's|@''HAVE_GETHOSTNAME''@|1|g'  -e 's|@''HAVE_GETPAGESIZE''@|1|g'  -e 's|@''HAVE_GETUSERSHELL''@|1|g'  -e 's|@''HAVE_LINK''@|1|g'  -e 's|@''HAVE_READLINK''@|1|g'  -e 's|@''HAVE_SLEEP''@|1|g'  -e 's|@''HAVE_DECL_ENVIRON''@|1|g'  -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g'  -e 's|@''HAVE_OS_H''@|0|g'  -e 's|@''HAVE_SYS_PARAM_H''@|0|g'  -e 's|@''REPLACE_CHOWN''@|0|g'  -e 's|@''REPLACE_CLOSE''@|0|g'  -e 's|@''REPLACE_FCHDIR''@|0|g'  -e 's|@''REPLACE_GETCWD''@|0|g'  -e 's|@''REPLACE_GETPAGESIZE''@|0|g'  -e 's|@''REPLACE_LCHOWN''@|0|g'  -e 's|@''REPLACE_LSEEK''@|0|g'  -e 's|@''REPLACE_WRITE''@|0|g'  -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g'  -e '/definition of GL_LINK_WARNING/r ../build-aux/link-warning.h'  < ./unistd.in.h;  } > unistd.h-t
        mv unistd.h-t unistd.h
        make  all-recursive
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c
        mv -f .deps/base64.Tpo .deps/base64.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT full-read.o -MD -MP -MF .deps/full-read.Tpo -c -o full-read.o full-read.c
        mv -f .deps/full-read.Tpo .deps/full-read.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT full-write.o -MD -MP -MF .deps/full-write.Tpo -c -o full-write.o full-write.c
        mv -f .deps/full-write.Tpo .deps/full-write.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o localcharset.c
        mv -f .deps/localcharset.Tpo .deps/localcharset.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT xalloc-die.o -MD -MP -MF .deps/xalloc-die.Tpo -c -o xalloc-die.o xalloc-die.c
        mv -f .deps/xalloc-die.Tpo .deps/xalloc-die.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT xstrndup.o -MD -MP -MF .deps/xstrndup.Tpo -c -o xstrndup.o xstrndup.c
        mv -f .deps/xstrndup.Tpo .deps/xstrndup.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT asnprintf.o -MD -MP -MF .deps/asnprintf.Tpo -c -o asnprintf.o asnprintf.c
        mv -f .deps/asnprintf.Tpo .deps/asnprintf.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT asprintf.o -MD -MP -MF .deps/asprintf.Tpo -c -o asprintf.o asprintf.c
        mv -f .deps/asprintf.Tpo .deps/asprintf.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT basename.o -MD -MP -MF .deps/basename.Tpo -c -o basename.o basename.c
        mv -f .deps/basename.Tpo .deps/basename.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT c-strtod.o -MD -MP -MF .deps/c-strtod.Tpo -c -o c-strtod.o c-strtod.c
        mv -f .deps/c-strtod.Tpo .deps/c-strtod.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT cloexec.o -MD -MP -MF .deps/cloexec.Tpo -c -o cloexec.o cloexec.c
        mv -f .deps/cloexec.Tpo .deps/cloexec.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT creat-safer.o -MD -MP -MF .deps/creat-safer.Tpo -c -o creat-safer.o creat-safer.c
        mv -f .deps/creat-safer.Tpo .deps/creat-safer.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT dirname.o -MD -MP -MF .deps/dirname.Tpo -c -o dirname.o dirname.c
        mv -f .deps/dirname.Tpo .deps/dirname.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT dup-safer.o -MD -MP -MF .deps/dup-safer.Tpo -c -o dup-safer.o dup-safer.c
        mv -f .deps/dup-safer.Tpo .deps/dup-safer.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c
        mv -f .deps/error.Tpo .deps/error.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT exitfail.o -MD -MP -MF .deps/exitfail.Tpo -c -o exitfail.o exitfail.c
        mv -f .deps/exitfail.Tpo .deps/exitfail.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT fd-safer.o -MD -MP -MF .deps/fd-safer.Tpo -c -o fd-safer.o fd-safer.c
        mv -f .deps/fd-safer.Tpo .deps/fd-safer.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT fsusage.o -MD -MP -MF .deps/fsusage.Tpo -c -o fsusage.o fsusage.c
        mv -f .deps/fsusage.Tpo .deps/fsusage.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT getloadavg.o -MD -MP -MF .deps/getloadavg.Tpo -c -o getloadavg.o getloadavg.c
        mv -f .deps/getloadavg.Tpo .deps/getloadavg.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT getopt.o -MD -MP -MF .deps/getopt.Tpo -c -o getopt.o getopt.c
        mv -f .deps/getopt.Tpo .deps/getopt.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT getopt1.o -MD -MP -MF .deps/getopt1.Tpo -c -o getopt1.o getopt1.c
        mv -f .deps/getopt1.Tpo .deps/getopt1.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT malloc.o -MD -MP -MF .deps/malloc.Tpo -c -o malloc.o malloc.c
        mv -f .deps/malloc.Tpo .deps/malloc.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT mktime.o -MD -MP -MF .deps/mktime.Tpo -c -o mktime.o mktime.c
        mv -f .deps/mktime.Tpo .deps/mktime.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT mountlist.o -MD -MP -MF .deps/mountlist.Tpo -c -o mountlist.o mountlist.c
mountlist.c: In function 'read_file_system_list':
mountlist.c:797: warning: passing argument 3 of 'mntctl' from incompatible pointer type
mountlist.c:802: warning: passing argument 3 of 'mntctl' from incompatible pointer type
        mv -f .deps/mountlist.Tpo .deps/mountlist.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT open.o -MD -MP -MF .deps/open.Tpo -c -o open.o open.c
        mv -f .deps/open.Tpo .deps/open.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT open-safer.o -MD -MP -MF .deps/open-safer.Tpo -c -o open-safer.o open-safer.c
        mv -f .deps/open-safer.Tpo .deps/open-safer.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT pipe-safer.o -MD -MP -MF .deps/pipe-safer.Tpo -c -o pipe-safer.o pipe-safer.c
        mv -f .deps/pipe-safer.Tpo .deps/pipe-safer.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT printf-args.o -MD -MP -MF .deps/printf-args.Tpo -c -o printf-args.o printf-args.c
        mv -f .deps/printf-args.Tpo .deps/printf-args.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT printf-parse.o -MD -MP -MF .deps/printf-parse.Tpo -c -o printf-parse.o printf-parse.c
        mv -f .deps/printf-parse.Tpo .deps/printf-parse.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT regex.o -MD -MP -MF .deps/regex.Tpo -c -o regex.o regex.c
        mv -f .deps/regex.Tpo .deps/regex.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT safe-read.o -MD -MP -MF .deps/safe-read.Tpo -c -o safe-read.o safe-read.c
        mv -f .deps/safe-read.Tpo .deps/safe-read.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT safe-write.o -MD -MP -MF .deps/safe-write.Tpo -c -o safe-write.o safe-write.c
        mv -f .deps/safe-write.Tpo .deps/safe-write.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT stripslash.o -MD -MP -MF .deps/stripslash.Tpo -c -o stripslash.o stripslash.c
        mv -f .deps/stripslash.Tpo .deps/stripslash.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT timegm.o -MD -MP -MF .deps/timegm.Tpo -c -o timegm.o timegm.c
        mv -f .deps/timegm.Tpo .deps/timegm.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT vasnprintf.o -MD -MP -MF .deps/vasnprintf.Tpo -c -o vasnprintf.o vasnprintf.c
        mv -f .deps/vasnprintf.Tpo .deps/vasnprintf.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT vasprintf.o -MD -MP -MF .deps/vasprintf.Tpo -c -o vasprintf.o vasprintf.c
        mv -f .deps/vasprintf.Tpo .deps/vasprintf.Po
        gcc -DHAVE_CONFIG_H -I. -I..  -I../intl  -I/include  -g -O2 -MT xmalloc.o -MD -MP -MF .deps/xmalloc.Tpo -c -o xmalloc.o xmalloc.c
        mv -f .deps/xmalloc.Tpo .deps/xmalloc.Po
        rm -f libgnu.a
        ar cru libgnu.a base64.o full-read.o  full-write.o localcharset.o  xalloc-die.o xstrndup.o asnprintf.o asprintf.o basename.o c-strtod.o cloexec.o creat-safer.o dirname.o dup-safer.o error.o exitfail.o fd-safer.o fsusage.o getloadavg.o getopt.o getopt1.o malloc.o mktime.o mountlist.o open.o open-safer.o pipe-safer.o printf-args.o printf-parse.o regex.o safe-read.o safe-write.o stripslash.o timegm.o vasnprintf.o vasprintf.o xmalloc.o 
        ranlib libgnu.a
        rm -f t-charset.alias charset.alias
        /bin/sh ./config.charset 'powerpc-ibm-aix5.3.0.0' > t-charset.alias
        mv t-charset.alias charset.alias
        rm -f t-ref-add.sed ref-add.sed
        sed -e '/^#/d' -e 's/@''PACKAGE''@/nagios-plugins/g' ref-add.sin > t-ref-add.sed
        mv t-ref-add.sed ref-add.sed
        rm -f t-ref-del.sed ref-del.sed
        sed -e '/^#/d' -e 's/@''PACKAGE''@/nagios-plugins/g' ref-del.sin > t-ref-del.sed
        mv t-ref-del.sed ref-del.sed
Target "all-am" is up to date.
Making all in tap
Target "all" is up to date.
Making all in lib
Making all in .
        gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../gl -I../intl -I../plugins   -I/include  -g -O2 -MT utils_base.o -MD -MP -MF .deps/utils_base.Tpo -c -o utils_base.o utils_base.c
        mv -f .deps/utils_base.Tpo .deps/utils_base.Po
        gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../gl -I../intl -I../plugins   -I/include  -g -O2 -MT utils_disk.o -MD -MP -MF .deps/utils_disk.Tpo -c -o utils_disk.o utils_disk.c
        mv -f .deps/utils_disk.Tpo .deps/utils_disk.Po
        gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../gl -I../intl -I../plugins   -I/include  -g -O2 -MT utils_tcp.o -MD -MP -MF .deps/utils_tcp.Tpo -c -o utils_tcp.o utils_tcp.c
        mv -f .deps/utils_tcp.Tpo .deps/utils_tcp.Po
        gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../gl -I../intl -I../plugins   -I/include  -g -O2 -MT utils_cmd.o -MD -MP -MF .deps/utils_cmd.Tpo -c -o utils_cmd.o utils_cmd.c
        mv -f .deps/utils_cmd.Tpo .deps/utils_cmd.Po
        rm -f libnagiosplug.a
        ar cru libnagiosplug.a utils_base.o utils_disk.o  utils_tcp.o utils_cmd.o  
        ranlib libnagiosplug.a
Target "all-am" is up to date.
Making all in tests
Target "all" is up to date.
Target "all" is up to date.
Making all in plugins
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_apt.o -MD -MP -MF .deps/check_apt.Tpo -c -o check_apt.o check_apt.c
        mv -f .deps/check_apt.Tpo .deps/check_apt.Po
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c
        mv -f .deps/utils.Tpo .deps/utils.Po
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT runcmd.o -MD -MP -MF .deps/runcmd.Tpo -c -o runcmd.o runcmd.c
        mv -f .deps/runcmd.Tpo .deps/runcmd.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_apt check_apt.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a runcmd.o -L/lib -lintl -lpthread -ldl 
mkdir .libs
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_apt check_apt.o utils.o runcmd.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_cluster.o -MD -MP -MF .deps/check_cluster.Tpo -c -o check_cluster.o check_cluster.c
        mv -f .deps/check_cluster.Tpo .deps/check_cluster.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_cluster check_cluster.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_cluster check_cluster.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_disk.o -MD -MP -MF .deps/check_disk.Tpo -c -o check_disk.o check_disk.c
        mv -f .deps/check_disk.Tpo .deps/check_disk.Po
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT popen.o -MD -MP -MF .deps/popen.Tpo -c -o popen.o popen.c
        mv -f .deps/popen.Tpo .deps/popen.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_disk check_disk.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a popen.o -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_disk check_disk.o utils.o popen.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_dummy.o -MD -MP -MF .deps/check_dummy.Tpo -c -o check_dummy.o check_dummy.c
        mv -f .deps/check_dummy.Tpo .deps/check_dummy.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_dummy check_dummy.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_dummy check_dummy.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_http.o -MD -MP -MF .deps/check_http.Tpo -c -o check_http.o check_http.c
        mv -f .deps/check_http.Tpo .deps/check_http.Po
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT sslutils.o -MD -MP -MF .deps/sslutils.Tpo -c -o sslutils.o sslutils.c
        mv -f .deps/sslutils.Tpo .deps/sslutils.Po
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT netutils.o -MD -MP -MF .deps/netutils.Tpo -c -o netutils.o netutils.c
        mv -f .deps/netutils.Tpo .deps/netutils.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_http check_http.o sslutils.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -lssl -lcrypto -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_http check_http.o sslutils.o netutils.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lssl -lcrypto -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_load.o -MD -MP -MF .deps/check_load.Tpo -c -o check_load.o check_load.c
        mv -f .deps/check_load.Tpo .deps/check_load.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_load check_load.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a popen.o -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_load check_load.o utils.o popen.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_mrtg.o -MD -MP -MF .deps/check_mrtg.Tpo -c -o check_mrtg.o check_mrtg.c
        mv -f .deps/check_mrtg.Tpo .deps/check_mrtg.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_mrtg check_mrtg.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_mrtg check_mrtg.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_mrtgtraf.o -MD -MP -MF .deps/check_mrtgtraf.Tpo -c -o check_mrtgtraf.o check_mrtgtraf.c
        mv -f .deps/check_mrtgtraf.Tpo .deps/check_mrtgtraf.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_mrtgtraf check_mrtgtraf.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_mrtgtraf check_mrtgtraf.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_ntp.o -MD -MP -MF .deps/check_ntp.Tpo -c -o check_ntp.o check_ntp.c
        mv -f .deps/check_ntp.Tpo .deps/check_ntp.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_ntp check_ntp.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -lm -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_ntp check_ntp.o netutils.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lm -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_ntp_peer.o -MD -MP -MF .deps/check_ntp_peer.Tpo -c -o check_ntp_peer.o check_ntp_peer.c
        mv -f .deps/check_ntp_peer.Tpo .deps/check_ntp_peer.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_ntp_peer check_ntp_peer.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -lm -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_ntp_peer check_ntp_peer.o netutils.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lm -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_nwstat.o -MD -MP -MF .deps/check_nwstat.Tpo -c -o check_nwstat.o check_nwstat.c
        mv -f .deps/check_nwstat.Tpo .deps/check_nwstat.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_nwstat check_nwstat.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_nwstat check_nwstat.o netutils.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_overcr.o -MD -MP -MF .deps/check_overcr.Tpo -c -o check_overcr.o check_overcr.c
        mv -f .deps/check_overcr.Tpo .deps/check_overcr.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_overcr check_overcr.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_overcr check_overcr.o netutils.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_ping.o -MD -MP -MF .deps/check_ping.Tpo -c -o check_ping.o check_ping.c
        mv -f .deps/check_ping.Tpo .deps/check_ping.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_ping check_ping.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl popen.o -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_ping check_ping.o netutils.o utils.o popen.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_real.o -MD -MP -MF .deps/check_real.Tpo -c -o check_real.o check_real.c
        mv -f .deps/check_real.Tpo .deps/check_real.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_real check_real.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_real check_real.o netutils.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_smtp.o -MD -MP -MF .deps/check_smtp.Tpo -c -o check_smtp.o check_smtp.c
        mv -f .deps/check_smtp.Tpo .deps/check_smtp.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_smtp check_smtp.o sslutils.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -lssl -lcrypto -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_smtp check_smtp.o sslutils.o netutils.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lssl -lcrypto -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_ssh.o -MD -MP -MF .deps/check_ssh.Tpo -c -o check_ssh.o check_ssh.c
        mv -f .deps/check_ssh.Tpo .deps/check_ssh.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_ssh check_ssh.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_ssh check_ssh.o netutils.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_tcp.o -MD -MP -MF .deps/check_tcp.Tpo -c -o check_tcp.o check_tcp.c
        mv -f .deps/check_tcp.Tpo .deps/check_tcp.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_tcp check_tcp.o sslutils.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -lssl -lcrypto -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_tcp check_tcp.o sslutils.o netutils.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lssl -lcrypto -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_time.o -MD -MP -MF .deps/check_time.Tpo -c -o check_time.o check_time.c
        mv -f .deps/check_time.Tpo .deps/check_time.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_time check_time.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_time check_time.o netutils.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_ntp_time.o -MD -MP -MF .deps/check_ntp_time.Tpo -c -o check_ntp_time.o check_ntp_time.c
        mv -f .deps/check_ntp_time.Tpo .deps/check_ntp_time.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_ntp_time check_ntp_time.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -lm -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_ntp_time check_ntp_time.o netutils.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lm -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_ups.o -MD -MP -MF .deps/check_ups.Tpo -c -o check_ups.o check_ups.c
        mv -f .deps/check_ups.Tpo .deps/check_ups.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_ups check_ups.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_ups check_ups.o netutils.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_users.o -MD -MP -MF .deps/check_users.Tpo -c -o check_users.o check_users.c
        mv -f .deps/check_users.Tpo .deps/check_users.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_users check_users.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a popen.o -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_users check_users.o utils.o popen.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT negate.o -MD -MP -MF .deps/negate.Tpo -c -o negate.o negate.c
        mv -f .deps/negate.Tpo .deps/negate.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o negate negate.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o negate negate.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT urlize.o -MD -MP -MF .deps/urlize.Tpo -c -o urlize.o urlize.c
        mv -f .deps/urlize.Tpo .deps/urlize.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o urlize urlize.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a popen.o -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o urlize urlize.o utils.o popen.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_ldap.o -MD -MP -MF .deps/check_ldap.Tpo -c -o check_ldap.o check_ldap.c
        mv -f .deps/check_ldap.Tpo .deps/check_ldap.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_ldap check_ldap.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -lldap -llber -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_ldap check_ldap.o netutils.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -L/opt/freeware/lib -lldap -L/opt/freeware/src/packages/BUILD/openldap-2.0.21/libraries -lssl -lcrypto -ls -llber -lintl -lpthread -ldl -Wl,-blibpath:/opt/freeware/lib:/opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.0.0:/opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.0.0/../../..:/usr/lib:/lib 
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_procs.o -MD -MP -MF .deps/check_procs.Tpo -c -o check_procs.o check_procs.c
        mv -f .deps/check_procs.Tpo .deps/check_procs.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_procs check_procs.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_procs check_procs.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_nagios.o -MD -MP -MF .deps/check_nagios.Tpo -c -o check_nagios.o check_nagios.c
        mv -f .deps/check_nagios.Tpo .deps/check_nagios.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_nagios check_nagios.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a runcmd.o -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_nagios check_nagios.o utils.o runcmd.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_dns.o -MD -MP -MF .deps/check_dns.Tpo -c -o check_dns.o check_dns.c
        mv -f .deps/check_dns.Tpo .deps/check_dns.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_dns check_dns.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl runcmd.o -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_dns check_dns.o netutils.o utils.o runcmd.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_by_ssh.o -MD -MP -MF .deps/check_by_ssh.Tpo -c -o check_by_ssh.o check_by_ssh.c
        mv -f .deps/check_by_ssh.Tpo .deps/check_by_ssh.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_by_ssh check_by_ssh.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_by_ssh check_by_ssh.o netutils.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_dig.o -MD -MP -MF .deps/check_dig.Tpo -c -o check_dig.o check_dig.c
        mv -f .deps/check_dig.Tpo .deps/check_dig.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_dig check_dig.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl runcmd.o  -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_dig check_dig.o netutils.o utils.o runcmd.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lintl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/include/ldap  -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_nt.o -MD -MP -MF .deps/check_nt.Tpo -c -o check_nt.o check_nt.c
        mv -f .deps/check_nt.Tpo .deps/check_nt.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_nt check_nt.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl  -L/lib -lintl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_nt check_nt.o netutils.o utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins -L/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lintl -lpthread -ldl
        rm -f check_ftp
        ln -s check_tcp check_ftp
        rm -f check_imap
        ln -s check_tcp check_imap
        rm -f check_nntp
        ln -s check_tcp check_nntp
        rm -f check_pop
        ln -s check_tcp check_pop
        rm -f check_udp
        ln -s check_tcp check_udp
        rm -f check_clamd
        ln -s check_tcp check_clamd
        rm -f check_simap
        ln -s check_tcp check_simap
        rm -f check_spop
        ln -s check_tcp check_spop
        rm -f check_jabber
        ln -s check_tcp check_jabber
        rm -f check_nntps
        ln -s check_tcp check_nntps
        rm -f check_ssmtp
        ln -s check_tcp check_ssmtp
Target "all" is up to date.
Making all in plugins-scripts
        NP_VERSION=1.4.14-61-g45e2 nawk -f ./subst check_breeze.pl > check_breeze
        chmod +x check_breeze
        NP_VERSION=1.4.14-61-g45e2 nawk -f ./subst check_disk_smb.pl > check_disk_smb
        chmod +x check_disk_smb
        NP_VERSION=1.4.14-61-g45e2 nawk -f ./subst check_flexlm.pl > check_flexlm
        chmod +x check_flexlm
        NP_VERSION=1.4.14-61-g45e2 nawk -f ./subst check_ircd.pl > check_ircd
        chmod +x check_ircd
        NP_VERSION=1.4.14-61-g45e2 nawk -f ./subst check_log.sh > check_log
        chmod +x check_log
        NP_VERSION=1.4.14-61-g45e2 nawk -f ./subst check_oracle.sh > check_oracle
        chmod +x check_oracle
        NP_VERSION=1.4.14-61-g45e2 nawk -f ./subst check_rpc.pl > check_rpc
        chmod +x check_rpc
        NP_VERSION=1.4.14-61-g45e2 nawk -f ./subst check_sensors.sh > check_sensors
        chmod +x check_sensors
        NP_VERSION=1.4.14-61-g45e2 nawk -f ./subst check_wave.pl > check_wave
        chmod +x check_wave
        NP_VERSION=1.4.14-61-g45e2 nawk -f ./subst check_ifstatus.pl > check_ifstatus
        chmod +x check_ifstatus
        NP_VERSION=1.4.14-61-g45e2 nawk -f ./subst check_ifoperstatus.pl > check_ifoperstatus
        chmod +x check_ifoperstatus
        NP_VERSION=1.4.14-61-g45e2 nawk -f ./subst check_mailq.pl > check_mailq
        chmod +x check_mailq
        NP_VERSION=1.4.14-61-g45e2 nawk -f ./subst check_file_age.pl > check_file_age
        chmod +x check_file_age
        cd .. && /bin/sh ./config.status plugins-scripts/utils.sh
config.status: creating plugins-scripts/utils.sh
        cd .. && /bin/sh ./config.status plugins-scripts/utils.pm
config.status: creating plugins-scripts/utils.pm
Target "all" is up to date.
Making all in plugins-root
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I../plugins -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_dhcp.o -MD -MP -MF .deps/check_dhcp.Tpo -c -o check_dhcp.o check_dhcp.c
check_dhcp.c: In function 'add_dhcp_offer':
check_dhcp.c:843: warning: comparison is always false due to limited range of data type
        mv -f .deps/check_dhcp.Tpo .deps/check_dhcp.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_dhcp check_dhcp.o -L/lib -lintl ../plugins/netutils.o ../plugins/utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -lpthread -ldl 
mkdir .libs
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_dhcp check_dhcp.o ../plugins/netutils.o ../plugins/utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins-root -L/lib -lintl ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lpthread -ldl
        gcc -DLOCALEDIR=\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I.. -I.. -I../lib -I../gl -I../intl -I../plugins -I/include   -I/include -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2 -MT check_icmp.o -MD -MP -MF .deps/check_icmp.Tpo -c -o check_icmp.o check_icmp.c
check_icmp.c: In function 'recvfrom_wto':
check_icmp.c:903: warning: passing argument 6 of 'nrecvfrom' from incompatible pointer type
        mv -f .deps/check_icmp.Tpo .deps/check_icmp.Po
        /bin/sh ../libtool --tag=CC    --mode=link gcc -DNP_VERSION='"1.4.14-61-g45e2"' -g -O2   -L. -L/lib -o check_icmp check_icmp.o -L/lib -lintl ../plugins/netutils.o ../plugins/utils.o ../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -lnsl -lpthread -ldl 
gcc -DNP_VERSION=\"1.4.14-61-g45e2\" -g -O2 -o check_icmp check_icmp.o ../plugins/netutils.o ../plugins/utils.o  -L/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2/plugins-root -L/lib -lintl ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lpthread -ldl
Target "all" is up to date.
Making all in po
Target "all" is up to date.
Target "all-am" is up to date.
root@:/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2# gvv    cc   ^C
root@:/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2# gcc -v
Using built-in specs.
Target: powerpc-ibm-aix5.3.0.0
Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --disable-nls --enable-languages=c,c++ --prefix=/opt/freeware --enable-threads --enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.3.0.0
Thread model: aix
gcc version 4.0.0
root@:/usr/src/packages/BUILD/nagios-plugins-1.4.14-61-g45e2# ^D

Script command is complete on Mon Dec 21 14:51:51 2009.