bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] [GNU tar 1.15.92] testsuite: 8 failed


From: Sean Christopher Soria
Subject: [Bug-tar] [GNU tar 1.15.92] testsuite: 8 failed
Date: Tue, 7 Nov 2006 13:07:36 -0800 (PST)

## --------------------------- ##
## GNU tar 1.15.92 test suite. ##
## --------------------------- ##

testsuite: command line was:
  $ ./testsuite

## ----------- ##
## ChangeLogs. ##
## ----------- ##

testsuite: ../ChangeLog:
| 2006-10-02  Sergey Poznyakoff  <address@hidden>
| | * THANKS: Add Joerg Weilbier
|       * src/buffer.c (new_volume): Initialize current_block
|       * src/xheader.c (xheader_string_end): Fix diagnostic message.
|       * tests/multiv05.at: New testcase.
|       * tests/Makefile.am, tests/testsuite.at: Add multiv05.at
| | 2006-09-27 Sergey Poznyakoff <address@hidden>
|

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

hostname = pdslib51
uname -m = 00088D5F4C00
uname -r = 1
uname -s = AIX
uname -v = 5

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

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

PATH: /usr/src/local/Working_on/tar-1.15.92/tests
PATH: /usr/src/local/Working_on/tar-1.15.92/src
PATH: /usr/src/local/Working_on/tar-1.15.92/build-aux
PATH: /usr/src/local/Working_on/tar-1.15.92
PATH: /u/library/bin
PATH: /usr/bin
PATH: /etc
PATH: /usr/sbin
PATH: /usr/ucb
PATH: /usr/bin/X11
PATH: /sbin
PATH: /usr/java130/jre/bin
PATH: /usr/java130/bin

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
| | # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/usr/src/local/Working_on/tar-1.15.92/tests'
| at_srcdir='.'
| abs_srcdir='/usr/src/local/Working_on/tar-1.15.92/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/usr/src/local/Working_on/tar-1.15.92'
| at_top_build_prefix='../'
| abs_top_builddir='/usr/src/local/Working_on/tar-1.15.92'
| | # Backward compatibility with Autotest <= 2.59b:
| at_top_builddir=$at_top_build_prefix
| | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/sh'}

testsuite: atlocal:
| # tests/atlocal.  Generated from atlocal.in by configure.                     
                -*- shell-script -*-
| # Configurable variable values for tar test suite.
| # Copyright (C) 2004, 2006 Free Software Foundation, Inc.
| | PATH=/usr/src/local/Working_on/tar-1.15.92/tests:/usr/src/local/Working_on/tar-1.15.92/src:/usr/src/local/Working_on/tar-1.15.92/build-aux:$top_srcdir:$srcdir:$PATH | | XFAILFILE=$abs_builddir/.badversion | | trap "test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15 | | TEST_DATA_URL=ftp://download.gnu.org.ua/pub/tests/tar
| if test -z "$TEST_DATA_DIR"; then
|   TEST_DATA_DIR=$abs_builddir
| fi
| | STAR_DATA_URL=http://download.berlios.de/pub/star/testscripts
| if test -z "$STAR_TESTSCRIPTS"; then
|   STAR_TESTSCRIPTS=$TEST_DATA_DIR
| fi | | # tarball_prereq file sum dir url
| tarball_prereq() {
| if test -d "$3"; then | if test -r $3/$1; then
|       :
|     elif test -n "$FULL_TEST"; then
|       wget -q --directory-prefix=$3 $4/$1
|     fi
| fi | echo "$2 $3/$1" | md5sum --status --check - | } | |

## ---------------- ##
## Tested programs. ##
## ---------------- ##

./testsuite.at:92: /usr/src/local/Working_on/tar-1.15.92/src/tar --version
tar (GNU tar) 1.15.92
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Tue Nov  7 12:49:30 PST 2006
1. tar version (version.at:19): ok      (0m0.01s 0m0.06s)
2. decompressing from stdin (pipe.at:29): ok    (0m0.41s 0m1.55s)
3. mixing options (options.at:24): ok   (0m0.08s 0m0.08s)
4. interspersed options (options02.at:26): ok   (0m0.06s 0m0.10s)
5. tar --index-file=FILE --file=- (indexfile.at:26): ok (0m0.25s 0m0.94s)
6. append (append.at:21): ok    (0m0.49s 0m0.87s)
7. appending files with long names (append01.at:29): ok (0m0.31s 0m1.19s)
9. deleting a member after a big one (delete01.at:23): ok       (0m0.39s 
0m1.14s)
10. deleting a member from stdin archive (delete02.at:23): ok   (0m0.46s 
0m1.47s)
11. deleting members with long names (delete03.at:21): ok       (0m0.34s 
0m2.25s)
12. deleting a large last member (delete04.at:23): ok   (0m0.62s 0m2.04s)
13. deleting non-existing member (delete05.at:27): ok   (0m0.34s 0m1.27s)
14. extract over an existing directory (extrac01.at:23): ok     (0m0.21s 
0m0.98s)
15. extracting symlinks over an existing file (extrac02.at:23): ok      
(0m0.28s 0m0.99s)
16. extraction loops (extrac03.at:23): ok       (0m0.25s 0m0.86s)
17. extract + fnmatch (extrac04.at:23): ok      (0m0.21s 0m1.24s)
18. extracting selected members from pax (extrac05.at:30): ok   (0m0.02s 
0m0.26s)
19. mode of extracted directories (extrac06.at:33): ok  (0m0.27s 0m1.56s)
20. gzip (gzip.at:23): ok       (0m0.02s 0m0.11s)
21. incremental (incremental.at:23): ok (0m0.19s 0m0.86s)
22. restore broken symlinks from incremental (incr01.at:27): ok (0m0.24s 
0m0.94s)
23. restoring timestamps from incremental (incr02.at:32): ok    (0m0.18s 
0m0.81s)
24. --listed for individual files (listed01.at:26): ok  (0m0.18s 0m0.62s)
25. working --listed (listed02.at:28): ok       (0m0.25s 0m1.48s)
26. renamed files in incrementals (incr03.at:28): ok    (0m0.43s 0m1.53s)
27. proper icontents initialization (incr04.at:29): ok  (0m0.38s 0m1.17s)
28. renamed dirs in incrementals (rename01.at:24): ok   (0m0.35s 0m1.52s)
29. move between hierarchies (rename02.at:24): ok       (0m0.39s 0m1.59s)
30. cyclic renames (rename03.at:23): ok (0m0.40s 0m1.93s)
31. changed file types in incrementals (chtype.at:27): ok       (0m0.49s 
0m1.58s)
32. ignfail (ignfail.at:23): ok (0m0.59s 0m2.13s)
33. link count gt 2 (link01.at:33): ok  (0m0.40s 0m1.07s)
34. long names in V7 archives (longv7.at:24): ok        (0m0.05s 0m0.20s)
35. long file names divisible by block size (long01.at:28): ok  (0m0.31s 
0m0.85s)
36. ustar: unsplittable file name (lustar01.at:21): ok  (0m0.05s 0m0.18s)
37. ustar: unsplittable path name (lustar02.at:21): ok  (0m0.03s 0m0.20s)
38. ustar: splitting long names (lustar03.at:21): ok    (0m0.05s 0m0.25s)
39. multivolume dumps from pipes (multiv01.at:23): ok   (0m0.21s 0m0.74s)
40. skipping a straddling member (multiv02.at:28): ok   (0m0.21s 0m0.91s)
41. MV archive & long filenames (multiv03.at:30): ok        (0m0.25s 0m0.77s)
42. split directory members in a MV archive (multiv04.at:36): ok        
(0m0.50s 0m2.05s)
43. Restoring after an out of sync folume (multiv05.at:26): ok  (0m0.45s 
0m0.67s)
44. old archives (old.at:23): ok        (0m0.03s 0m0.14s)
45. recurse (recurse.at:21): ok (0m0.24s 0m0.89s)
46. working -C with --same-order (same-order01.at:26): ok       (0m0.40s 
0m1.17s)
47. multiple -C options (same-order02.at:25): ok        (0m0.29s 0m1.22s)
48. short records (shortrec.at:25): ok  (0m0.64s 0m1.86s)
49. sparse files (sparse01.at:21): ok
50. extracting sparse file over a pipe (sparse02.at:21): ok     (0m1.01s 
0m1.32s)
51. storing sparse files > 8G (sparse03.at:21): skipped (sparse03.at:45)
52. sparse files in MV archives (sparsemv.at:21): ok    (0m0.45s 0m0.97s)
53. sparse files in PAX MV archives, v.0.0 (spmvp00.at:21): ok  (0m0.27s 
0m0.78s)
54. sparse files in PAX MV archives, v.0.1 (spmvp01.at:21): ok  (0m0.25s 
0m1.08s)
55. sparse files in PAX MV archives, v.1.0 (spmvp10.at:21): ok  (0m0.24s 
0m1.09s)
56. update unchanged directories (update.at:27): ok     (0m0.38s 0m1.53s)
57. volume (volume.at:23): ok   (0m0.36s 0m0.64s)
58. volume header size (volsize.at:29): skipped (volsize.at:54)
59. compressed format recognition (comprec.at:21): ok   (0m0.37s 0m1.13s)
60. truncate (truncate.at:28): ok       (0m46.81s 0m28.86s)
61. gtarfail (gtarfail.at:21): skipped (gtarfail.at:38)
62. gtarfail2 (gtarfail2.at:21): skipped (gtarfail2.at:41)
63. multi-fail (multi-fail.at:21): skipped (multi-fail.at:86)
64. ustar-big-2g (ustar-big-2g.at:21): skipped (ustar-big-2g.at:36)
65. ustar-big-8g (ustar-big-8g.at:21): skipped (ustar-big-8g.at:36)
66. pax-big-10g (pax-big-10g.at:21): skipped (pax-big-10g.at:36)
testsuite: ending at: Tue Nov  7 12:59:55 PST 2006

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: 58 tests were run,
1 failed unexpectedly.
8 tests were skipped.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
GNU tar 1.15.92 test suite test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

   8: append02.at:40     append vs. create
      append append02 append-gnu

Skipped tests:
GNU tar 1.15.92 test suite test groups:

 NUM: FILE-NAME:LINE     TEST-GROUP-NAME
      KEYWORDS

  51: sparse03.at:21     storing sparse files > 8G
      sparse sparse03
  58: volsize.at:29      volume header size
      volume volsize
  61: gtarfail.at:21     gtarfail
      star gtarfail
  62: gtarfail2.at:21    gtarfail2
      star gtarfail2
  63: multi-fail.at:21   multi-fail
      star multivolume multiv multi-fail
  64: ustar-big-2g.at:21 ustar-big-2g
      star ustar-big-2g
  65: ustar-big-8g.at:21 ustar-big-8g
      star ustar-big-8g
  66: pax-big-10g.at:21  pax-big-10g
      star pax-big-10g

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

#                             -*- compilation -*-
8. append02.at:40: testing ...
./append02.at:68:
mkdir v7
(cd v7
TEST_TAR_FORMAT=v7
export TEST_TAR_FORMAT
TAR_OPTIONS="-H v7"
export TAR_OPTIONS
rm -rf *

genfile --file file1
genfile --file file2

# For PAX archives, we need to make sure extended header names are
# reproducible.
if test $TEST_TAR_FORMAT = posix; then
  TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f"
fi

echo Creating archive.1
tar cf archive.1 file1 file2

echo Creating archive.2
tar cfT archive.2 /dev/null
tar rf archive.2 file1
tar rf archive.2 file2

echo Comparing archives
cmp archive.1 archive.2
)
./append02.at:68:
mkdir oldgnu
(cd oldgnu
TEST_TAR_FORMAT=oldgnu
export TEST_TAR_FORMAT
TAR_OPTIONS="-H oldgnu"
export TAR_OPTIONS
rm -rf *

genfile --file file1
genfile --file file2

# For PAX archives, we need to make sure extended header names are
# reproducible.
if test $TEST_TAR_FORMAT = posix; then
  TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f"
fi

echo Creating archive.1
tar cf archive.1 file1 file2

echo Creating archive.2
tar cfT archive.2 /dev/null
tar rf archive.2 file1
tar rf archive.2 file2

echo Comparing archives
cmp archive.1 archive.2
)
./append02.at:68:
mkdir ustar
(cd ustar
TEST_TAR_FORMAT=ustar
export TEST_TAR_FORMAT
TAR_OPTIONS="-H ustar"
export TAR_OPTIONS
rm -rf *

genfile --file file1
genfile --file file2

# For PAX archives, we need to make sure extended header names are
# reproducible.
if test $TEST_TAR_FORMAT = posix; then
  TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f"
fi

echo Creating archive.1
tar cf archive.1 file1 file2

echo Creating archive.2
tar cfT archive.2 /dev/null
tar rf archive.2 file1
tar rf archive.2 file2

echo Comparing archives
cmp archive.1 archive.2
)
./append02.at:68:
mkdir posix
(cd posix
TEST_TAR_FORMAT=posix
export TEST_TAR_FORMAT
TAR_OPTIONS="-H posix"
export TAR_OPTIONS
rm -rf *

genfile --file file1
genfile --file file2

# For PAX archives, we need to make sure extended header names are
# reproducible.
if test $TEST_TAR_FORMAT = posix; then
  TAR_OPTIONS="$TAR_OPTIONS --pax-option=exthdr.name=%d/PaxHeaders/%f"
fi

echo Creating archive.1
tar cf archive.1 file1 file2

echo Creating archive.2
tar cfT archive.2 /dev/null
tar rf archive.2 file1
tar rf archive.2 file2

echo Comparing archives
cmp archive.1 archive.2
)
3a4
archive.1 archive.2 differ: char 147, line 1
./append02.at:68: exit code was 1, expected 0
8. append02.at:40: 8. append vs. create (append02.at:40): FAILED 
(append02.at:68)


## ------------- ##
## ../config.log ##
## ------------- ##
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
| | It was created by GNU tar configure 1.15.92, which was
| generated by GNU Autoconf 2.60.  Invocation command line was
| | $ ./configure | | ## --------- ##
| ## Platform. ##
| ## --------- ##
| | hostname = pdslib51
| uname -m = 00088D5F4C00
| uname -r = 1
| uname -s = AIX
| uname -v = 5
| | /usr/bin/uname -p = powerpc
| /bin/uname -X     = unknown
| | /bin/arch = unknown
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| /usr/bin/hostinfo      = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = 5.1.0.0
| /bin/universe          = unknown
| | PATH: /u/library/bin
| PATH: /usr/bin
| PATH: /etc
| PATH: /usr/sbin
| PATH: /usr/ucb
| PATH: /usr/bin/X11
| PATH: /sbin
| PATH: /usr/java130/jre/bin
| PATH: /usr/java130/bin
| PATH: .
| PATH: /etc
| PATH: ./tools
| | | ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| | configure:1942: checking for a BSD-compatible install
| configure:1998: result: build-aux/install-sh -c
| configure:2009: checking whether build environment is sane
| configure:2052: result: yes
| configure:2117: checking for gawk
| configure:2147: result: no
| configure:2117: checking for mawk
| configure:2147: result: no
| configure:2117: checking for nawk
| configure:2133: found /usr/bin/nawk
| configure:2144: result: nawk
| configure:2155: checking whether make sets $(MAKE)
| configure:2176: result: yes
| configure:2355: checking how to create a ustar tar archive
| configure:2368: tar --version
| tar: illegal option -- -
| usage: tar -{crtux} [-BFdhilmopsvw] [-num] [-ffile]
|                   [-bblocks] [-S feet] [-S address@hidden [-S blocksb]
|                   [-Linputlist] [-Nblocks] [-C directory] file ...
| configure:2371: $? = 1
| configure:2368: gnutar --version
| ./configure[2369]: gnutar:  not found
| configure:2371: $? = 127
| configure:2368: gtar --version
| ./configure[2369]: gtar:  not found
| configure:2371: $? = 127
| configure:2411: tardir=conftest.dir && eval gtar --format=ustar -chf - "$tardir" 
>conftest.tar
| ./configure[2412]: gtar:  not found
| configure:2414: $? = 127
| configure:2411: tardir=conftest.dir && eval tar chf - "$tardir" >conftest.tar
| configure:2414: $? = 0
| configure:2418: tar xf - <conftest.tar
| configure:2421: $? = 0
| configure:2434: result: plaintar
| configure:2460: checking for style of include used by make
| configure:2488: result: GNU
| configure:2561: checking for gcc
| configure:2588: result: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3
| configure:2826: checking for C compiler version
| configure:2833: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 --version >&5
| powerpc-ibm-aix5.1.0.0-gcc-3.4.3 (GCC) 3.4.3
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| | configure:2836: $? = 0
| configure:2843: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -v >&5
| Reading specs from /usr/local/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/specs
| Configured with: ../gcc-3.4.3/configure --disable-nls --disable-aix64
| Thread model: aix
| gcc version 3.4.3
| configure:2846: $? = 0
| configure:2853: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -V >&5
| powerpc-ibm-aix5.1.0.0-gcc-3.4.3: `-V' option must have argument
| configure:2856: $? = 1
| configure:2879: checking for C compiler default output file name
| configure:2906: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3    conftest.c  
>&5
| configure:2909: $? = 0
| configure:2955: result: a.out
| configure:2960: checking whether the C compiler works
| configure:2970: ./a.out
| configure:2973: $? = 0
| configure:2990: result: yes
| configure:2997: checking whether we are cross compiling
| configure:2999: result: no
| configure:3002: checking for suffix of executables
| configure:3009: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest    
conftest.c  >&5
| configure:3012: $? = 0
| configure:3036: result: | configure:3042: checking for suffix of object files
| configure:3068: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c   conftest.c 
>&5
| configure:3071: $? = 0
| configure:3094: result: o
| configure:3098: checking whether we are using the GNU C compiler
| configure:3127: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c   conftest.c 
>&5
| configure:3133: $? = 0
| configure:3140: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3143: $? = 0
| configure:3150: test -s conftest.o
| configure:3153: $? = 0
| configure:3167: result: yes
| configure:3172: checking whether 
/usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 accepts -g
| configure:3202: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g  conftest.c 
>&5
| configure:3208: $? = 0
| configure:3215: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3218: $? = 0
| configure:3225: test -s conftest.o
| configure:3228: $? = 0
| configure:3358: result: yes
| configure:3375: checking for /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 
option to accept ISO C89
| configure:3449: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3  -c -g -O2  
conftest.c >&5
| configure:3455: $? = 0
| configure:3462: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:3465: $? = 0
| configure:3472: test -s conftest.o
| configure:3475: $? = 0
| configure:3495: result: none needed
| configure:3515: checking dependency style of 
/usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3
| configure:3605: result: gcc3
| configure:3628: checking how to run the C preprocessor
| configure:3668: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:3674: $? = 0
| configure:3712: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| conftest.c:11:28: ac_nonexistent.h: No such file or directory
| configure:3718: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3758: result: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E
| configure:3787: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:3793: $? = 0
| configure:3831: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| conftest.c:11:28: ac_nonexistent.h: No such file or directory
| configure:3837: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3882: checking for grep that handles long lines and -e
| configure:3956: result: /usr/bin/grep
| configure:3961: checking for egrep
| configure:4039: result: /usr/bin/grep -E
| configure:4045: checking for AIX
| configure:4060: result: yes
| configure:4073: checking for ANSI C header files
| configure:4103: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:4109: $? = 0
| configure:4116: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4119: $? = 0
| configure:4126: test -s conftest.o
| configure:4129: $? = 0
| configure:4225: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2   
conftest.c  >&5
| configure:4228: $? = 0
| configure:4234: ./conftest
| configure:4237: $? = 0
| configure:4254: result: yes
| configure:4278: checking for sys/types.h
| configure:4299: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4278: checking for sys/stat.h
| configure:4299: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4278: checking for stdlib.h
| configure:4299: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4278: checking for string.h
| configure:4299: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4278: checking for memory.h
| configure:4299: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4278: checking for strings.h
| configure:4299: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4278: checking for inttypes.h
| configure:4299: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4278: checking for stdint.h
| configure:4299: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:54:20: stdint.h: No such file or directory
| configure:4305: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | | | #include <stdint.h>
| configure:4338: result: no
| configure:4278: checking for unistd.h
| configure:4299: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:4305: $? = 0
| configure:4312: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4315: $? = 0
| configure:4322: test -s conftest.o
| configure:4325: $? = 0
| configure:4338: result: yes
| configure:4360: checking minix/config.h usability
| configure:4377: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:54:26: minix/config.h: No such file or directory
| configure:4383: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <minix/config.h>
| configure:4414: result: no
| configure:4418: checking minix/config.h presence
| configure:4433: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| conftest.c:21:26: minix/config.h: No such file or directory
| configure:4439: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <minix/config.h>
| configure:4460: result: no
| configure:4493: checking for minix/config.h
| configure:4500: result: no
| configure:4539: checking whether it is safe to define __EXTENSIONS__
| configure:4567: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:4573: $? = 0
| configure:4580: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:4583: $? = 0
| configure:4590: test -s conftest.o
| configure:4593: $? = 0
| configure:4605: result: yes
| configure:4665: checking for gcc
| configure:4692: result: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3
| configure:4930: checking for C compiler version
| configure:4937: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 --version >&5
| powerpc-ibm-aix5.1.0.0-gcc-3.4.3 (GCC) 3.4.3
| Copyright (C) 2004 Free Software Foundation, Inc.
| This is free software; see the source for copying conditions.  There is NO
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
| | configure:4940: $? = 0
| configure:4947: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -v >&5
| Reading specs from /usr/local/lib/gcc/powerpc-ibm-aix5.1.0.0/3.4.3/specs
| Configured with: ../gcc-3.4.3/configure --disable-nls --disable-aix64
| Thread model: aix
| gcc version 3.4.3
| configure:4950: $? = 0
| configure:4957: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -V >&5
| powerpc-ibm-aix5.1.0.0-gcc-3.4.3: `-V' option must have argument
| configure:4960: $? = 1
| configure:4963: checking whether we are using the GNU C compiler
| configure:5032: result: yes
| configure:5037: checking whether 
/usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 accepts -g
| configure:5223: result: yes
| configure:5240: checking for /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 
option to accept ISO C89
| configure:5360: result: none needed
| configure:5380: checking dependency style of 
/usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3
| configure:5470: result: gcc3
| configure:5531: checking for ranlib
| configure:5547: found /usr/bin/ranlib
| configure:5558: result: ranlib
| configure:5588: checking for bison
| configure:5604: found /u/library/bin/bison
| configure:5615: result: bison -y
| configure:5634: checking for special C compiler options needed for large files
| configure:5761: result: no
| configure:5767: checking for _FILE_OFFSET_BITS value needed for large files
| configure:5803: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:29: warning: left shift count >= width of type
| conftest.c:29: warning: left shift count >= width of type
| conftest.c:31: error: size of array `off_t_is_large' is negative
| configure:5809: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |  /* Check that off_t can represent 2**63 - 1 correctly.
| |     We can't simply define LARGE_OFF_T to be 9223372036854775807,
| |     since some C++ compilers masquerading as C compilers
| |     incorrectly reject 9223372036854775807.  */
| | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| |   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| |                    && LARGE_OFF_T % 2147483647 == 1)
| |                   ? 1 : -1];
| | int
| | main ()
| | {
| | | | ;
| |   return 0;
| | }
| configure:5870: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:30: warning: left shift count >= width of type
| conftest.c:30: warning: left shift count >= width of type
| conftest.c:32: error: size of array `off_t_is_large' is negative
| configure:5876: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | /* end confdefs.h.  */
| | #define _FILE_OFFSET_BITS 64
| | #include <sys/types.h>
| |  /* Check that off_t can represent 2**63 - 1 correctly.
| |     We can't simply define LARGE_OFF_T to be 9223372036854775807,
| |     since some C++ compilers masquerading as C compilers
| |     incorrectly reject 9223372036854775807.  */
| | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| |   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| |                    && LARGE_OFF_T % 2147483647 == 1)
| |                   ? 1 : -1];
| | int
| | main ()
| | {
| | | | ;
| |   return 0;
| | }
| configure:5910: result: no
| configure:5920: checking for _LARGE_FILES value needed for large files
| configure:5956: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:29: warning: left shift count >= width of type
| conftest.c:29: warning: left shift count >= width of type
| conftest.c:31: error: size of array `off_t_is_large' is negative
| configure:5962: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |  /* Check that off_t can represent 2**63 - 1 correctly.
| |     We can't simply define LARGE_OFF_T to be 9223372036854775807,
| |     since some C++ compilers masquerading as C compilers
| |     incorrectly reject 9223372036854775807.  */
| | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| |   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| |                    && LARGE_OFF_T % 2147483647 == 1)
| |                   ? 1 : -1];
| | int
| | main ()
| | {
| | | | ;
| |   return 0;
| | }
| configure:6023: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6029: $? = 0
| configure:6036: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6039: $? = 0
| configure:6046: test -s conftest.o
| configure:6049: $? = 0
| configure:6063: result: 1
| configure:6075: checking for library containing strerror
| configure:6116: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2   
conftest.c  >&5
| configure:6122: $? = 0
| configure:6129: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6132: $? = 0
| configure:6139: test -s conftest
| configure:6142: $? = 0
| configure:6166: result: none required
| configure:6174: checking for inline
| configure:6200: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6206: $? = 0
| configure:6213: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6216: $? = 0
| configure:6223: test -s conftest.o
| configure:6226: $? = 0
| configure:6241: result: inline
| configure:6280: checking fcntl.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking fcntl.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for fcntl.h
| configure:6421: result: yes
| configure:6280: checking linux/fd.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:58:22: linux/fd.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <linux/fd.h>
| configure:6334: result: no
| configure:6338: checking linux/fd.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| conftest.c:25:22: linux/fd.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | /* end confdefs.h.  */
| | #include <linux/fd.h>
| configure:6380: result: no
| configure:6413: checking for linux/fd.h
| configure:6421: result: no
| configure:6270: checking for memory.h
| configure:6276: result: yes
| configure:6280: checking net/errno.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:59:23: net/errno.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <net/errno.h>
| configure:6334: result: no
| configure:6338: checking net/errno.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| conftest.c:26:23: net/errno.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | /* end confdefs.h.  */
| | #include <net/errno.h>
| configure:6380: result: no
| configure:6413: checking for net/errno.h
| configure:6421: result: no
| configure:6280: checking sgtty.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking sgtty.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for sgtty.h
| configure:6421: result: yes
| configure:6270: checking for string.h
| configure:6276: result: yes
| configure:6280: checking stropts.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking stropts.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for stropts.h
| configure:6421: result: yes
| configure:6280: checking sys/param.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking sys/param.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for sys/param.h
| configure:6421: result: yes
| configure:6280: checking sys/device.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking sys/device.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for sys/device.h
| configure:6421: result: yes
| configure:6280: checking sys/filio.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:64:23: sys/filio.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/filio.h>
| configure:6334: result: no
| configure:6338: checking sys/filio.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| conftest.c:31:23: sys/filio.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | /* end confdefs.h.  */
| | #include <sys/filio.h>
| configure:6380: result: no
| configure:6413: checking for sys/filio.h
| configure:6421: result: no
| configure:6280: checking sys/gentape.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:64:25: sys/gentape.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/gentape.h>
| configure:6334: result: no
| configure:6338: checking sys/gentape.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| conftest.c:31:25: sys/gentape.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | /* end confdefs.h.  */
| | #include <sys/gentape.h>
| configure:6380: result: no
| configure:6413: checking for sys/gentape.h
| configure:6421: result: no
| configure:6280: checking sys/inet.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:64:22: sys/inet.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/inet.h>
| configure:6334: result: no
| configure:6338: checking sys/inet.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| conftest.c:31:22: sys/inet.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | /* end confdefs.h.  */
| | #include <sys/inet.h>
| configure:6380: result: no
| configure:6413: checking for sys/inet.h
| configure:6421: result: no
| configure:6280: checking sys/io/trioctl.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:64:28: sys/io/trioctl.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/io/trioctl.h>
| configure:6334: result: no
| configure:6338: checking sys/io/trioctl.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| conftest.c:31:28: sys/io/trioctl.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | /* end confdefs.h.  */
| | #include <sys/io/trioctl.h>
| configure:6380: result: no
| configure:6413: checking for sys/io/trioctl.h
| configure:6421: result: no
| configure:6280: checking sys/mtio.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| In file included from conftest.c:64:
| /usr/include/sys/mtio.h:90:28: sys/mtextend.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/mtio.h>
| configure:6334: result: no
| configure:6338: checking sys/mtio.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| In file included from conftest.c:31:
| /usr/include/sys/mtio.h:90:28: sys/mtextend.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | /* end confdefs.h.  */
| | #include <sys/mtio.h>
| configure:6380: result: no
| configure:6413: checking for sys/mtio.h
| configure:6421: result: no
| configure:6280: checking sys/time.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking sys/time.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for sys/time.h
| configure:6421: result: yes
| configure:6280: checking sys/tprintf.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:65:25: sys/tprintf.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/tprintf.h>
| configure:6334: result: no
| configure:6338: checking sys/tprintf.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| conftest.c:32:25: sys/tprintf.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | /* end confdefs.h.  */
| | #include <sys/tprintf.h>
| configure:6380: result: no
| configure:6413: checking for sys/tprintf.h
| configure:6421: result: no
| configure:6280: checking sys/tape.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking sys/tape.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for sys/tape.h
| configure:6421: result: yes
| configure:6270: checking for unistd.h
| configure:6276: result: yes
| configure:6280: checking locale.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking locale.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for locale.h
| configure:6421: result: yes
| configure:6280: checking features.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:68:22: features.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <features.h>
| configure:6334: result: no
| configure:6338: checking features.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| conftest.c:35:22: features.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <features.h>
| configure:6380: result: no
| configure:6413: checking for features.h
| configure:6421: result: no
| configure:6280: checking linewrap.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:68:22: linewrap.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <linewrap.h>
| configure:6334: result: no
| configure:6338: checking linewrap.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| conftest.c:35:22: linewrap.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | /* end confdefs.h.  */
| | #include <linewrap.h>
| configure:6380: result: no
| configure:6413: checking for linewrap.h
| configure:6421: result: no
| configure:6280: checking wchar.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking wchar.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for wchar.h
| configure:6421: result: yes
| configure:6270: checking for stdint.h
| configure:6276: result: no
| configure:6270: checking for inttypes.h
| configure:6276: result: yes
| configure:6280: checking wctype.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking wctype.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for wctype.h
| configure:6421: result: yes
| configure:6280: checking priv.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:71:18: priv.h: No such file or directory
| configure:6303: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <priv.h>
| configure:6334: result: no
| configure:6338: checking priv.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| conftest.c:38:18: priv.h: No such file or directory
| configure:6359: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | /* end confdefs.h.  */
| | #include <priv.h>
| configure:6380: result: no
| configure:6413: checking for priv.h
| configure:6421: result: no
| configure:6280: checking utime.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking utime.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for utime.h
| configure:6421: result: yes
| configure:6280: checking netdb.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking netdb.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for netdb.h
| configure:6421: result: yes
| configure:6280: checking sys/wait.h usability
| configure:6297: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6303: $? = 0
| configure:6310: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6313: $? = 0
| configure:6320: test -s conftest.o
| configure:6323: $? = 0
| configure:6334: result: yes
| configure:6338: checking sys/wait.h presence
| configure:6353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:6359: $? = 0
| configure:6380: result: yes
| configure:6413: checking for sys/wait.h
| configure:6421: result: yes
| configure:6613: checking for sys/buf.h
| configure:6636: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6642: $? = 0
| configure:6649: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6652: $? = 0
| configure:6659: test -s conftest.o
| configure:6662: $? = 0
| configure:6675: result: yes
| configure:6687: checking for sys/wait.h that is POSIX.1 compatible
| configure:6761: result: yes
| configure:6771: checking for stdbool.h that conforms to C99
| configure:6864: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6870: $? = 0
| configure:6877: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6880: $? = 0
| configure:6887: test -s conftest.o
| configure:6890: $? = 0
| configure:6902: result: yes
| configure:6904: checking for _Bool
| configure:6934: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:6940: $? = 0
| configure:6947: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:6950: $? = 0
| configure:6957: test -s conftest.o
| configure:6960: $? = 0
| configure:6972: result: yes
| configure:7018: checking for dirent.h that defines DIR
| configure:7047: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:7053: $? = 0
| configure:7060: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7063: $? = 0
| configure:7070: test -s conftest.o
| configure:7073: $? = 0
| configure:7086: result: yes
| configure:7099: checking for library containing opendir
| configure:7140: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2   
conftest.c  >&5
| configure:7146: $? = 0
| configure:7153: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7156: $? = 0
| configure:7163: test -s conftest
| configure:7166: $? = 0
| configure:7190: result: none required
| configure:7300: checking whether sys/types.h defines makedev
| configure:7326: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2   
conftest.c  >&5
| /tmp//ccMuCXJ2.o: In function `.main':
| conftest.c:50: undefined reference to `.makedev'
| collect2: ld returned 1 exit status
| configure:7332: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | int
| | main ()
| | {
| | return makedev(0, 0);
| |   ;
| |   return 0;
| | }
| configure:7366: result: no
| configure:7380: checking sys/mkdev.h usability
| configure:7397: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:79:23: sys/mkdev.h: No such file or directory
| configure:7403: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/mkdev.h>
| configure:7434: result: no
| configure:7438: checking sys/mkdev.h presence
| configure:7453: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| conftest.c:46:23: sys/mkdev.h: No such file or directory
| configure:7459: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | /* end confdefs.h.  */
| | #include <sys/mkdev.h>
| configure:7480: result: no
| configure:7513: checking for sys/mkdev.h
| configure:7520: result: no
| configure:7545: checking sys/sysmacros.h usability
| configure:7562: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:7568: $? = 0
| configure:7575: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:7578: $? = 0
| configure:7585: test -s conftest.o
| configure:7588: $? = 0
| configure:7599: result: yes
| configure:7603: checking sys/sysmacros.h presence
| configure:7618: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  conftest.c
| configure:7624: $? = 0
| configure:7645: result: yes
| configure:7678: checking for sys/sysmacros.h
| configure:7685: result: yes
| configure:7701: checking whether stat file-mode macros are broken
| configure:7749: result: no
| configure:7759: checking for ANSI C header files
| configure:7940: result: yes
| configure:7951: checking for st_fstype string in struct stat
| configure:7978: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:53: error: structure has no member named `st_fstype'
| configure:7984: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <sys/stat.h>
| | int
| | main ()
| | {
| | struct stat s; s.st_fstype[0] = 'x';
| |   ;
| |   return 0;
| | }
| configure:8017: result: no
| configure:8027: checking return type of signal handlers
| configure:8055: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:54: error: void value not ignored as it ought to be
| configure:8061: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <signal.h>
| | | | int
| | main ()
| | {
| | return *(signal (0, 0)) (0) == 1;
| |   ;
| |   return 0;
| | }
| configure:8093: result: void
| configure:8101: checking for mode_t
| configure:8131: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:8137: $? = 0
| configure:8144: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8147: $? = 0
| configure:8154: test -s conftest.o
| configure:8157: $? = 0
| configure:8169: result: yes
| configure:8181: checking for pid_t
| configure:8211: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:8217: $? = 0
| configure:8224: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8227: $? = 0
| configure:8234: test -s conftest.o
| configure:8237: $? = 0
| configure:8249: result: yes
| configure:8261: checking for off_t
| configure:8291: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:8297: $? = 0
| configure:8304: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8307: $? = 0
| configure:8314: test -s conftest.o
| configure:8317: $? = 0
| configure:8329: result: yes
| configure:8341: checking for size_t
| configure:8371: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:8377: $? = 0
| configure:8384: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8387: $? = 0
| configure:8394: test -s conftest.o
| configure:8397: $? = 0
| configure:8409: result: yes
| configure:8421: checking for uid_t in sys/types.h
| configure:8444: result: yes
| configure:8459: checking for major_t
| configure:8489: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:82: error: parse error before "ac__type_new_"
| conftest.c:82: warning: data definition has no type or storage class
| conftest.c: In function `main':
| conftest.c:86: error: parse error before ')' token
| configure:8495: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | typedef major_t ac__type_new_;
| | int
| | main ()
| | {
| | if ((ac__type_new_ *) 0)
| |   return 0;
| | if (sizeof (ac__type_new_))
| |   return 0;
| |   ;
| |   return 0;
| | }
| configure:8527: result: no
| configure:8539: checking for minor_t
| configure:8569: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:83: error: parse error before "ac__type_new_"
| conftest.c:83: warning: data definition has no type or storage class
| conftest.c: In function `main':
| conftest.c:87: error: parse error before ')' token
| configure:8575: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | typedef minor_t ac__type_new_;
| | int
| | main ()
| | {
| | if ((ac__type_new_ *) 0)
| |   return 0;
| | if (sizeof (ac__type_new_))
| |   return 0;
| |   ;
| |   return 0;
| | }
| configure:8607: result: no
| configure:8619: checking for dev_t
| configure:8649: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:8655: $? = 0
| configure:8662: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8665: $? = 0
| configure:8672: test -s conftest.o
| configure:8675: $? = 0
| configure:8687: result: yes
| configure:8699: checking for ino_t
| configure:8729: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:8735: $? = 0
| configure:8742: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8745: $? = 0
| configure:8752: test -s conftest.o
| configure:8755: $? = 0
| configure:8767: result: yes
| configure:8781: checking for ssize_t
| configure:8808: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:8814: $? = 0
| configure:8821: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8824: $? = 0
| configure:8831: test -s conftest.o
| configure:8834: $? = 0
| configure:8846: result: yes
| configure:8860: checking for working alloca.h
| configure:8887: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2   
conftest.c  >&5
| configure:8893: $? = 0
| configure:8900: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8903: $? = 0
| configure:8910: test -s conftest
| configure:8913: $? = 0
| configure:8926: result: yes
| configure:8936: checking for alloca
| configure:8983: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2   
conftest.c  >&5
| configure:8989: $? = 0
| configure:8996: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:8999: $? = 0
| configure:9006: test -s conftest
| configure:9009: $? = 0
| configure:9022: result: yes
| configure:9271: checking for stdlib.h
| configure:9277: result: yes
| configure:9435: checking for GNU libc compatible malloc
| configure:9469: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2   
conftest.c  >&5
| configure:9472: $? = 0
| configure:9478: ./conftest
| configure:9481: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | /* end confdefs.h.  */
| | #if STDC_HEADERS || HAVE_STDLIB_H
| | # include <stdlib.h>
| | #else
| | char *malloc ();
| | #endif
| | | | int
| | main ()
| | {
| | return ! malloc (0);
| |   ;
| |   return 0;
| | }
| configure:9497: result: no
| configure:9513: checking for long long int
| configure:9546: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2   
conftest.c  >&5
| configure:9552: $? = 0
| configure:9559: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9562: $? = 0
| configure:9569: test -s conftest
| configure:9572: $? = 0
| configure:9585: result: yes
| configure:9607: checking for long double
| configure:9680: result: yes
| configure:9690: checking for C/C++ restrict keyword
| configure:9726: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:59: error: parse error before "ip"
| conftest.c: In function `foo':
| conftest.c:60: error: `ip' undeclared (first use in this function)
| conftest.c:60: error: (Each undeclared identifier is reported only once
| conftest.c:60: error: for each function it appears in.)
| conftest.c: In function `main':
| conftest.c:66: error: syntax error before "t"
| conftest.c:67: error: `t' undeclared (first use in this function)
| configure:9732: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | /* end confdefs.h.  */
| | typedef int * int_ptr;
| |         int foo (int_ptr restrict ip) {
| |         return ip[0];
| |        }
| | int
| | main ()
| | {
| | int s[1];
| |         int * restrict t = s;
| |         t[0] = 0;
| |         return foo(t)
| |   ;
| |   return 0;
| | }
| configure:9726: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:9732: $? = 0
| configure:9739: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9742: $? = 0
| configure:9749: test -s conftest.o
| configure:9752: $? = 0
| configure:9767: result: __restrict
| configure:9783: checking whether getenv is declared
| configure:9813: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:9819: $? = 0
| configure:9826: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:9829: $? = 0
| configure:9836: test -s conftest.o
| configure:9839: $? = 0
| configure:9851: result: yes
| configure:9903: checking whether clearerr_unlocked is declared
| configure:9933: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:98: error: `clearerr_unlocked' undeclared (first use in this 
function)
| conftest.c:98: error: (Each undeclared identifier is reported only once
| conftest.c:98: error: for each function it appears in.)
| configure:9939: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef clearerr_unlocked
| |   char *p = (char *) clearerr_unlocked;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:9971: result: no
| configure:9991: checking whether feof_unlocked is declared
| configure:10021: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:99: error: `feof_unlocked' undeclared (first use in this function)
| conftest.c:99: error: (Each undeclared identifier is reported only once
| conftest.c:99: error: for each function it appears in.)
| configure:10027: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef feof_unlocked
| |   char *p = (char *) feof_unlocked;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:10059: result: no
| configure:10079: checking whether ferror_unlocked is declared
| configure:10109: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:100: error: `ferror_unlocked' undeclared (first use in this 
function)
| conftest.c:100: error: (Each undeclared identifier is reported only once
| conftest.c:100: error: for each function it appears in.)
| configure:10115: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef ferror_unlocked
| |   char *p = (char *) ferror_unlocked;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:10147: result: no
| configure:10167: checking whether fflush_unlocked is declared
| configure:10197: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:101: error: `fflush_unlocked' undeclared (first use in this 
function)
| conftest.c:101: error: (Each undeclared identifier is reported only once
| conftest.c:101: error: for each function it appears in.)
| configure:10203: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fflush_unlocked
| |   char *p = (char *) fflush_unlocked;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:10235: result: no
| configure:10255: checking whether fgets_unlocked is declared
| configure:10285: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:102: error: `fgets_unlocked' undeclared (first use in this 
function)
| conftest.c:102: error: (Each undeclared identifier is reported only once
| conftest.c:102: error: for each function it appears in.)
| configure:10291: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fgets_unlocked
| |   char *p = (char *) fgets_unlocked;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:10323: result: no
| configure:10343: checking whether fputc_unlocked is declared
| configure:10373: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:103: error: `fputc_unlocked' undeclared (first use in this 
function)
| conftest.c:103: error: (Each undeclared identifier is reported only once
| conftest.c:103: error: for each function it appears in.)
| configure:10379: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fputc_unlocked
| |   char *p = (char *) fputc_unlocked;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:10411: result: no
| configure:10431: checking whether fputs_unlocked is declared
| configure:10461: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:104: error: `fputs_unlocked' undeclared (first use in this 
function)
| conftest.c:104: error: (Each undeclared identifier is reported only once
| conftest.c:104: error: for each function it appears in.)
| configure:10467: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fputs_unlocked
| |   char *p = (char *) fputs_unlocked;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:10499: result: no
| configure:10519: checking whether fread_unlocked is declared
| configure:10549: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:105: error: `fread_unlocked' undeclared (first use in this 
function)
| conftest.c:105: error: (Each undeclared identifier is reported only once
| conftest.c:105: error: for each function it appears in.)
| configure:10555: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fread_unlocked
| |   char *p = (char *) fread_unlocked;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:10587: result: no
| configure:10607: checking whether fwrite_unlocked is declared
| configure:10637: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:106: error: `fwrite_unlocked' undeclared (first use in this 
function)
| conftest.c:106: error: (Each undeclared identifier is reported only once
| conftest.c:106: error: for each function it appears in.)
| configure:10643: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef fwrite_unlocked
| |   char *p = (char *) fwrite_unlocked;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:10675: result: no
| configure:10695: checking whether getc_unlocked is declared
| configure:10725: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:10731: $? = 0
| configure:10738: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10741: $? = 0
| configure:10748: test -s conftest.o
| configure:10751: $? = 0
| configure:10763: result: yes
| configure:10783: checking whether getchar_unlocked is declared
| configure:10813: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:10819: $? = 0
| configure:10826: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10829: $? = 0
| configure:10836: test -s conftest.o
| configure:10839: $? = 0
| configure:10851: result: yes
| configure:10871: checking whether putc_unlocked is declared
| configure:10901: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:10907: $? = 0
| configure:10914: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:10917: $? = 0
| configure:10924: test -s conftest.o
| configure:10927: $? = 0
| configure:10939: result: yes
| configure:10959: checking whether putchar_unlocked is declared
| configure:10989: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:10995: $? = 0
| configure:11002: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11005: $? = 0
| configure:11012: test -s conftest.o
| configure:11015: $? = 0
| configure:11027: result: yes
| configure:11054: checking for flockfile
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for funlockfile
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for pathconf
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for lchmod
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccYSQtjM.o: In function `.main':
| conftest.c:111: undefined reference to `.lchmod'
| collect2: ld returned 1 exit status
| configure:11116: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | /* end confdefs.h.  */
| | /* Define lchmod to an innocuous variant, in case <limits.h> declares 
lchmod.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define lchmod innocuous_lchmod
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char lchmod (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef lchmod | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char lchmod ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_lchmod || defined __stub___lchmod
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return lchmod ();
| |   ;
| |   return 0;
| | }
| configure:11150: result: no
| configure:11054: checking for fdopendir
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//cceur0z1.o: In function `.main':
| conftest.c:111: undefined reference to `.fdopendir'
| collect2: ld returned 1 exit status
| configure:11116: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | /* end confdefs.h.  */
| | /* Define fdopendir to an innocuous variant, in case <limits.h> declares 
fdopendir.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define fdopendir innocuous_fdopendir
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char fdopendir (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef fdopendir | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char fdopendir ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_fdopendir || defined __stub___fdopendir
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return fdopendir ();
| |   ;
| |   return 0;
| | }
| configure:11150: result: no
| configure:11054: checking for fchdir
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for gettimeofday
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for nanotime
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccdOz8cr.o: In function `.main':
| conftest.c:113: undefined reference to `.nanotime'
| collect2: ld returned 1 exit status
| configure:11116: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | /* end confdefs.h.  */
| | /* Define nanotime to an innocuous variant, in case <limits.h> declares 
nanotime.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define nanotime innocuous_nanotime
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char nanotime (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef nanotime | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char nanotime ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_nanotime || defined __stub___nanotime
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return nanotime ();
| |   ;
| |   return 0;
| | }
| configure:11150: result: no
| configure:11054: checking for setlocale
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for alarm
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for iswprint
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for mbsinit
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for mbrtowc
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for mempcpy
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| conftest.c:107: warning: conflicting types for built-in function 'mempcpy'
| /tmp//ccmgBj2n.o: In function `.main':
| conftest.c:118: undefined reference to `.mempcpy'
| collect2: ld returned 1 exit status
| configure:11116: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | /* end confdefs.h.  */
| | /* Define mempcpy to an innocuous variant, in case <limits.h> declares 
mempcpy.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define mempcpy innocuous_mempcpy
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char mempcpy (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef mempcpy | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char mempcpy ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_mempcpy || defined __stub___mempcpy
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return mempcpy ();
| |   ;
| |   return 0;
| | }
| configure:11150: result: no
| configure:11054: checking for wcrtomb
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for wcscoll
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for pipe
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for futimes
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccyt84Iw.o: In function `.main':
| conftest.c:121: undefined reference to `.futimes'
| collect2: ld returned 1 exit status
| configure:11116: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | /* end confdefs.h.  */
| | /* Define futimes to an innocuous variant, in case <limits.h> declares 
futimes.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define futimes innocuous_futimes
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char futimes (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef futimes | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char futimes ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_futimes || defined __stub___futimes
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return futimes ();
| |   ;
| |   return 0;
| | }
| configure:11150: result: no
| configure:11054: checking for futimesat
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccAeD1Vp.o: In function `.main':
| conftest.c:121: undefined reference to `.futimesat'
| collect2: ld returned 1 exit status
| configure:11116: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | /* end confdefs.h.  */
| | /* Define futimesat to an innocuous variant, in case <limits.h> declares 
futimesat.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define futimesat innocuous_futimesat
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char futimesat (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef futimesat | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char futimesat ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_futimesat || defined __stub___futimesat
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return futimesat ();
| |   ;
| |   return 0;
| | }
| configure:11150: result: no
| configure:11054: checking for wcwidth
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for strerror
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for lstat
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11054: checking for mkfifo
| configure:11110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11116: $? = 0
| configure:11123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11126: $? = 0
| configure:11133: test -s conftest
| configure:11136: $? = 0
| configure:11150: result: yes
| configure:11183: checking for d_ino member in directory struct
| configure:11212: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11218: $? = 0
| configure:11225: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:11228: $? = 0
| configure:11235: test -s conftest
| configure:11238: $? = 0
| configure:11253: result: yes
| configure:11265: checking whether system is Windows or MSDOS
| configure:11294: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:97: error: `neither' undeclared (first use in this function)
| conftest.c:97: error: (Each undeclared identifier is reported only once
| conftest.c:97: error: for each function it appears in.)
| conftest.c:97: error: parse error before "MSDOS"
| configure:11300: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | /* end confdefs.h.  */
| | | | int
| | main ()
| | {
| | #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined 
__CYGWIN__
| | neither MSDOS nor Windows
| | #endif
| |   ;
| |   return 0;
| | }
| configure:11333: result: no
| configure:11441: checking for long file names
| configure:11473: result: yes
| configure:11523: checking whether memrchr is declared
| configure:11553: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:133: error: `memrchr' undeclared (first use in this function)
| conftest.c:133: error: (Each undeclared identifier is reported only once
| conftest.c:133: error: for each function it appears in.)
| configure:11559: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef memrchr
| |   char *p = (char *) memrchr;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:11591: result: no
| configure:11615: checking for unistd.h
| configure:11621: result: yes
| configure:11779: checking for working chown
| configure:11822: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11825: $? = 0
| configure:11831: ./conftest
| configure:11834: $? = 0
| configure:11852: result: yes
| configure:11863: checking whether chown(2) dereferences symlinks
| configure:11906: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:11909: $? = 0
| configure:11915: ./conftest
| configure:11918: $? = 0
| configure:11936: result: yes
| configure:11953: checking build system type
| configure:11971: result: powerpc-ibm-aix5.1.0.0
| configure:11993: checking host system type
| configure:12008: result: powerpc-ibm-aix5.1.0.0
| configure:12032: checking whether // is distinct from /
| configure:12061: result: no
| configure:12075: checking whether strerror_r is declared
| configure:12105: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:137: error: `strerror_r' undeclared (first use in this function)
| conftest.c:137: error: (Each undeclared identifier is reported only once
| conftest.c:137: error: for each function it appears in.)
| configure:12111: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef strerror_r
| |   char *p = (char *) strerror_r;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:12143: result: no
| configure:12165: checking for strerror_r
| configure:12221: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:12227: $? = 0
| configure:12234: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12237: $? = 0
| configure:12244: test -s conftest
| configure:12247: $? = 0
| configure:12261: result: yes
| configure:12271: checking whether strerror_r returns char *
| configure:12376: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:12379: $? = 0
| configure:12385: ./conftest
| configure:12388: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| |     extern char *strerror_r ();
| | int
| | main ()
| | {
| | char buf[100];
| |       char x = *strerror_r (0, buf, sizeof buf);
| |       return ! isalpha (x);
| |   ;
| |   return 0;
| | }
| configure:12404: result: no
| configure:12414: checking for mbstate_t
| configure:12441: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:12447: $? = 0
| configure:12454: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12457: $? = 0
| configure:12464: test -s conftest.o
| configure:12467: $? = 0
| configure:12479: result: yes
| configure:12495: checking whether getcwd (NULL, 0) allocates memory for result
| configure:12533: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:12536: $? = 0
| configure:12542: ./conftest
| configure:12545: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | /* end confdefs.h.  */
| | | | # include <stdlib.h>
| | #    include <unistd.h>
| | #    ifndef getcwd
| |      char *getcwd ();
| | #    endif
| |      int
| |      main ()
| |      {
| |        if (chdir ("/") != 0)
| |          exit (1);
| |        else
| |          {
| |            char *f = getcwd (NULL, 0);
| |            exit (! (f && f[0] == '/' && !f[1]));
| |          }
| |      }
| configure:12561: result: no
| configure:12565: checking whether getcwd is declared
| configure:12595: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:12601: $? = 0
| configure:12608: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12611: $? = 0
| configure:12618: test -s conftest.o
| configure:12621: $? = 0
| configure:12633: result: yes
| configure:12652: checking whether time.h and sys/time.h may both be included
| configure:12682: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:12688: $? = 0
| configure:12695: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12698: $? = 0
| configure:12705: test -s conftest.o
| configure:12708: $? = 0
| configure:12720: result: yes
| configure:12751: checking for struct timespec
| configure:12788: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:12794: $? = 0
| configure:12801: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12804: $? = 0
| configure:12811: test -s conftest.o
| configure:12814: $? = 0
| configure:12827: result: yes
| configure:12841: checking whether nanosleep is declared
| configure:12872: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:12878: $? = 0
| configure:12885: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12888: $? = 0
| configure:12895: test -s conftest.o
| configure:12898: $? = 0
| configure:12910: result: yes
| configure:12934: checking for compound literals
| configure:12961: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:12967: $? = 0
| configure:12974: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:12977: $? = 0
| configure:12984: test -s conftest.o
| configure:12987: $? = 0
| configure:12999: result: yes
| configure:13009: checking whether struct tm is in sys/time.h or time.h
| configure:13037: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:13043: $? = 0
| configure:13050: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:13053: $? = 0
| configure:13060: test -s conftest.o
| configure:13063: $? = 0
| configure:13075: result: time.h
| configure:13086: checking for struct tm.tm_gmtoff
| configure:13115: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:114: error: structure has no member named `tm_gmtoff'
| configure:13121: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | /* end confdefs.h.  */
| | #include <time.h>
| | | | int
| | main ()
| | {
| | static struct tm ac_aggr;
| | if (ac_aggr.tm_gmtoff)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:13172: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:114: error: structure has no member named `tm_gmtoff'
| configure:13178: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | /* end confdefs.h.  */
| | #include <time.h>
| | | | int
| | main ()
| | {
| | static struct tm ac_aggr;
| | if (sizeof ac_aggr.tm_gmtoff)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:13213: result: no
| configure:13225: checking whether getdelim is declared
| configure:13255: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:145: error: `getdelim' undeclared (first use in this function)
| conftest.c:145: error: (Each undeclared identifier is reported only once
| conftest.c:145: error: for each function it appears in.)
| configure:13261: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef getdelim
| |   char *p = (char *) getdelim;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:13293: result: no
| configure:14133: checking sys/inttypes.h usability
| configure:14150: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:14156: $? = 0
| configure:14163: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14166: $? = 0
| configure:14173: test -s conftest.o
| configure:14176: $? = 0
| configure:14187: result: yes
| configure:14191: checking sys/inttypes.h presence
| configure:14206: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  
conftest.c
| configure:14212: $? = 0
| configure:14233: result: yes
| configure:14266: checking for sys/inttypes.h
| configure:14274: result: yes
| configure:14133: checking sys/bitypes.h usability
| configure:14150: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:143:25: sys/bitypes.h: No such file or directory
| configure:14156: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <sys/bitypes.h>
| configure:14187: result: no
| configure:14191: checking sys/bitypes.h presence
| configure:14206: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  
conftest.c
| conftest.c:110:25: sys/bitypes.h: No such file or directory
| configure:14212: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | /* end confdefs.h.  */
| | #include <sys/bitypes.h>
| configure:14233: result: no
| configure:14266: checking for sys/bitypes.h
| configure:14274: result: no
| configure:14309: checking for bit size of ptrdiff_t
| configure:14748: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:14751: $? = 0
| configure:14757: ./conftest
| configure:14760: $? = 0
| configure:14778: result: 32
| configure:14309: checking for bit size of sig_atomic_t
| configure:14748: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:14751: $? = 0
| configure:14757: ./conftest
| configure:14760: $? = 0
| configure:14778: result: 32
| configure:14309: checking for bit size of size_t
| configure:14748: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:14751: $? = 0
| configure:14757: ./conftest
| configure:14760: $? = 0
| configure:14778: result: 32
| configure:14309: checking for bit size of wchar_t
| configure:14748: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:14751: $? = 0
| configure:14757: ./conftest
| configure:14760: $? = 0
| configure:14778: result: 16
| configure:14309: checking for bit size of wint_t
| configure:14748: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:14751: $? = 0
| configure:14757: ./conftest
| configure:14760: $? = 0
| configure:14778: result: 32
| configure:14799: checking whether sig_atomic_t is signed
| configure:14836: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:14842: $? = 0
| configure:14849: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14852: $? = 0
| configure:14859: test -s conftest.o
| configure:14862: $? = 0
| configure:14877: result: yes
| configure:14799: checking whether wchar_t is signed
| configure:14836: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:127: error: size of array `verify' is negative
| configure:14842: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | /* end confdefs.h.  */
| | | | #include <stddef.h>
| |   #include <signal.h>
| |   #if HAVE_WCHAR_H
| |     /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| |        <wchar.h>.  */
| |   # include <stdio.h>
| |   # include <time.h>
| |   # include <wchar.h>
| |   #endif
| | | | int verify[2 * ((wchar_t) -1 < (wchar_t) 0) - 1];
| | int
| | main ()
| | {
| | | | ;
| |   return 0;
| | }
| configure:14877: result: no
| configure:14799: checking whether wint_t is signed
| configure:14836: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:14842: $? = 0
| configure:14849: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14852: $? = 0
| configure:14859: test -s conftest.o
| configure:14862: $? = 0
| configure:14877: result: yes
| configure:14903: checking for ptrdiff_t integer literal suffix
| configure:14959: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:129: error: conflicting types for 'foo'
| conftest.c:128: error: previous declaration of 'foo' was here
| conftest.c:129: error: conflicting types for 'foo'
| conftest.c:128: error: previous declaration of 'foo' was here
| configure:14965: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | /* end confdefs.h.  */
| | | | #include <stddef.h>
| |   #include <signal.h>
| |   #if HAVE_WCHAR_H
| |     /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| |        <wchar.h>.  */
| |   # include <stdio.h>
| |   # include <time.h>
| |   # include <wchar.h>
| |   #endif
| | | | extern ptrdiff_t foo;
| |           extern int foo;
| | int
| | main ()
| | {
| | | | ;
| |   return 0;
| | }
| configure:14959: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:14965: $? = 0
| configure:14972: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14975: $? = 0
| configure:14982: test -s conftest.o
| configure:14985: $? = 0
| configure:15001: result: l
| configure:14903: checking for sig_atomic_t integer literal suffix
| configure:14959: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:14965: $? = 0
| configure:14972: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14975: $? = 0
| configure:14982: test -s conftest.o
| configure:14985: $? = 0
| configure:15001: result: | configure:14903: checking for size_t integer literal suffix
| configure:14959: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:131: error: conflicting types for 'foo'
| conftest.c:130: error: previous declaration of 'foo' was here
| conftest.c:131: error: conflicting types for 'foo'
| conftest.c:130: error: previous declaration of 'foo' was here
| configure:14965: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | /* end confdefs.h. */ | | | | #include <stddef.h>
| |   #include <signal.h>
| |   #if HAVE_WCHAR_H
| |     /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| |        <wchar.h>.  */
| |   # include <stdio.h>
| |   # include <time.h>
| |   # include <wchar.h>
| |   #endif
| | | | extern size_t foo;
| |           extern unsigned int foo;
| | int
| | main ()
| | {
| | | | ;
| |   return 0;
| | }
| configure:14959: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:14965: $? = 0
| configure:14972: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14975: $? = 0
| configure:14982: test -s conftest.o
| configure:14985: $? = 0
| configure:15001: result: ul
| configure:14903: checking for wchar_t integer literal suffix
| configure:14959: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:132: error: conflicting types for 'foo'
| conftest.c:131: error: previous declaration of 'foo' was here
| conftest.c:132: error: conflicting types for 'foo'
| conftest.c:131: error: previous declaration of 'foo' was here
| configure:14965: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul
| | /* end confdefs.h.  */
| | | | #include <stddef.h>
| |   #include <signal.h>
| |   #if HAVE_WCHAR_H
| |     /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| |        <wchar.h>.  */
| |   # include <stdio.h>
| |   # include <time.h>
| |   # include <wchar.h>
| |   #endif
| | | | extern wchar_t foo;
| |           extern unsigned int foo;
| | int
| | main ()
| | {
| | | | ;
| |   return 0;
| | }
| configure:14959: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:132: error: conflicting types for 'foo'
| conftest.c:131: error: previous declaration of 'foo' was here
| conftest.c:132: error: conflicting types for 'foo'
| conftest.c:131: error: previous declaration of 'foo' was here
| configure:14965: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul
| | /* end confdefs.h.  */
| | | | #include <stddef.h>
| |   #include <signal.h>
| |   #if HAVE_WCHAR_H
| |     /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| |        <wchar.h>.  */
| |   # include <stdio.h>
| |   # include <time.h>
| |   # include <wchar.h>
| |   #endif
| | | | extern wchar_t foo;
| |           extern unsigned long int foo;
| | int
| | main ()
| | {
| | | | ;
| |   return 0;
| | }
| configure:14959: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:132: error: conflicting types for 'foo'
| conftest.c:131: error: previous declaration of 'foo' was here
| conftest.c:132: error: conflicting types for 'foo'
| conftest.c:131: error: previous declaration of 'foo' was here
| configure:14965: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul
| | /* end confdefs.h.  */
| | | | #include <stddef.h>
| |   #include <signal.h>
| |   #if HAVE_WCHAR_H
| |     /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| |        <wchar.h>.  */
| |   # include <stdio.h>
| |   # include <time.h>
| |   # include <wchar.h>
| |   #endif
| | | | extern wchar_t foo;
| |           extern unsigned long long int foo;
| | int
| | main ()
| | {
| | | | ;
| |   return 0;
| | }
| configure:14959: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:132: error: parse error before "foo"
| conftest.c:132: error: conflicting types for 'foo'
| conftest.c:131: error: previous declaration of 'foo' was here
| conftest.c:132: error: conflicting types for 'foo'
| conftest.c:131: error: previous declaration of 'foo' was here
| conftest.c:132: warning: data definition has no type or storage class
| configure:14965: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul
| | /* end confdefs.h.  */
| | | | #include <stddef.h>
| |   #include <signal.h>
| |   #if HAVE_WCHAR_H
| |     /* BSD/OS 4.1 has a bug: <stdio.h> and <time.h> must be included before
| |        <wchar.h>.  */
| |   # include <stdio.h>
| |   # include <time.h>
| |   # include <wchar.h>
| |   #endif
| | | | extern wchar_t foo;
| |           extern unsigned __int64 foo;
| | int
| | main ()
| | {
| | | | ;
| |   return 0;
| | }
| configure:15001: result: no
| configure:14903: checking for wint_t integer literal suffix
| configure:14959: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:14965: $? = 0
| configure:14972: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:14975: $? = 0
| configure:14982: test -s conftest.o
| configure:14985: $? = 0
| configure:15001: result: | configure:15025: checking for inttypes.h
| configure:15031: result: yes
| configure:15190: checking whether the inttypes.h PRIxNN macros are broken
| configure:15221: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:15227: $? = 0
| configure:15234: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:15237: $? = 0
| configure:15244: test -s conftest.o
| configure:15247: $? = 0
| configure:15260: result: no
| configure:15276: checking whether imaxabs is declared
| configure:15306: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:160: error: `imaxabs' undeclared (first use in this function)
| conftest.c:160: error: (Each undeclared identifier is reported only once
| conftest.c:160: error: for each function it appears in.)
| configure:15312: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef imaxabs
| |   char *p = (char *) imaxabs;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:15344: result: no
| configure:15364: checking whether imaxdiv is declared
| configure:15394: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:161: error: `imaxdiv' undeclared (first use in this function)
| conftest.c:161: error: (Each undeclared identifier is reported only once
| conftest.c:161: error: for each function it appears in.)
| configure:15400: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef imaxdiv
| |   char *p = (char *) imaxdiv;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:15432: result: no
| configure:15452: checking whether strtoimax is declared
| configure:15482: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:15488: $? = 0
| configure:15495: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:15498: $? = 0
| configure:15505: test -s conftest.o
| configure:15508: $? = 0
| configure:15520: result: yes
| configure:15540: checking whether strtoumax is declared
| configure:15570: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:163: error: `strtoumax' undeclared (first use in this function)
| conftest.c:163: error: (Each undeclared identifier is reported only once
| conftest.c:163: error: for each function it appears in.)
| configure:15576: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef strtoumax
| |   char *p = (char *) strtoumax;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:15608: result: no
| configure:15637: checking for nl_langinfo and CODESET
| configure:15663: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:15669: $? = 0
| configure:15676: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:15679: $? = 0
| configure:15686: test -s conftest
| configure:15689: $? = 0
| configure:15703: result: yes
| configure:15720: checking whether we are using the GNU C Library 2.1 or newer
| conftest.c:129:22: features.h: No such file or directory
| configure:15751: result: no
| configure:15757: checking whether lstat dereferences a symlink specified with 
a trailing slash
| configure:15793: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:15796: $? = 0
| configure:15802: ./conftest
| configure:15805: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | struct stat sbuf;
| |      /* Linux will dereference the symlink and fail.
| |     That is better in the sense that it means we will not
| |     have to compile and use the lstat wrapper.  */
| |      return lstat ("conftest.sym/", &sbuf) == 0;
| |   ;
| |   return 0;
| | }
| configure:15828: result: no
| configure:15854: checking whether mbrtowc and mbstate_t are properly declared
| configure:15884: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:15890: $? = 0
| configure:15897: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:15900: $? = 0
| configure:15907: test -s conftest
| configure:15910: $? = 0
| configure:15923: result: yes
| configure:15937: checking whether <limits.h> defines MIN and MAX
| configure:15964: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:130: error: initializer element is not constant
| configure:15970: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | /* end confdefs.h.  */
| | #include <limits.h>
| | int x = MIN (42, 17);
| | int
| | main ()
| | {
| | | | ;
| |   return 0;
| | }
| configure:16002: result: no
| configure:16017: checking whether <sys/param.h> defines MIN and MAX
| configure:16044: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:16050: $? = 0
| configure:16057: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16060: $? = 0
| configure:16067: test -s conftest.o
| configure:16070: $? = 0
| configure:16082: result: yes
| configure:16118: checking for working mktime
| configure:16327: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:16330: $? = 0
| configure:16336: ./conftest
| configure:16339: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | /* end confdefs.h.  */
| | /* Test program from Paul Eggert and Tony Leneis.  */
| | #ifdef TIME_WITH_SYS_TIME
| | # include <sys/time.h>
| | # include <time.h>
| | #else
| | # ifdef HAVE_SYS_TIME_H
| | #  include <sys/time.h>
| | # else
| | #  include <time.h>
| | # endif
| | #endif
| | | | #include <stdlib.h> | | | | #ifdef HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | | | #ifndef HAVE_ALARM
| | # define alarm(X) /* empty */
| | #endif
| | | | /* Work around redefinition to rpl_putenv by other config tests. */
| | #undef putenv
| | | | static time_t time_t_max;
| | static time_t time_t_min;
| | | | /* Values we'll use to set the TZ environment variable. */
| | static char *tz_strings[] = {
| |   (char *) 0, "TZ=GMT0", "TZ=JST-9",
| |   "TZ=EST+3EDT+2,M10.1.0/00:00:00,M2.3.0/00:00:00"
| | };
| | #define N_STRINGS (sizeof (tz_strings) / sizeof (tz_strings[0]))
| | | | /* Return 0 if mktime fails to convert a date in the spring-forward gap.
| |    Based on a problem report from Andreas Jaeger.  */
| | static int
| | spring_forward_gap ()
| | {
| |   /* glibc (up to about 1998-10-07) failed this test. */
| |   struct tm tm;
| | | | /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
| |      instead of "TZ=America/Vancouver" in order to detect the bug even
| |      on systems that don't support the Olson extension, or don't have the
| |      full zoneinfo tables installed.  */
| |   putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
| | | | tm.tm_year = 98;
| |   tm.tm_mon = 3;
| |   tm.tm_mday = 5;
| |   tm.tm_hour = 2;
| |   tm.tm_min = 0;
| |   tm.tm_sec = 0;
| |   tm.tm_isdst = -1;
| |   return mktime (&tm) != (time_t) -1;
| | }
| | | | static int
| | mktime_test1 (now)
| |      time_t now;
| | {
| |   struct tm *lt;
| |   return ! (lt = localtime (&now)) || mktime (lt) == now;
| | }
| | | | static int
| | mktime_test (now)
| |      time_t now;
| | {
| |   return (mktime_test1 (now)
| |       && mktime_test1 ((time_t) (time_t_max - now))
| |       && mktime_test1 ((time_t) (time_t_min + now)));
| | }
| | | | static int
| | irix_6_4_bug ()
| | {
| |   /* Based on code from Ariel Faigon.  */
| |   struct tm tm;
| |   tm.tm_year = 96;
| |   tm.tm_mon = 3;
| |   tm.tm_mday = 0;
| |   tm.tm_hour = 0;
| |   tm.tm_min = 0;
| |   tm.tm_sec = 0;
| |   tm.tm_isdst = -1;
| |   mktime (&tm);
| |   return tm.tm_mon == 2 && tm.tm_mday == 31;
| | }
| | | | static int
| | bigtime_test (j)
| |      int j;
| | {
| |   struct tm tm;
| |   time_t now;
| |   tm.tm_year = tm.tm_mon = tm.tm_mday = tm.tm_hour = tm.tm_min = tm.tm_sec 
= j;
| |   now = mktime (&tm);
| |   if (now != (time_t) -1)
| |     {
| |       struct tm *lt = localtime (&now);
| |       if (! (lt
| |          && lt->tm_year == tm.tm_year
| |          && lt->tm_mon == tm.tm_mon
| |          && lt->tm_mday == tm.tm_mday
| |          && lt->tm_hour == tm.tm_hour
| |          && lt->tm_min == tm.tm_min
| |          && lt->tm_sec == tm.tm_sec
| |          && lt->tm_yday == tm.tm_yday
| |          && lt->tm_wday == tm.tm_wday
| |          && ((lt->tm_isdst < 0 ? -1 : 0 < lt->tm_isdst)
| |               == (tm.tm_isdst < 0 ? -1 : 0 < tm.tm_isdst))))
| |     return 0;
| |     }
| |   return 1;
| | }
| | | | static int
| | year_2050_test ()
| | {
| |   /* The correct answer for 2050-02-01 00:00:00 in Pacific time,
| |      ignoring leap seconds.  */
| |   unsigned long int answer = 2527315200UL;
| | | | struct tm tm;
| |   time_t t;
| |   tm.tm_year = 2050 - 1900;
| |   tm.tm_mon = 2 - 1;
| |   tm.tm_mday = 1;
| |   tm.tm_hour = tm.tm_min = tm.tm_sec = 0;
| |   tm.tm_isdst = -1;
| | | | /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0"
| |      instead of "TZ=America/Vancouver" in order to detect the bug even
| |      on systems that don't support the Olson extension, or don't have the
| |      full zoneinfo tables installed.  */
| |   putenv ("TZ=PST8PDT,M4.1.0,M10.5.0");
| | | | t = mktime (&tm); | | | | /* Check that the result is either a failure, or close enough
| |      to the correct answer that we can assume the discrepancy is
| |      due to leap seconds.  */
| |   return (t == (time_t) -1
| |       || (0 < t && answer - 120 <= t && t <= answer + 120));
| | }
| | | | int
| | main ()
| | {
| |   time_t t, delta;
| |   int i, j;
| | | | /* This test makes some buggy mktime implementations loop.
| |      Give up after 60 seconds; a mktime slower than that
| |      isn't worth using anyway.  */
| |   alarm (60);
| | | | for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2)
| |     continue;
| |   time_t_max--;
| |   if ((time_t) -1 < 0)
| |     for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2)
| |       continue;
| |   delta = time_t_max / 997; /* a suitable prime number */
| |   for (i = 0; i < N_STRINGS; i++)
| |     {
| |       if (tz_strings[i])
| |     putenv (tz_strings[i]);
| | | | for (t = 0; t <= time_t_max - delta; t += delta)
| |     if (! mktime_test (t))
| |       return 1;
| |       if (! (mktime_test ((time_t) 1)
| |          && mktime_test ((time_t) (60 * 60))
| |          && mktime_test ((time_t) (60 * 60 * 24))))
| |     return 1;
| | | | for (j = 1; 0 < j; j *= 2)
| |     if (! bigtime_test (j))
| |       return 1;
| |       if (! bigtime_test (j - 1))
| |     return 1;
| |     }
| |   return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ());
| | }
| configure:16355: result: no
| configure:16403: checking whether strdup is declared
| configure:16433: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:16439: $? = 0
| configure:16446: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16449: $? = 0
| configure:16456: test -s conftest.o
| configure:16459: $? = 0
| configure:16471: result: yes
| configure:16491: checking whether strndup is declared
| configure:16521: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:16527: $? = 0
| configure:16534: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16537: $? = 0
| configure:16544: test -s conftest.o
| configure:16547: $? = 0
| configure:16559: result: yes
| configure:16579: checking whether strnlen is declared
| configure:16609: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:16615: $? = 0
| configure:16622: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16625: $? = 0
| configure:16632: test -s conftest.o
| configure:16635: $? = 0
| configure:16647: result: yes
| configure:16667: checking for unsigned long long int
| configure:16698: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:16704: $? = 0
| configure:16711: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16714: $? = 0
| configure:16721: test -s conftest
| configure:16724: $? = 0
| configure:16737: result: yes
| configure:16759: checking whether utime accepts a null argument
| configure:16795: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:16798: $? = 0
| configure:16804: ./conftest
| configure:16807: $? = 0
| configure:16823: result: yes
| configure:16852: checking for struct utimbuf
| configure:16892: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:16898: $? = 0
| configure:16905: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:16908: $? = 0
| configure:16915: test -s conftest.o
| configure:16918: $? = 0
| configure:16931: result: yes
| configure:16943: checking determine whether the utimes function works
| configure:17016: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:17019: $? = 0
| configure:17025: ./conftest
| configure:17028: $? = 0
| configure:17044: result: yes
| configure:17069: checking for EOVERFLOW
| configure:17552: result: yes
| configure:17565: checking for signed
| configure:17591: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:17597: $? = 0
| configure:17604: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:17607: $? = 0
| configure:17614: test -s conftest.o
| configure:17617: $? = 0
| configure:17629: result: yes
| configure:17640: checking for wchar_t
| configure:17667: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:17673: $? = 0
| configure:17680: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:17683: $? = 0
| configure:17690: test -s conftest.o
| configure:17693: $? = 0
| configure:17705: result: yes
| configure:17716: checking for wint_t
| configure:17743: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:17749: $? = 0
| configure:17756: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:17759: $? = 0
| configure:17766: test -s conftest.o
| configure:17769: $? = 0
| configure:17781: result: yes
| configure:17792: checking for inttypes.h
| configure:17819: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:17825: $? = 0
| configure:17832: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:17835: $? = 0
| configure:17842: test -s conftest.o
| configure:17845: $? = 0
| configure:17857: result: yes
| configure:17868: checking for stdint.h
| configure:17895: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:141:20: stdint.h: No such file or directory
| configure:17901: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <stdint.h>
| | int
| | main ()
| | {
| | uintmax_t i = (uintmax_t) -1; return !i;
| |   ;
| |   return 0;
| | }
| configure:17933: result: no
| configure:17946: checking for intmax_t
| configure:17981: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:17987: $? = 0
| configure:17994: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:17997: $? = 0
| configure:18004: test -s conftest.o
| configure:18007: $? = 0
| configure:18019: result: yes
| configure:18040: checking whether vsnprintf is declared
| configure:18070: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:18076: $? = 0
| configure:18083: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:18086: $? = 0
| configure:18093: test -s conftest.o
| configure:18096: $? = 0
| configure:18108: result: yes
| configure:18210: checking whether program_invocation_name is declared
| configure:18241: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:150: error: `program_invocation_name' undeclared (first use in 
this function)
| conftest.c:150: error: (Each undeclared identifier is reported only once
| conftest.c:150: error: for each function it appears in.)
| configure:18247: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | /* end confdefs.h.  */
| | #include <errno.h>
| | | | int
| | main ()
| | {
| | #ifndef program_invocation_name
| |   char *p = (char *) program_invocation_name;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:18279: result: no
| configure:18295: checking whether program_invocation_short_name is declared
| configure:18326: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:151: error: `program_invocation_short_name' undeclared (first use 
in this function)
| conftest.c:151: error: (Each undeclared identifier is reported only once
| conftest.c:151: error: for each function it appears in.)
| configure:18332: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | /* end confdefs.h.  */
| | #include <errno.h>
| | | | int
| | main ()
| | {
| | #ifndef program_invocation_short_name
| |   char *p = (char *) program_invocation_short_name;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:18364: result: no
| configure:18385: checking whether program_invocation_name is defined
| configure:18408: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:146:18: argp.h: No such file or directory
| conftest.c: In function `main':
| conftest.c:150: error: `program_invocation_name' undeclared (first use in 
this function)
| conftest.c:150: error: (Each undeclared identifier is reported only once
| conftest.c:150: error: for each function it appears in.)
| configure:18414: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | /* end confdefs.h.  */
| | #include <argp.h>
| | int
| | main ()
| | {
| |  program_invocation_name = "test";
| |   ;
| |   return 0;
| | }
| configure:18447: result: no
| configure:18453: checking whether program_invocation_short_name is defined
| configure:18476: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:146:18: argp.h: No such file or directory
| conftest.c: In function `main':
| conftest.c:150: error: `program_invocation_short_name' undeclared (first use 
in this function)
| conftest.c:150: error: (Each undeclared identifier is reported only once
| conftest.c:150: error: for each function it appears in.)
| configure:18482: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | /* end confdefs.h.  */
| | #include <argp.h>
| | int
| | main ()
| | {
| |  program_invocation_short_name = "test";
| |   ;
| |   return 0;
| | }
| configure:18515: result: no
| configure:18657: checking whether this system has an arbitrary file name 
length limit
| configure:18683: result: yes
| configure:18721: checking for mempcpy
| configure:18817: result: no
| configure:18881: checking for openat
| configure:18937: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccUplDrJ.o: In function `.main':
| conftest.c:180: undefined reference to `.openat'
| collect2: ld returned 1 exit status
| configure:18943: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | /* end confdefs.h.  */
| | /* Define openat to an innocuous variant, in case <limits.h> declares 
openat.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define openat innocuous_openat
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char openat (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef openat | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char openat ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_openat || defined __stub___openat
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return openat ();
| |   ;
| |   return 0;
| | }
| configure:18977: result: no
| configure:19023: checking for memrchr
| configure:19079: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccKDx0UU.o: In function `.main':
| conftest.c:181: undefined reference to `.memrchr'
| collect2: ld returned 1 exit status
| configure:19085: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | /* end confdefs.h.  */
| | /* Define memrchr to an innocuous variant, in case <limits.h> declares 
memrchr.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define memrchr innocuous_memrchr
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char memrchr (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef memrchr | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char memrchr ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_memrchr || defined __stub___memrchr
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return memrchr ();
| |   ;
| |   return 0;
| | }
| configure:19119: result: no
| configure:19298: checking for library containing clock_gettime
| configure:19339: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:19345: $? = 0
| configure:19352: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19355: $? = 0
| configure:19362: test -s conftest
| configure:19365: $? = 0
| configure:19389: result: none required
| configure:19404: checking for clock_gettime
| configure:19460: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:19466: $? = 0
| configure:19473: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19476: $? = 0
| configure:19483: test -s conftest
| configure:19486: $? = 0
| configure:19500: result: yes
| configure:19404: checking for clock_settime
| configure:19460: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:19466: $? = 0
| configure:19473: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19476: $? = 0
| configure:19483: test -s conftest
| configure:19486: $? = 0
| configure:19500: result: yes
| configure:19540: checking for d_ino member in directory struct
| configure:19610: result: yes
| configure:19650: checking for error_at_line
| configure:19676: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccrwowTy.o: In function `.main':
| conftest.c:186: undefined reference to `.error_at_line'
| collect2: ld returned 1 exit status
| configure:19682: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | error_at_line (0, 0, "", 0, "");
| |   ;
| |   return 0;
| | }
| configure:19715: result: no
| configure:19760: checking for working fcntl.h
| configure:19809: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:19812: $? = 0
| configure:19818: ./conftest
| configure:19821: $? = 0
| configure:19837: result: yes
| configure:19848: checking absolute name of <fcntl.h>
| configure:19873: result: ///usr/include/fcntl.h
| configure:19904: checking for struct stat.st_blocks
| configure:19932: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:19938: $? = 0
| configure:19945: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:19948: $? = 0
| configure:19955: test -s conftest.o
| configure:19958: $? = 0
| configure:20029: result: yes
| configure:20074: checking for working GNU fnmatch
| configure:20126: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| conftest.c: In function `main':
| conftest.c:175: error: `FNM_CASEFOLD' undeclared (first use in this function)
| conftest.c:175: error: (Each undeclared identifier is reported only once
| conftest.c:175: error: for each function it appears in.)
| conftest.c:176: error: `FNM_EXTMATCH' undeclared (first use in this function)
| conftest.c:177: error: `FNM_FILE_NAME' undeclared (first use in this function)
| conftest.c:178: error: `FNM_LEADING_DIR' undeclared (first use in this 
function)
| configure:20129: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | /* end confdefs.h.  */
| | | | # include <stdlib.h>
| | #      include <fnmatch.h>
| | #      define y(a, b, c) (fnmatch (a, b, c) == 0)
| | #      define n(a, b, c) (fnmatch (a, b, c) == FNM_NOMATCH)
| |        static int
| |        fnm (char const *pattern, char const *string, int flags)
| |        {
| |          return fnmatch (pattern, string, flags);
| |        }
| | | | int
| | main ()
| | {
| | exit
| |        (!(fnm ("a*", "", 0) == FNM_NOMATCH
| |           && y ("a*", "abc", 0)
| |           && n ("d*/*1", "d/s/1", FNM_PATHNAME)
| |           && y ("a\\bc", "abc", 0)
| |           && n ("a\\bc", "abc", FNM_NOESCAPE)
| |           && y ("*x", ".x", 0)
| |           && n ("*x", ".x", FNM_PERIOD)
| |           && y ("xxXX", "xXxX", FNM_CASEFOLD)
| |                 && y ("a++(x|yy)b", "a+xyyyyxb", FNM_EXTMATCH)
| |                 && n ("d*/*1", "d/s/1", FNM_FILE_NAME)
| |                 && y ("*", "x", FNM_FILE_NAME | FNM_LEADING_DIR)
| |                 && y ("x*", "x/y/z", FNM_FILE_NAME | FNM_LEADING_DIR)
| |                 && y ("*c*", "c/x", FNM_FILE_NAME | FNM_LEADING_DIR)));
| |   ;
| |   return 0;
| | }
| configure:20154: result: no
| configure:20159: checking whether isblank is declared
| configure:20190: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:20196: $? = 0
| configure:20203: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:20206: $? = 0
| configure:20213: test -s conftest.o
| configure:20216: $? = 0
| configure:20228: result: yes
| configure:20255: checking for btowc
| configure:20311: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:20317: $? = 0
| configure:20324: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:20327: $? = 0
| configure:20334: test -s conftest
| configure:20337: $? = 0
| configure:20351: result: yes
| configure:20255: checking for mbsrtowcs
| configure:20311: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:20317: $? = 0
| configure:20324: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:20327: $? = 0
| configure:20334: test -s conftest
| configure:20337: $? = 0
| configure:20351: result: yes
| configure:20255: checking for mempcpy
| configure:20351: result: no
| configure:20255: checking for wmemchr
| configure:20311: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:20317: $? = 0
| configure:20324: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:20327: $? = 0
| configure:20334: test -s conftest
| configure:20337: $? = 0
| configure:20351: result: yes
| configure:20255: checking for wmemcpy
| configure:20311: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:20317: $? = 0
| configure:20324: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:20327: $? = 0
| configure:20334: test -s conftest
| configure:20337: $? = 0
| configure:20351: result: yes
| configure:20255: checking for wmempcpy
| configure:20311: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccuAQ5jt.o: In function `.main':
| conftest.c:192: undefined reference to `.wmempcpy'
| collect2: ld returned 1 exit status
| configure:20317: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | /* end confdefs.h.  */
| | /* Define wmempcpy to an innocuous variant, in case <limits.h> declares 
wmempcpy.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define wmempcpy innocuous_wmempcpy
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char wmempcpy (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef wmempcpy | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char wmempcpy ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_wmempcpy || defined __stub___wmempcpy
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return wmempcpy ();
| |   ;
| |   return 0;
| | }
| configure:20351: result: no
| configure:20367: checking for wchar.h
| configure:20373: result: yes
| configure:20367: checking for wctype.h
| configure:20373: result: yes
| configure:20569: checking stdio_ext.h usability
| configure:20586: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:194:23: stdio_ext.h: No such file or directory
| configure:20592: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <stdio_ext.h>
| configure:20623: result: no
| configure:20627: checking stdio_ext.h presence
| configure:20642: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  
conftest.c
| conftest.c:161:23: stdio_ext.h: No such file or directory
| configure:20648: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | /* end confdefs.h.  */
| | #include <stdio_ext.h>
| configure:20669: result: no
| configure:20702: checking for stdio_ext.h
| configure:20710: result: no
| configure:20727: checking for __fpending
| configure:20783: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccYAHIAG.o: In function `.main':
| conftest.c:195: undefined reference to `.__fpending'
| collect2: ld returned 1 exit status
| configure:20789: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | /* end confdefs.h.  */
| | /* Define __fpending to an innocuous variant, in case <limits.h> declares 
__fpending.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define __fpending innocuous___fpending
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char __fpending (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef __fpending | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char __fpending ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub___fpending || defined __stub_____fpending
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return __fpending ();
| |   ;
| |   return 0;
| | }
| configure:20823: result: no
| configure:20847: checking whether __fpending is declared
| configure:20878: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:172: error: `__fpending' undeclared (first use in this function)
| conftest.c:172: error: (Each undeclared identifier is reported only once
| conftest.c:172: error: for each function it appears in.)
| configure:20884: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | /* end confdefs.h.  */
| | | | # include <stdio.h>
| | #     if HAVE_STDIO_EXT_H
| | #      include <stdio_ext.h>
| | #     endif
| | | | | | int
| | main ()
| | {
| | #ifndef __fpending
| |   char *p = (char *) __fpending;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:20916: result: no
| configure:20935: checking how to determine the number of pending output bytes 
on a stream
| configure:20993: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:167: error: structure has no member named `_IO_write_ptr'
| conftest.c:167: error: structure has no member named `_IO_write_base'
| configure:20999: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | | | int
| | main ()
| | {
| | FILE *fp = stdin; (void) (fp->_IO_write_ptr - fp->_IO_write_base);
| |   ;
| |   return 0;
| | }
| configure:20993: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:20999: $? = 0
| configure:21006: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:21009: $? = 0
| configure:21016: test -s conftest.o
| configure:21019: $? = 0
| configure:21038: result: fp->_ptr - fp->_base
| configure:21054: checking for ftruncate
| configure:21110: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:21116: $? = 0
| configure:21123: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:21126: $? = 0
| configure:21133: test -s conftest
| configure:21136: $? = 0
| configure:21150: result: yes
| configure:21818: checking for struct tm.tm_zone
| configure:21849: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:173: error: structure has no member named `tm_zone'
| configure:21855: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <time.h>
| | | | | | int
| | main ()
| | {
| | static struct tm ac_aggr;
| | if (ac_aggr.tm_zone)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:21908: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:173: error: structure has no member named `tm_zone'
| configure:21914: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| | #include <time.h>
| | | | | | int
| | main ()
| | {
| | static struct tm ac_aggr;
| | if (sizeof ac_aggr.tm_zone)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:21949: result: no
| configure:21967: checking whether tzname is declared
| configure:21998: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:22004: $? = 0
| configure:22011: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22014: $? = 0
| configure:22021: test -s conftest.o
| configure:22024: $? = 0
| configure:22036: result: yes
| configure:22054: checking for tzname
| configure:22084: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:22090: $? = 0
| configure:22097: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:22100: $? = 0
| configure:22107: test -s conftest
| configure:22110: $? = 0
| configure:22123: result: yes
| configure:22147: checking for getdelim
| configure:22203: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccgnvf2k.o: In function `.main':
| conftest.c:201: undefined reference to `.getdelim'
| collect2: ld returned 1 exit status
| configure:22209: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | /* end confdefs.h.  */
| | /* Define getdelim to an innocuous variant, in case <limits.h> declares 
getdelim.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define getdelim innocuous_getdelim
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char getdelim (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef getdelim | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char getdelim ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_getdelim || defined __stub___getdelim
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return getdelim ();
| |   ;
| |   return 0;
| | }
| configure:22243: result: no
| configure:22276: checking for flockfile
| configure:22372: result: yes
| configure:22276: checking for funlockfile
| configure:22372: result: yes
| configure:22390: checking whether getline is declared
| configure:22420: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:206: error: `getline' undeclared (first use in this function)
| conftest.c:206: error: (Each undeclared identifier is reported only once
| conftest.c:206: error: for each function it appears in.)
| configure:22426: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | #ifndef getline
| |   char *p = (char *) getline;
| |   return !p;
| | #endif
| | | | ;
| |   return 0;
| | }
| configure:22458: result: no
| configure:22478: checking for getline
| configure:22534: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccaLdCWK.o: In function `.main':
| conftest.c:204: undefined reference to `.getline'
| collect2: ld returned 1 exit status
| configure:22540: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | /* end confdefs.h.  */
| | /* Define getline to an innocuous variant, in case <limits.h> declares 
getline.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define getline innocuous_getline
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char getline (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef getline | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char getline ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_getline || defined __stub___getline
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return getline ();
| |   ;
| |   return 0;
| | }
| configure:22573: result: no
| configure:22697: checking for getdelim
| configure:22793: result: no
| configure:22826: checking for flockfile
| configure:22922: result: yes
| configure:22826: checking for funlockfile
| configure:22922: result: yes
| configure:23003: checking OS.h usability
| configure:23020: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:207:16: OS.h: No such file or directory
| configure:23026: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | #include <OS.h>
| configure:23057: result: no
| configure:23061: checking OS.h presence
| configure:23076: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  
conftest.c
| conftest.c:174:16: OS.h: No such file or directory
| configure:23082: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | /* end confdefs.h.  */
| | #include <OS.h>
| configure:23103: result: no
| configure:23136: checking for OS.h
| configure:23144: result: no
| configure:23161: checking for getpagesize
| configure:23217: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:23223: $? = 0
| configure:23230: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23233: $? = 0
| configure:23240: test -s conftest
| configure:23243: $? = 0
| configure:23257: result: yes
| configure:23299: checking whether gettimeofday clobbers localtime buffer
| configure:23353: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:23356: $? = 0
| configure:23362: ./conftest
| configure:23365: $? = 0
| configure:23382: result: no
| configure:23676: checking absolute name of <inttypes.h>
| configure:23701: result: ///usr/include/inttypes.h
| configure:23832: checking for lchown
| configure:23888: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:23894: $? = 0
| configure:23901: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:23904: $? = 0
| configure:23911: test -s conftest
| configure:23914: $? = 0
| configure:23928: result: yes
| configure:23982: checking for stdlib.h
| configure:23988: result: yes
| configure:24146: checking for GNU libc compatible malloc
| configure:24208: result: no
| configure:24265: checking for iswcntrl
| configure:24321: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:24327: $? = 0
| configure:24334: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:24337: $? = 0
| configure:24344: test -s conftest
| configure:24347: $? = 0
| configure:24361: result: yes
| configure:24387: checking for memchr
| configure:24443: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:24449: $? = 0
| configure:24456: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:24459: $? = 0
| configure:24466: test -s conftest
| configure:24469: $? = 0
| configure:24483: result: yes
| configure:24685: checking for mempcpy
| configure:24781: result: no
| configure:24822: checking for memrchr
| configure:24918: result: no
| configure:24947: checking for memset
| configure:25003: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| conftest.c:205: warning: conflicting types for built-in function 'memset'
| configure:25009: $? = 0
| configure:25016: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:25019: $? = 0
| configure:25026: test -s conftest
| configure:25029: $? = 0
| configure:25043: result: yes
| configure:25079: checking for mkdtemp
| configure:25135: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccUcXRYk.o: In function `.main':
| conftest.c:217: undefined reference to `.mkdtemp'
| collect2: ld returned 1 exit status
| configure:25141: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | /* end confdefs.h.  */
| | /* Define mkdtemp to an innocuous variant, in case <limits.h> declares 
mkdtemp.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define mkdtemp innocuous_mkdtemp
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char mkdtemp (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef mkdtemp | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char mkdtemp ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_mkdtemp || defined __stub___mkdtemp
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return mkdtemp ();
| |   ;
| |   return 0;
| | }
| configure:25175: result: no
| configure:25221: checking time.h usability
| configure:25238: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:25244: $? = 0
| configure:25251: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:25254: $? = 0
| configure:25261: test -s conftest.o
| configure:25264: $? = 0
| configure:25275: result: yes
| configure:25279: checking time.h presence
| configure:25294: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  
conftest.c
| configure:25300: $? = 0
| configure:25321: result: yes
| configure:25354: checking for time.h
| configure:25362: result: yes
| configure:25379: checking for gettimeofday
| configure:25475: result: yes
| configure:25513: checking for obstacks
| configure:25539: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| conftest.c:186:21: obstack.h: No such file or directory
| configure:25545: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | /* end confdefs.h.  */
| | #include "obstack.h"
| | int
| | main ()
| | {
| | struct obstack *mem; obstack_free(mem,(char *) 0)
| |   ;
| |   return 0;
| | }
| configure:25578: result: no
| configure:25637: checking for openat
| configure:25733: result: no
| configure:25805: checking for mbstate_t
| configure:25870: result: yes
| configure:25886: checking whether mbrtowc and mbstate_t are properly declared
| configure:25955: result: yes
| configure:25993: checking for working re_compile_pattern
| configure:26121: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| conftest.c: In function `main':
| conftest.c:231: error: storage size of 'regex' isn't known
| conftest.c:235: error: storage size of 'regs' isn't known
| conftest.c:248: error: `RE_SYNTAX_GREP' undeclared (first use in this 
function)
| conftest.c:248: error: (Each undeclared identifier is reported only once
| conftest.c:248: error: for each function it appears in.)
| conftest.c:249: error: `RE_HAT_LISTS_NOT_NEWLINE' undeclared (first use in 
this function)
| conftest.c:249: error: `RE_ICASE' undeclared (first use in this function)
| conftest.c:251: warning: assignment makes pointer from integer without a cast
| conftest.c:263: error: `RE_SYNTAX_POSIX_EGREP' undeclared (first use in this 
function)
| conftest.c:268: warning: assignment makes pointer from integer without a cast
| conftest.c:275: warning: assignment makes pointer from integer without a cast
| conftest.c:283: warning: assignment makes pointer from integer without a cast
| conftest.c:292: warning: assignment makes pointer from integer without a cast
| conftest.c:304: error: `RE_SYNTAX_EMACS' undeclared (first use in this 
function)
| conftest.c:305: warning: assignment makes pointer from integer without a cast
| conftest.c:314: error: `REG_STARTEND' undeclared (first use in this function)
| conftest.c:231: error: storage size of `regex' isn't known
| configure:26124: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| |        #if HAVE_LOCALE_H
| |         #include <locale.h>
| |        #endif
| |        #include <limits.h>
| |        #include <regex.h>
| | | | int
| | main ()
| | {
| | static struct re_pattern_buffer regex;
| |         unsigned char folded_chars[UCHAR_MAX + 1];
| |         int i;
| |         const char *s;
| |         struct re_registers regs;
| | | | #if HAVE_LOCALE_H
| |           /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html
| |              This test needs valgrind to catch the bug on Debian
| |              GNU/Linux 3.1 x86, but it might catch the bug better
| |              on other platforms and it shouldn't hurt to try the
| |              test here.  */
| |           if (setlocale (LC_ALL, "en_US.UTF-8"))
| |             {
| |               static char const pat[] = "insert into";
| |               static char const data[] =
| |                 "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK";
| |               re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE
| |                              | RE_ICASE);
| |               memset (&regex, 0, sizeof regex);
| |               s = re_compile_pattern (pat, sizeof pat - 1, &regex);
| |               if (s)
| |                 return 1;
| |               if (re_search (&regex, data, sizeof data - 1,
| |                              0, sizeof data - 1, &regs)
| |                   != -1)
| |                 return 1;
| |               if (! setlocale (LC_ALL, "C"))
| |                 return 1;
| |             }
| |         #endif
| | | | re_set_syntax (RE_SYNTAX_POSIX_EGREP);
| |         memset (&regex, 0, sizeof (regex));
| |         for (i = 0; i <= UCHAR_MAX; i++)
| |           folded_chars[i] = i;
| |         regex.translate = folded_chars;
| |         s = re_compile_pattern ("a[[:]:]]b\n", 11, &regex);
| |         /* This should fail with _Invalid character class name_ error.  */
| |         if (!s)
| |           exit (1);
| | | | /* This should succeed, but does not for e.g. glibc-2.1.3. */
| |         memset (&regex, 0, sizeof (regex));
| |         s = re_compile_pattern ("{1", 2, &regex);
| | | | if (s)
| |           exit (1);
| | | | /* The following example is derived from a problem report
| |            against gawk from Jorge Stolfi <address@hidden>.  */
| |         memset (&regex, 0, sizeof (regex));
| |         s = re_compile_pattern ("[an\371]*n", 7, &regex);
| |         if (s)
| |           exit (1);
| | | | /* This should match, but does not for e.g. glibc-2.2.1. */
| |         if (re_match (&regex, "an", 2, 0, &regs) != 2)
| |           exit (1);
| | | | memset (&regex, 0, sizeof (regex));
| |         s = re_compile_pattern ("x", 1, &regex);
| |         if (s)
| |           exit (1);
| | | | /* The version of regex.c in e.g. GNU libc-2.2.93 did not
| |            work with a negative RANGE argument.  */
| |         if (re_search (&regex, "wxy", 3, 2, -2, &regs) != 1)
| |           exit (1);
| | | | /* The version of regex.c in older versions of gnulib
| |            ignored RE_ICASE.  Detect that problem too.  */
| |         memset (&regex, 0, sizeof (regex));
| |         re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE);
| |         s = re_compile_pattern ("x", 1, &regex);
| |         if (s)
| |           exit (1);
| | | | if (re_search (&regex, "WXY", 3, 0, 3, &regs) < 0)
| |           exit (1);
| | | | /* REG_STARTEND was added to glibc on 2004-01-15.
| |            Reject older versions.  */
| |         if (! REG_STARTEND)
| |           exit (1);
| | | | /* Reject hosts whose regoff_t values are too narrow.
| |            These include glibc 2.3.5 on hosts with 64-bit ptrdiff_t
| |            and 32-bit int.  */
| |         if (sizeof (regoff_t) < sizeof (ptrdiff_t)
| |             || sizeof (regoff_t) < sizeof (ssize_t))
| |           exit (1);
| | | | exit (0);
| |   ;
| |   return 0;
| | }
| configure:26149: result: no
| configure:26279: checking whether isblank is declared
| configure:26348: result: yes
| configure:26376: checking for rmdir
| configure:26432: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:26438: $? = 0
| configure:26445: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:26448: $? = 0
| configure:26455: test -s conftest
| configure:26458: $? = 0
| configure:26472: result: yes
| configure:26498: checking for rpmatch
| configure:26554: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:26560: $? = 0
| configure:26567: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:26570: $? = 0
| configure:26577: test -s conftest
| configure:26580: $? = 0
| configure:26594: result: yes
| configure:26681: checking for setenv
| configure:26737: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:26743: $? = 0
| configure:26750: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:26753: $? = 0
| configure:26760: test -s conftest
| configure:26763: $? = 0
| configure:26777: result: yes
| configure:26681: checking for unsetenv
| configure:26737: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//cc46cV2L.o: In function `.main':
| conftest.c:243: undefined reference to `.unsetenv'
| collect2: ld returned 1 exit status
| configure:26743: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | /* end confdefs.h.  */
| | /* Define unsetenv to an innocuous variant, in case <limits.h> declares 
unsetenv.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define unsetenv innocuous_unsetenv
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char unsetenv (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef unsetenv | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char unsetenv ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_unsetenv || defined __stub___unsetenv
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return unsetenv ();
| |   ;
| |   return 0;
| | }
| configure:26777: result: no
| configure:27176: checking if environ is properly declared
| configure:27204: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:210: error: conflicting types for 'environ'
| /usr/include/unistd.h:641: error: previous declaration of 'environ' was here
| conftest.c:210: error: conflicting types for 'environ'
| /usr/include/unistd.h:641: error: previous declaration of 'environ' was here
| configure:27210: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | /* end confdefs.h.  */
| | #include <unistd.h>
| |       extern struct { int foo; } environ;
| | int
| | main ()
| | {
| | environ.foo = 1;
| |   ;
| |   return 0;
| | }
| configure:27243: result: yes
| configure:27348: checking for stdint.h
| configure:27354: result: no
| configure:27512: checking for SIZE_MAX
| configure:27912: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:27915: $? = 0
| configure:27921: ./conftest
| configure:27924: $? = 0
| configure:28306: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:28309: $? = 0
| configure:28315: ./conftest
| configure:28318: $? = 0
| configure:28358: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:28364: $? = 0
| configure:28371: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:28374: $? = 0
| configure:28381: test -s conftest.o
| configure:28384: $? = 0
| configure:28405: result: (((1UL << 31) - 1) * 2 + 1)
| configure:28418: checking for ssize_t
| configure:28483: result: yes
| configure:28504: checking for struct stat.st_atim.tv_nsec
| configure:28534: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:218: error: structure has no member named `st_atim'
| configure:28540: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |      #include <sys/stat.h>
| | | | int
| | main ()
| | {
| | static struct stat ac_aggr;
| | if (ac_aggr.st_atim.tv_nsec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:28592: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:218: error: structure has no member named `st_atim'
| configure:28598: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |      #include <sys/stat.h>
| | | | int
| | main ()
| | {
| | static struct stat ac_aggr;
| | if (sizeof ac_aggr.st_atim.tv_nsec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:28633: result: no
| configure:28732: checking for struct stat.st_atimespec.tv_nsec
| configure:28762: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:218: error: structure has no member named `st_atimespec'
| configure:28768: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |     #include <sys/stat.h>
| | | | int
| | main ()
| | {
| | static struct stat ac_aggr;
| | if (ac_aggr.st_atimespec.tv_nsec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:28820: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:218: error: structure has no member named `st_atimespec'
| configure:28826: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |     #include <sys/stat.h>
| | | | int
| | main ()
| | {
| | static struct stat ac_aggr;
| | if (sizeof ac_aggr.st_atimespec.tv_nsec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:28861: result: no
| configure:28871: checking for struct stat.st_atimensec
| configure:28901: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:218: error: structure has no member named `st_atimensec'
| configure:28907: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |        #include <sys/stat.h>
| | | | int
| | main ()
| | {
| | static struct stat ac_aggr;
| | if (ac_aggr.st_atimensec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:28959: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:218: error: structure has no member named `st_atimensec'
| configure:28965: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |        #include <sys/stat.h>
| | | | int
| | main ()
| | {
| | static struct stat ac_aggr;
| | if (sizeof ac_aggr.st_atimensec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:29000: result: no
| configure:29010: checking for struct stat.st_atim.st__tim.tv_nsec
| configure:29040: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:218: error: structure has no member named `st_atim'
| configure:29046: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |           #include <sys/stat.h>
| | | | int
| | main ()
| | {
| | static struct stat ac_aggr;
| | if (ac_aggr.st_atim.st__tim.tv_nsec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:29098: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c: In function `main':
| conftest.c:218: error: structure has no member named `st_atim'
| configure:29104: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | /* end confdefs.h.  */
| | #include <sys/types.h>
| |           #include <sys/stat.h>
| | | | int
| | main ()
| | {
| | static struct stat ac_aggr;
| | if (sizeof ac_aggr.st_atim.st__tim.tv_nsec)
| | return 0;
| |   ;
| |   return 0;
| | }
| configure:29139: result: no
| configure:29149: checking for struct stat.st_spare1
| configure:29179: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:29185: $? = 0
| configure:29192: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29195: $? = 0
| configure:29202: test -s conftest.o
| configure:29205: $? = 0
| configure:29278: result: yes
| configure:29301: checking for va_copy
| configure:29332: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:29338: $? = 0
| configure:29345: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:29348: $? = 0
| configure:29355: test -s conftest.o
| configure:29358: $? = 0
| configure:29371: result: yes
| configure:29755: checking for sys/inttypes.h
| configure:29761: result: yes
| configure:29755: checking for sys/bitypes.h
| configure:29761: result: no
| configure:29941: checking for bit size of ptrdiff_t
| configure:30410: result: 32
| configure:29941: checking for bit size of sig_atomic_t
| configure:30410: result: 32
| configure:29941: checking for bit size of size_t
| configure:30410: result: 32
| configure:29941: checking for bit size of wchar_t
| configure:30410: result: 16
| configure:29941: checking for bit size of wint_t
| configure:30410: result: 32
| configure:30431: checking whether sig_atomic_t is signed
| configure:30509: result: yes
| configure:30431: checking whether wchar_t is signed
| configure:30509: result: no
| configure:30431: checking whether wint_t is signed
| configure:30509: result: yes
| configure:30535: checking for ptrdiff_t integer literal suffix
| configure:30633: result: l
| configure:30535: checking for sig_atomic_t integer literal suffix
| configure:30633: result: | configure:30535: checking for size_t integer literal suffix
| configure:30633: result: ul
| configure:30535: checking for wchar_t integer literal suffix
| configure:30633: result: no
| configure:30535: checking for wint_t integer literal suffix
| configure:30633: result: | configure:30660: checking for stpcpy
| configure:30716: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| conftest.c:248: warning: conflicting types for built-in function 'stpcpy'
| configure:30722: $? = 0
| configure:30729: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30732: $? = 0
| configure:30739: test -s conftest
| configure:30742: $? = 0
| configure:30756: result: yes
| configure:30805: checking for strncasecmp
| configure:30861: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:30867: $? = 0
| configure:30874: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:30877: $? = 0
| configure:30884: test -s conftest
| configure:30887: $? = 0
| configure:30901: result: yes
| configure:30935: checking for strchrnul
| configure:30991: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccsXhSJI.o: In function `.main':
| conftest.c:262: undefined reference to `.strchrnul'
| collect2: ld returned 1 exit status
| configure:30997: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STPCPY 1
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | /* end confdefs.h.  */
| | /* Define strchrnul to an innocuous variant, in case <limits.h> declares 
strchrnul.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define strchrnul innocuous_strchrnul
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char strchrnul (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef strchrnul | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char strchrnul ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_strchrnul || defined __stub___strchrnul
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return strchrnul ();
| |   ;
| |   return 0;
| | }
| configure:31031: result: no
| configure:31060: checking for strdup
| configure:31116: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| conftest.c:251: warning: conflicting types for built-in function 'strdup'
| configure:31122: $? = 0
| configure:31129: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31132: $? = 0
| configure:31139: test -s conftest
| configure:31142: $? = 0
| configure:31156: result: yes
| configure:31197: checking for working strndup
| configure:31357: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:31360: $? = 0
| configure:31366: ./conftest
| configure:31369: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | | | /* confdefs.h. */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STPCPY 1
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | /* end confdefs.h.  */
| | #include <string.h>
| |                     #include <stdlib.h>
| | int
| | main ()
| | {
| | | | #ifndef HAVE_DECL_STRNDUP
| |   extern char *strndup (const char *, size_t);
| | #endif
| |   char *s;
| |   s = strndup ("some longer string", 15);
| |   free (s);
| |   s = strndup ("shorter string", 13);
| |   return s[13] != '\0';
| |   ;
| |   return 0;
| | }
| configure:31385: result: no
| configure:31413: checking for working strnlen
| configure:31457: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:31460: $? = 0
| configure:31466: ./conftest
| configure:31469: $? = 1
| configure: program exited with status 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STPCPY 1
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strndup rpl_strndup
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #endif
| | #if HAVE_STDINT_H
| | # include <stdint.h>
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | int
| | main ()
| | {
| | | | #define S "foobar"
| | #define S_LEN (sizeof S - 1)
| | | | /* At least one implementation is buggy: that of AIX 4.3 would
| |      give strnlen (S, 1) == 3.  */
| | | | int i;
| |   for (i = 0; i < S_LEN + 1; ++i)
| |     {
| |       int expected = i <= S_LEN ? i : S_LEN;
| |       if (strnlen (S, i) != expected)
| |     return 1;
| |     }
| |   return 0;
| | | | ;
| |   return 0;
| | }
| configure:31485: result: no
| configure:31523: checking whether <inttypes.h> defines strtoimax as a macro
| configure:31548: result: no
| configure:31556: checking for strtoimax
| configure:31612: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:31618: $? = 0
| configure:31625: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31628: $? = 0
| configure:31635: test -s conftest
| configure:31638: $? = 0
| configure:31652: result: yes
| configure:31770: checking for strtol
| configure:31826: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:31832: $? = 0
| configure:31839: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31842: $? = 0
| configure:31849: test -s conftest
| configure:31852: $? = 0
| configure:31866: result: yes
| configure:31894: checking for strtoll
| configure:31950: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:31956: $? = 0
| configure:31963: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:31966: $? = 0
| configure:31973: test -s conftest
| configure:31976: $? = 0
| configure:31990: result: yes
| configure:32022: checking for strtoul
| configure:32078: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:32084: $? = 0
| configure:32091: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32094: $? = 0
| configure:32101: test -s conftest
| configure:32104: $? = 0
| configure:32118: result: yes
| configure:32146: checking for strtoull
| configure:32202: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:32208: $? = 0
| configure:32215: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32218: $? = 0
| configure:32225: test -s conftest
| configure:32228: $? = 0
| configure:32242: result: yes
| configure:32273: checking whether <inttypes.h> defines strtoumax as a macro
| configure:32298: result: no
| configure:32306: checking for strtoumax
| configure:32362: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccU0Ynim.o: In function `.main':
| conftest.c:270: undefined reference to `.strtoumax'
| collect2: ld returned 1 exit status
| configure:32368: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STPCPY 1
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strndup rpl_strndup
| | #define strnlen rpl_strnlen
| | #define HAVE_STRTOIMAX 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | /* end confdefs.h.  */
| | /* Define strtoumax to an innocuous variant, in case <limits.h> declares 
strtoumax.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define strtoumax innocuous_strtoumax
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char strtoumax (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef strtoumax | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char strtoumax ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_strtoumax || defined __stub___strtoumax
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return strtoumax ();
| |   ;
| |   return 0;
| | }
| configure:32402: result: no
| configure:32422: checking whether strtoull is declared
| configure:32452: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:32458: $? = 0
| configure:32465: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32468: $? = 0
| configure:32475: test -s conftest.o
| configure:32478: $? = 0
| configure:32490: result: yes
| configure:32531: checking sysexits.h usability
| configure:32548: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:32554: $? = 0
| configure:32561: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32564: $? = 0
| configure:32571: test -s conftest.o
| configure:32574: $? = 0
| configure:32585: result: yes
| configure:32589: checking sysexits.h presence
| configure:32604: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  
conftest.c
| configure:32610: $? = 0
| configure:32631: result: yes
| configure:32664: checking for sysexits.h
| configure:32672: result: yes
| configure:32695: checking whether localtime_r is compatible with its POSIX 
signature
| configure:32725: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:32731: $? = 0
| configure:32738: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:32741: $? = 0
| configure:32748: test -s conftest.o
| configure:32751: $? = 0
| configure:32763: result: yes
| configure:32806: checking for struct timespec
| configure:32882: result: yes
| configure:32896: checking whether nanosleep is declared
| configure:32965: result: yes
| configure:32992: checking for unistd.h
| configure:32998: result: yes
| configure:33473: checking for vasnprintf
| configure:33529: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccgK3Ke5.o: In function `.main':
| conftest.c:277: undefined reference to `.vasnprintf'
| collect2: ld returned 1 exit status
| configure:33535: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STPCPY 1
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strndup rpl_strndup
| | #define strnlen rpl_strnlen
| | #define HAVE_STRTOIMAX 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_DECL_STRTOULL 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | /* end confdefs.h.  */
| | /* Define vasnprintf to an innocuous variant, in case <limits.h> declares 
vasnprintf.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define vasnprintf innocuous_vasnprintf
| | | | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char vasnprintf (); below.
| |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| |     <limits.h> exists even on freestanding compilers.  */
| | | | #ifdef __STDC__
| | # include <limits.h>
| | #else
| | # include <assert.h>
| | #endif
| | | | #undef vasnprintf | | | | /* Override any GCC internal prototype to avoid an error.
| |    Use char because int might match the return type of a GCC
| |    builtin and then its argument prototype would still apply.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | char vasnprintf ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined __stub_vasnprintf || defined __stub___vasnprintf
| | choke me
| | #endif
| | | | int
| | main ()
| | {
| | return vasnprintf ();
| |   ;
| |   return 0;
| | }
| configure:33569: result: no
| configure:33619: checking for ptrdiff_t
| configure:33649: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:33655: $? = 0
| configure:33662: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33665: $? = 0
| configure:33672: test -s conftest.o
| configure:33675: $? = 0
| configure:33687: result: yes
| configure:33711: checking for snprintf
| configure:33767: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| conftest.c:267: warning: conflicting types for built-in function 'snprintf'
| configure:33773: $? = 0
| configure:33780: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33783: $? = 0
| configure:33790: test -s conftest
| configure:33793: $? = 0
| configure:33807: result: yes
| configure:33711: checking for wcslen
| configure:33767: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:33773: $? = 0
| configure:33780: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33783: $? = 0
| configure:33790: test -s conftest
| configure:33793: $? = 0
| configure:33807: result: yes
| configure:33835: checking for vsnprintf
| configure:33891: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| conftest.c:269: warning: conflicting types for built-in function 'vsnprintf'
| configure:33897: $? = 0
| configure:33904: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:33907: $? = 0
| configure:33914: test -s conftest
| configure:33917: $? = 0
| configure:33931: result: yes
| configure:33987: checking whether wcwidth is declared
| configure:34030: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:34036: $? = 0
| configure:34043: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:34046: $? = 0
| configure:34053: test -s conftest.o
| configure:34056: $? = 0
| configure:34068: result: yes
| configure:34128: checking for stdint.h
| configure:34134: result: no
| configure:34356: checking for library containing setsockopt
| configure:34397: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:34403: $? = 0
| configure:34410: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:34413: $? = 0
| configure:34420: test -s conftest
| configure:34423: $? = 0
| configure:34447: result: none required
| configure:34555: checking for library containing setsockopt
| configure:34646: result: none required
| configure:34732: checking for sys/mtio.h
| configure:34738: result: no
| configure:34896: checking which ioctl field to test for reversed bytes
| In file included from conftest.c:248:
| /usr/include/sys/mtio.h:90:28: sys/mtextend.h: No such file or directory
| configure:34919: result: mt_type
| configure:34935: checking whether to build rmt
| configure:34952: result: yes
| configure:34956: WARNING: not building rmt, required header files are missing
| configure:34987: checking for ANSI C header files
| configure:35168: result: yes
| configure:35227: checking for sys/buf.h
| configure:35289: result: yes
| configure:35301: checking whether time.h and sys/time.h may both be included
| configure:35369: result: yes
| configure:35380: checking for struct stat.st_blksize
| configure:35408: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:35414: $? = 0
| configure:35421: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35424: $? = 0
| configure:35431: test -s conftest.o
| configure:35434: $? = 0
| configure:35505: result: yes
| configure:35515: checking for struct stat.st_blocks
| configure:35640: result: yes
| configure:35663: checking for struct stat.st_blksize
| configure:35788: result: yes
| configure:35835: checking for fsync
| configure:35891: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:35897: $? = 0
| configure:35904: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35907: $? = 0
| configure:35914: test -s conftest
| configure:35917: $? = 0
| configure:35931: result: yes
| configure:35835: checking for getdtablesize
| configure:35891: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:35897: $? = 0
| configure:35904: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35907: $? = 0
| configure:35914: test -s conftest
| configure:35917: $? = 0
| configure:35931: result: yes
| configure:35835: checking for lstat
| configure:35931: result: yes
| configure:35835: checking for mkfifo
| configure:35931: result: yes
| configure:35835: checking for readlink
| configure:35891: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:35897: $? = 0
| configure:35904: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35907: $? = 0
| configure:35914: test -s conftest
| configure:35917: $? = 0
| configure:35931: result: yes
| configure:35835: checking for strerror
| configure:35931: result: yes
| configure:35835: checking for symlink
| configure:35891: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:35897: $? = 0
| configure:35904: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35907: $? = 0
| configure:35914: test -s conftest
| configure:35917: $? = 0
| configure:35931: result: yes
| configure:35835: checking for setlocale
| configure:35931: result: yes
| configure:35835: checking for utimes
| configure:35891: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:35897: $? = 0
| configure:35904: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35907: $? = 0
| configure:35914: test -s conftest
| configure:35917: $? = 0
| configure:35931: result: yes
| configure:35941: checking whether getgrgid is declared
| configure:35972: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:35978: $? = 0
| configure:35985: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:35988: $? = 0
| configure:35995: test -s conftest.o
| configure:35998: $? = 0
| configure:36010: result: yes
| configure:36028: checking whether getpwuid is declared
| configure:36059: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:36065: $? = 0
| configure:36072: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:36075: $? = 0
| configure:36082: test -s conftest.o
| configure:36085: $? = 0
| configure:36097: result: yes
| configure:36115: checking whether time is declared
| configure:36146: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:36152: $? = 0
| configure:36159: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:36162: $? = 0
| configure:36169: test -s conftest.o
| configure:36172: $? = 0
| configure:36184: result: yes
| configure:36207: checking for waitpid
| configure:36263: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| configure:36269: $? = 0
| configure:36276: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:36279: $? = 0
| configure:36286: test -s conftest
| configure:36289: $? = 0
| configure:36303: result: yes
| configure:36322: checking for remote shell
| configure:36348: result: /usr/bin/remsh
| configure:36528: checking for default archive format
| configure:36547: result: GNU
| configure:36550: checking for default archive
| configure:36595: result: -
| configure:36599: checking for default blocking
| configure:36607: result: 20
| configure:36610: checking for default quoting style
| configure:36623: result: escape
| configure:36673: checking for ld used by GCC
| configure:36737: result: /usr/local/powerpc-ibm-aix5.1.0.0/bin/ld
| configure:36746: checking if the linker 
(/usr/local/powerpc-ibm-aix5.1.0.0/bin/ld) is GNU ld
| configure:36759: result: yes
| configure:36766: checking for shared library run path origin
| configure:36779: result: done
| configure:37243: checking for iconv
| configure:37275: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//ccYghByZ.o: In function `.main':
| conftest.c:280: undefined reference to `.iconv_open'
| conftest.c:281: undefined reference to `.iconv'
| conftest.c:282: undefined reference to `.iconv_close'
| collect2: ld returned 1 exit status
| configure:37281: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STPCPY 1
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strndup rpl_strndup
| | #define strnlen rpl_strnlen
| | #define HAVE_STRTOIMAX 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_DECL_STRTOULL 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_BUF_H 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/bin/remsh"
| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| | #define DEFAULT_ARCHIVE "-"
| | #define DEFAULT_BLOCKING 20
| | #define DEFAULT_QUOTING_STYLE escape_quoting_style
| | /* end confdefs.h.  */
| | #include <stdlib.h>
| | #include <iconv.h>
| | int
| | main ()
| | {
| | iconv_t cd = iconv_open("","");
| |        iconv(cd,NULL,NULL,NULL,NULL);
| |        iconv_close(cd);
| |   ;
| |   return 0;
| | }
| configure:37340: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  -liconv >&5
| configure:37346: $? = 0
| configure:37353: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:37356: $? = 0
| configure:37363: test -s conftest
| configure:37366: $? = 0
| configure:37383: result: yes
| configure:37393: checking how to link with libiconv
| configure:37395: result: -liconv
| configure:37406: checking for iconv declaration
| configure:37445: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| conftest.c:284: error: conflicting types for 'iconv'
| /usr/include/iconv.h:79: error: previous declaration of 'iconv' was here
| conftest.c:284: error: conflicting types for 'iconv'
| /usr/include/iconv.h:79: error: previous declaration of 'iconv' was here
| configure:37451: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STPCPY 1
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strndup rpl_strndup
| | #define strnlen rpl_strnlen
| | #define HAVE_STRTOIMAX 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_DECL_STRTOULL 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_BUF_H 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/bin/remsh"
| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| | #define DEFAULT_ARCHIVE "-"
| | #define DEFAULT_BLOCKING 20
| | #define DEFAULT_QUOTING_STYLE escape_quoting_style
| | #define HAVE_ICONV 1
| | /* end confdefs.h.  */
| | | | #include <stdlib.h>
| | #include <iconv.h>
| | extern
| | #ifdef __cplusplus
| | "C"
| | #endif
| | #if defined(__STDC__) || defined(__cplusplus)
| | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * 
*outbuf, size_t *outbytesleft);
| | #else
| | size_t iconv();
| | #endif
| | | | int
| | main ()
| | {
| | | | ;
| |   return 0;
| | }
| configure:37486: result: | extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
| configure:37512: checking iconv.h usability
| configure:37529: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:37535: $? = 0
| configure:37542: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:37545: $? = 0
| configure:37552: test -s conftest.o
| configure:37555: $? = 0
| configure:37566: result: yes
| configure:37570: checking iconv.h presence
| configure:37585: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E  
conftest.c
| configure:37591: $? = 0
| configure:37612: result: yes
| configure:37645: checking for iconv.h
| configure:37653: result: yes
| configure:37666: checking for iconv_t
| configure:37701: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -c -g -O2  
conftest.c >&5
| configure:37707: $? = 0
| configure:37714: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:37717: $? = 0
| configure:37724: test -s conftest.o
| configure:37727: $? = 0
| configure:37739: result: yes
| configure:37754: checking whether NLS is requested
| configure:37763: result: yes
| configure:37801: checking for msgfmt
| configure:37836: result: no
| configure:37842: checking for gmsgfmt
| configure:37873: result: :
| configure:37924: checking for xgettext
| configure:37959: result: no
| configure:38002: checking for msgmerge
| configure:38036: result: no
| configure:38063: checking for CFPreferencesCopyAppValue
| configure:38091: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
| conftest.c:278:42: CoreFoundation/CFPreferences.h: No such file or directory
| conftest.c: In function `main':
| conftest.c:282: error: `NULL' undeclared (first use in this function)
| conftest.c:282: error: (Each undeclared identifier is reported only once
| conftest.c:282: error: for each function it appears in.)
| configure:38097: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STPCPY 1
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strndup rpl_strndup
| | #define strnlen rpl_strnlen
| | #define HAVE_STRTOIMAX 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_DECL_STRTOULL 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_BUF_H 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/bin/remsh"
| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| | #define DEFAULT_ARCHIVE "-"
| | #define DEFAULT_BLOCKING 20
| | #define DEFAULT_QUOTING_STYLE escape_quoting_style
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_ICONV_H 1
| | /* end confdefs.h.  */
| | #include <CoreFoundation/CFPreferences.h>
| | int
| | main ()
| | {
| | CFPreferencesCopyAppValue(NULL, NULL)
| |   ;
| |   return 0;
| | }
| configure:38131: result: no
| configure:38140: checking for CFLocaleCopyCurrent
| configure:38168: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
| conftest.c:278:37: CoreFoundation/CFLocale.h: No such file or directory
| configure:38174: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STPCPY 1
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strndup rpl_strndup
| | #define strnlen rpl_strnlen
| | #define HAVE_STRTOIMAX 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_DECL_STRTOULL 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_BUF_H 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/bin/remsh"
| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| | #define DEFAULT_ARCHIVE "-"
| | #define DEFAULT_BLOCKING 20
| | #define DEFAULT_QUOTING_STYLE escape_quoting_style
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_ICONV_H 1
| | /* end confdefs.h.  */
| | #include <CoreFoundation/CFLocale.h>
| | int
| | main ()
| | {
| | CFLocaleCopyCurrent();
| |   ;
| |   return 0;
| | }
| configure:38208: result: no
| configure:38239: checking for GNU gettext in libc
| configure:38272: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
 conftest.c  >&5
| /tmp//cc2lPnm6.o: In function `.main':
| conftest.c:288: undefined reference to `.libintl_bindtextdomain'
| conftest.c:289: undefined reference to `.libintl_gettext'
| conftest.c:289: undefined reference to `_nl_domain_bindings'
| conftest.c:(.pr+0x32): undefined reference to `_nl_msg_cat_cntr'
| /tmp//cc2lPnm6.o:conftest.c:(.tc+0x0): undefined reference to 
`_nl_msg_cat_cntr'
| /tmp//cc2lPnm6.o:conftest.c:(.tc+0x0): undefined reference to 
`_nl_domain_bindings'
| collect2: ld returned 1 exit status
| configure:38278: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | #define PACKAGE_NAME "GNU tar"
| | #define PACKAGE_TARNAME "tar"
| | #define PACKAGE_VERSION "1.15.92"
| | #define PACKAGE_STRING "GNU tar 1.15.92"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "tar"
| | #define VERSION "1.15.92"
| | #define _GNU_SOURCE 1
| | #define _ALL_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_UNISTD_H 1
| | #define __EXTENSIONS__ 1
| | #define _POSIX_PTHREAD_SEMANTICS 1
| | #define _LARGE_FILES 1
| | #define HAVE_FCNTL_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_SGTTY_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_STROPTS_H 1
| | #define HAVE_SYS_PARAM_H 1
| | #define HAVE_SYS_DEVICE_H 1
| | #define HAVE_SYS_TIME_H 1
| | #define HAVE_SYS_TAPE_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_LOCALE_H 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_WCTYPE_H 1
| | #define HAVE_UTIME_H 1
| | #define HAVE_NETDB_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE_SYS_BUF_H 1
| | #define HAVE_SYS_WAIT_H 1
| | #define HAVE__BOOL 1
| | #define HAVE_STDBOOL_H 1
| | #define HAVE_DIRENT_H 1
| | #define MAJOR_IN_SYSMACROS 1
| | #define STDC_HEADERS 1
| | #define RETSIGTYPE void
| | #define major_t int
| | #define minor_t int
| | #define HAVE_ALLOCA_H 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_STDLIB_H 1
| | #define MALLOC_0_IS_NONNULL 0
| | #define HAVE_LONG_LONG_INT 1
| | #define HAVE_LONG_LONG 1
| | #define HAVE_LONG_DOUBLE 1
| | #define restrict __restrict
| | #define HAVE_DECL_GETENV 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_DECL_CLEARERR_UNLOCKED 0
| | #define HAVE_DECL_FEOF_UNLOCKED 0
| | #define HAVE_DECL_FERROR_UNLOCKED 0
| | #define HAVE_DECL_FFLUSH_UNLOCKED 0
| | #define HAVE_DECL_FGETS_UNLOCKED 0
| | #define HAVE_DECL_FPUTC_UNLOCKED 0
| | #define HAVE_DECL_FPUTS_UNLOCKED 0
| | #define HAVE_DECL_FREAD_UNLOCKED 0
| | #define HAVE_DECL_FWRITE_UNLOCKED 0
| | #define HAVE_DECL_GETC_UNLOCKED 1
| | #define HAVE_DECL_GETCHAR_UNLOCKED 1
| | #define HAVE_DECL_PUTC_UNLOCKED 1
| | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_PATHCONF 1
| | #define HAVE_FCHDIR 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_ALARM 1
| | #define HAVE_ISWPRINT 1
| | #define HAVE_MBSINIT 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_WCRTOMB 1
| | #define HAVE_WCSCOLL 1
| | #define HAVE_PIPE 1
| | #define HAVE_WCWIDTH 1
| | #define HAVE_STRERROR 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define D_INO_IN_DIRENT 1
| | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| | #define HAVE_LONG_FILE_NAMES 1
| | #define HAVE_DECL_MEMRCHR 0
| | #define HAVE_UNISTD_H 1
| | #define HAVE_CHOWN 1
| | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| | #define HAVE_DECL_STRERROR_R 0
| | #define HAVE_STRERROR_R 1
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_DECL_GETCWD 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_COMPOUND_LITERALS 1
| | #define HAVE_DECL_GETDELIM 0
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_INTTYPES_H 1
| | #define HAVE_DECL_IMAXABS 0
| | #define HAVE_DECL_IMAXDIV 0
| | #define HAVE_DECL_STRTOIMAX 1
| | #define HAVE_DECL_STRTOUMAX 0
| | #define HAVE_LANGINFO_CODESET 1
| | #define HAVE_MBRTOWC 1
| | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| | #define HAVE_DECL_STRDUP 1
| | #define HAVE_DECL_STRNDUP 1
| | #define HAVE_DECL_STRNLEN 1
| | #define HAVE_UNSIGNED_LONG_LONG_INT 1
| | #define HAVE_UTIME_NULL 1
| | #define HAVE_STRUCT_UTIMBUF 1
| | #define HAVE_WORKING_UTIMES 1
| | #define HAVE_WCHAR_T 1
| | #define HAVE_WINT_T 1
| | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| | #define HAVE_INTMAX_T 1
| | #define HAVE_DECL_VSNPRINTF 1
| | #define HAVE_ALLOCA 1
| | #define HAVE_ALLOCA_H 1
| | #define GNULIB_PROGRAM_INVOCATION_NAME 1
| | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_CLOCK_GETTIME 1
| | #define HAVE_CLOCK_SETTIME 1
| | #define D_INO_IN_DIRENT 1
| | #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_BTOWC 1
| | #define HAVE_MBSRTOWCS 1
| | #define HAVE_WMEMCHR 1
| | #define HAVE_WMEMCPY 1
| | #define HAVE_WCHAR_H 1
| | #define HAVE_WCTYPE_H 1
| | #define fnmatch gnu_fnmatch
| | #define HAVE_DECL___FPENDING 0
| | #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| | #define HAVE_FTRUNCATE 1
| | #define __GETCWD_PREFIX rpl_
| | #define HAVE_DECL_TZNAME 1
| | #define HAVE_TZNAME 1
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define HAVE_DECL_GETLINE 0
| | #define getline gnu_getline
| | #define HAVE_FLOCKFILE 1
| | #define HAVE_FUNLOCKFILE 1
| | #define __GETOPT_PREFIX rpl_
| | #define HAVE_GETPAGESIZE 1
| | #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| | #define HAVE_LCHOWN 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_MALLOC 0
| | #define malloc rpl_malloc
| | #define HAVE_ISWCNTRL 1
| | #define HAVE_MEMCHR 1
| | #define HAVE_MEMSET 1
| | #define HAVE_TIME_H 1
| | #define HAVE_GETTIMEOFDAY 1
| | #define mktime rpl_mktime
| | #define __OPENAT_PREFIX rpl_
| | #define HAVE_MBSTATE_T 1
| | #define HAVE_MBRTOWC 1
| | #define _REGEX_LARGE_OFFSETS 1
| | #define re_syntax_options rpl_re_syntax_options
| | #define re_set_syntax rpl_re_set_syntax
| | #define re_compile_pattern rpl_re_compile_pattern
| | #define re_compile_fastmap rpl_re_compile_fastmap
| | #define re_search rpl_re_search
| | #define re_search_2 rpl_re_search_2
| | #define re_match rpl_re_match
| | #define re_match_2 rpl_re_match_2
| | #define re_set_registers rpl_re_set_registers
| | #define re_comp rpl_re_comp
| | #define re_exec rpl_re_exec
| | #define regcomp rpl_regcomp
| | #define regexec rpl_regexec
| | #define regerror rpl_regerror
| | #define regfree rpl_regfree
| | #define HAVE_DECL_ISBLANK 1
| | #define HAVE_RMDIR 1
| | #define HAVE_RPMATCH 1
| | #define HAVE_SETENV 1
| | #define HAVE_ENVIRON_DECL 1
| | #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| | #define HAVE_STRUCT_STAT_ST_SPARE1 1
| | #define HAVE_SYS_INTTYPES_H 1
| | #define BITSIZEOF_PTRDIFF_T 32
| | #define BITSIZEOF_SIG_ATOMIC_T 32
| | #define BITSIZEOF_SIZE_T 32
| | #define BITSIZEOF_WCHAR_T 16
| | #define BITSIZEOF_WINT_T 32
| | #define HAVE_SIGNED_SIG_ATOMIC_T 1
| | #define HAVE_SIGNED_WINT_T 1
| | #define PTRDIFF_T_SUFFIX l
| | #define SIG_ATOMIC_T_SUFFIX | | #define SIZE_T_SUFFIX ul | | #define WCHAR_T_SUFFIX | | #define WINT_T_SUFFIX | | #define HAVE_STPCPY 1
| | #define strcasecmp rpl_strcasecmp
| | #define HAVE_STRNCASECMP 1
| | #define HAVE_STRDUP 1
| | #define strndup rpl_strndup
| | #define strnlen rpl_strnlen
| | #define HAVE_STRTOIMAX 1
| | #define HAVE_STRTOL 1
| | #define HAVE_STRTOLL 1
| | #define HAVE_STRTOUL 1
| | #define HAVE_STRTOULL 1
| | #define HAVE_DECL_STRTOULL 1
| | #define HAVE_SYSEXITS_H 1
| | #define HAVE_TIME_R_POSIX 1
| | #define HAVE_STRUCT_TIMESPEC 1
| | #define HAVE_DECL_NANOSLEEP 1
| | #define HAVE_UNISTD_H 1
| | #define USE_UNLOCKED_IO 1
| | #define HAVE_PTRDIFF_T 1
| | #define HAVE_SNPRINTF 1
| | #define HAVE_WCSLEN 1
| | #define HAVE_VSNPRINTF 1
| | #define HAVE_DECL_WCWIDTH 1
| | #define MTIO_CHECK_FIELD mt_type
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_BUF_H 1
| | #define TIME_WITH_SYS_TIME 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| | #define HAVE_ST_BLOCKS 1
| | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| | #define HAVE_ST_BLKSIZE 1
| | #define HAVE_FSYNC 1
| | #define HAVE_GETDTABLESIZE 1
| | #define HAVE_LSTAT 1
| | #define HAVE_MKFIFO 1
| | #define HAVE_READLINK 1
| | #define HAVE_STRERROR 1
| | #define HAVE_SYMLINK 1
| | #define HAVE_SETLOCALE 1
| | #define HAVE_UTIMES 1
| | #define HAVE_DECL_GETGRGID 1
| | #define HAVE_DECL_GETPWUID 1
| | #define HAVE_DECL_TIME 1
| | #define HAVE_WAITPID 1
| | #define REMOTE_SHELL "/usr/bin/remsh"
| | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| | #define DEFAULT_ARCHIVE "-"
| | #define DEFAULT_BLOCKING 20
| | #define DEFAULT_QUOTING_STYLE escape_quoting_style
| | #define HAVE_ICONV 1
| | #define ICONV_CONST const
| | #define HAVE_ICONV_H 1
| | /* end confdefs.h.  */
| | #include <libintl.h>
| | #ifndef __GNU_GETTEXT_SUPPORTED_REVISION
| | #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1)
| | #endif
| | typedef int array [2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1];
| | extern int _nl_msg_cat_cntr;
| | extern int *_nl_domain_bindings;
| | int
| | main ()
| | {
| | bindtextdomain ("", "");
| | return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
| |   ;
| |   return 0;
| | }
| configure:38311: result: no
| configure:38345: checking for iconv
| configure:38485: result: yes
| configure:38495: checking how to link with libiconv
| configure:38497: result: -liconv
| configure:38901: checking for GNU gettext in libintl
| configure:38942: /usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -o conftest -g -O2  
-I/usr/local/include  conftest.c  /usr/local/lib/libintl.a -liconv -lpthread -lc 
>&5
| configure:38948: $? = 0
| configure:38955: test -z "$ac_c_werror_flag" || test ! -s conftest.err
| configure:38958: $? = 0
| configure:38965: test -s conftest
| configure:38968: $? = 0
| configure:39059: result: yes
| configure:39096: checking whether to use NLS
| configure:39098: result: yes
| configure:39101: checking where the gettext function comes from
| configure:39112: result: external libintl
| configure:39120: checking how to link with libintl
| configure:39122: result: /usr/local/lib/libintl.a -liconv -lpthread -lc
| configure:39327: creating ./config.status
| | ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| | This file was extended by GNU tar config.status 1.15.92, which was
| generated by GNU Autoconf 2.60.  Invocation command line was
| | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on pdslib51 | | config.status:721: creating tests/Makefile
| config.status:721: creating tests/atlocal
| config.status:721: creating Makefile
| config.status:721: creating doc/Makefile
| config.status:721: creating lib/Makefile
| config.status:721: creating po/Makefile.in
| config.status:721: creating scripts/Makefile
| config.status:721: creating rmt/Makefile
| config.status:721: creating src/Makefile
| config.status:721: creating config.h
| config.status:1289: executing depfiles commands
| config.status:1289: executing po-directories commands
| config.status:1289: executing tests/atconfig commands
| | ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| | ac_cv_build=powerpc-ibm-aix5.1.0.0
| ac_cv_c_compiler_gnu=yes
| ac_cv_c_inline=inline
| ac_cv_c_restrict=__restrict
| ac_cv_decl_EOVERFLOW=yes
| ac_cv_double_slash_root=no
| ac_cv_env_CC_set=set
| ac_cv_env_CC_value=/usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3
| ac_cv_env_CFLAGS_set=''
| ac_cv_env_CFLAGS_value=''
| ac_cv_env_CPPFLAGS_set=''
| ac_cv_env_CPPFLAGS_value=''
| ac_cv_env_CPP_set=''
| ac_cv_env_CPP_value=''
| ac_cv_env_DEFAULT_ARCHIVE_FORMAT_set=''
| ac_cv_env_DEFAULT_ARCHIVE_FORMAT_value=''
| ac_cv_env_DEFAULT_ARCHIVE_set=''
| ac_cv_env_DEFAULT_ARCHIVE_value=''
| ac_cv_env_DEFAULT_BLOCKING_set=''
| ac_cv_env_DEFAULT_BLOCKING_value=''
| ac_cv_env_DEFAULT_QUOTING_STYLE_set=''
| ac_cv_env_DEFAULT_QUOTING_STYLE_value=''
| ac_cv_env_DEFAULT_RMT_DIR_set=''
| ac_cv_env_DEFAULT_RMT_DIR_value=''
| ac_cv_env_LDFLAGS_set=''
| ac_cv_env_LDFLAGS_value=''
| ac_cv_env_YACC_set=''
| ac_cv_env_YACC_value=''
| ac_cv_env_YFLAGS_set=''
| ac_cv_env_YFLAGS_value=''
| ac_cv_env_build_alias_set=''
| ac_cv_env_build_alias_value=''
| ac_cv_env_host_alias_set=''
| ac_cv_env_host_alias_value=''
| ac_cv_env_target_alias_set=''
| ac_cv_env_target_alias_value=''
| ac_cv_func___fpending=no
| ac_cv_func_alarm=yes
| ac_cv_func_alloca_works=yes
| ac_cv_func_btowc=yes
| ac_cv_func_chown_works=yes
| ac_cv_func_clock_gettime=yes
| ac_cv_func_clock_settime=yes
| ac_cv_func_fchdir=yes
| ac_cv_func_fdopendir=no
| ac_cv_func_flockfile=yes
| ac_cv_func_fnmatch_gnu=no
| ac_cv_func_fsync=yes
| ac_cv_func_ftruncate=yes
| ac_cv_func_funlockfile=yes
| ac_cv_func_futimes=no
| ac_cv_func_futimesat=no
| ac_cv_func_getdelim=no
| ac_cv_func_getdtablesize=yes
| ac_cv_func_getline=no
| ac_cv_func_getpagesize=yes
| ac_cv_func_gettimeofday=yes
| ac_cv_func_iswcntrl=yes
| ac_cv_func_iswprint=yes
| ac_cv_func_lchmod=no
| ac_cv_func_lchown=yes
| ac_cv_func_lstat=yes
| ac_cv_func_lstat_dereferences_slashed_symlink=no
| ac_cv_func_malloc_0_nonnull=no
| ac_cv_func_mbrtowc=yes
| ac_cv_func_mbsinit=yes
| ac_cv_func_mbsrtowcs=yes
| ac_cv_func_memchr=yes
| ac_cv_func_mempcpy=no
| ac_cv_func_memrchr=no
| ac_cv_func_memset=yes
| ac_cv_func_mkdtemp=no
| ac_cv_func_mkfifo=yes
| ac_cv_func_nanotime=no
| ac_cv_func_obstack=no
| ac_cv_func_openat=no
| ac_cv_func_pathconf=yes
| ac_cv_func_pipe=yes
| ac_cv_func_readlink=yes
| ac_cv_func_rmdir=yes
| ac_cv_func_rpmatch=yes
| ac_cv_func_setenv=yes
| ac_cv_func_setlocale=yes
| ac_cv_func_snprintf=yes
| ac_cv_func_stpcpy=yes
| ac_cv_func_strchrnul=no
| ac_cv_func_strdup=yes
| ac_cv_func_strerror=yes
| ac_cv_func_strerror_r=yes
| ac_cv_func_strerror_r_char_p=no
| ac_cv_func_strncasecmp=yes
| ac_cv_func_strnlen_working=no
| ac_cv_func_strtoimax=yes
| ac_cv_func_strtol=yes
| ac_cv_func_strtoll=yes
| ac_cv_func_strtoul=yes
| ac_cv_func_strtoull=yes
| ac_cv_func_strtoumax=no
| ac_cv_func_symlink=yes
| ac_cv_func_unsetenv=no
| ac_cv_func_utime_null=yes
| ac_cv_func_utimes=yes
| ac_cv_func_vasnprintf=no
| ac_cv_func_vsnprintf=yes
| ac_cv_func_waitpid=yes
| ac_cv_func_wcrtomb=yes
| ac_cv_func_wcscoll=yes
| ac_cv_func_wcslen=yes
| ac_cv_func_wcwidth=yes
| ac_cv_func_wmemchr=yes
| ac_cv_func_wmemcpy=yes
| ac_cv_func_wmempcpy=no
| ac_cv_func_working_mktime=no
| ac_cv_gnu_library_2_1=no
| ac_cv_have_decl___fpending=no
| ac_cv_have_decl_clearerr_unlocked=no
| ac_cv_have_decl_feof_unlocked=no
| ac_cv_have_decl_ferror_unlocked=no
| ac_cv_have_decl_fflush_unlocked=no
| ac_cv_have_decl_fgets_unlocked=no
| ac_cv_have_decl_fputc_unlocked=no
| ac_cv_have_decl_fputs_unlocked=no
| ac_cv_have_decl_fread_unlocked=no
| ac_cv_have_decl_fwrite_unlocked=no
| ac_cv_have_decl_getc_unlocked=yes
| ac_cv_have_decl_getchar_unlocked=yes
| ac_cv_have_decl_getcwd=yes
| ac_cv_have_decl_getdelim=no
| ac_cv_have_decl_getenv=yes
| ac_cv_have_decl_getgrgid=yes
| ac_cv_have_decl_getline=no
| ac_cv_have_decl_getpwuid=yes
| ac_cv_have_decl_imaxabs=no
| ac_cv_have_decl_imaxdiv=no
| ac_cv_have_decl_isblank=yes
| ac_cv_have_decl_memrchr=no
| ac_cv_have_decl_nanosleep=yes
| ac_cv_have_decl_program_invocation_name=no
| ac_cv_have_decl_program_invocation_short_name=no
| ac_cv_have_decl_putc_unlocked=yes
| ac_cv_have_decl_putchar_unlocked=yes
| ac_cv_have_decl_strdup=yes
| ac_cv_have_decl_strerror_r=no
| ac_cv_have_decl_strndup=yes
| ac_cv_have_decl_strnlen=yes
| ac_cv_have_decl_strtoimax=yes
| ac_cv_have_decl_strtoull=yes
| ac_cv_have_decl_strtoumax=no
| ac_cv_have_decl_time=yes
| ac_cv_have_decl_tzname=yes
| ac_cv_have_decl_vsnprintf=yes
| ac_cv_have_decl_wcwidth=yes
| ac_cv_header_OS_h=no
| ac_cv_header_dirent_dirent_h=yes
| ac_cv_header_fcntl_h=yes
| ac_cv_header_features_h=no
| ac_cv_header_iconv_h=yes
| ac_cv_header_inttypes_h=yes
| ac_cv_header_linewrap_h=no
| ac_cv_header_linux_fd_h=no
| ac_cv_header_locale_h=yes
| ac_cv_header_memory_h=yes
| ac_cv_header_minix_config_h=no
| ac_cv_header_net_errno_h=no
| ac_cv_header_netdb_h=yes
| ac_cv_header_priv_h=no
| ac_cv_header_sgtty_h=yes
| ac_cv_header_stat_broken=no
| ac_cv_header_stdbool_h=yes
| ac_cv_header_stdc=yes
| ac_cv_header_stdint_h=no
| ac_cv_header_stdio_ext_h=no
| ac_cv_header_stdlib_h=yes
| ac_cv_header_string_h=yes
| ac_cv_header_strings_h=yes
| ac_cv_header_stropts_h=yes
| ac_cv_header_sys_bitypes_h=no
| ac_cv_header_sys_buf_h=yes
| ac_cv_header_sys_device_h=yes
| ac_cv_header_sys_filio_h=no
| ac_cv_header_sys_gentape_h=no
| ac_cv_header_sys_inet_h=no
| ac_cv_header_sys_inttypes_h=yes
| ac_cv_header_sys_io_trioctl_h=no
| ac_cv_header_sys_mkdev_h=no
| ac_cv_header_sys_mtio_h=no
| ac_cv_header_sys_param_h=yes
| ac_cv_header_sys_stat_h=yes
| ac_cv_header_sys_sysmacros_h=yes
| ac_cv_header_sys_tape_h=yes
| ac_cv_header_sys_time_h=yes
| ac_cv_header_sys_tprintf_h=no
| ac_cv_header_sys_types_h=yes
| ac_cv_header_sys_types_h_makedev=no
| ac_cv_header_sys_wait_h=yes
| ac_cv_header_sysexits_h=yes
| ac_cv_header_time=yes
| ac_cv_header_time_h=yes
| ac_cv_header_unistd_h=yes
| ac_cv_header_utime_h=yes
| ac_cv_header_wchar_h=yes
| ac_cv_header_wctype_h=yes
| ac_cv_host=powerpc-ibm-aix5.1.0.0
| ac_cv_lib_error_at_line=no
| ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec=no
| ac_cv_member_struct_stat_st_atim_tv_nsec=no
| ac_cv_member_struct_stat_st_atimensec=no
| ac_cv_member_struct_stat_st_atimespec_tv_nsec=no
| ac_cv_member_struct_stat_st_blksize=yes
| ac_cv_member_struct_stat_st_blocks=yes
| ac_cv_member_struct_stat_st_spare1=yes
| ac_cv_member_struct_tm_tm_gmtoff=no
| ac_cv_member_struct_tm_tm_zone=no
| ac_cv_objext=o
| ac_cv_path_EGREP='/usr/bin/grep -E'
| ac_cv_path_GMSGFMT=:
| ac_cv_path_GREP=/usr/bin/grep
| ac_cv_path_MSGFMT=:
| ac_cv_path_MSGMERGE=:
| ac_cv_path_XGETTEXT=:
| ac_cv_prog_AWK=nawk
| ac_cv_prog_CPP='/usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E'
| ac_cv_prog_YACC='bison -y'
| ac_cv_prog_ac_ct_CC=/usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3
| ac_cv_prog_ac_ct_RANLIB=ranlib
| ac_cv_prog_cc_c89=''
| ac_cv_prog_cc_g=yes
| ac_cv_prog_make_make_set=yes
| ac_cv_safe_to_define___extensions__=yes
| ac_cv_search_clock_gettime='none required'
| ac_cv_search_opendir='none required'
| ac_cv_search_setsockopt='none required'
| ac_cv_search_strerror='none required'
| ac_cv_struct_tm=time.h
| ac_cv_sys_file_offset_bits=no
| ac_cv_sys_large_files=1
| ac_cv_sys_largefile_CC=no
| ac_cv_sys_long_file_names=yes
| ac_cv_sys_pending_output_n_bytes='fp->_ptr - fp->_base'
| ac_cv_type__Bool=yes
| ac_cv_type_dev_t=yes
| ac_cv_type_iconv_t=yes
| ac_cv_type_ino_t=yes
| ac_cv_type_long_long=yes
| ac_cv_type_long_long_int=yes
| ac_cv_type_major_t=no
| ac_cv_type_mbstate_t=yes
| ac_cv_type_minor_t=no
| ac_cv_type_mode_t=yes
| ac_cv_type_off_t=yes
| ac_cv_type_pid_t=yes
| ac_cv_type_ptrdiff_t=yes
| ac_cv_type_signal=void
| ac_cv_type_size_t=yes
| ac_cv_type_uid_t=yes
| ac_cv_type_unsigned_long_long_int=yes
| ac_cv_var_tzname=yes
| ac_cv_win_or_dos=no
| ac_cv_working_alloca_h=yes
| acl_cv_hardcode_direct=no
| acl_cv_hardcode_libdir_flag_spec=''
| acl_cv_hardcode_libdir_separator=''
| acl_cv_hardcode_minus_L=no
| acl_cv_libext=a
| acl_cv_path_LD=/usr/local/powerpc-ibm-aix5.1.0.0/bin/ld
| acl_cv_prog_gnu_ld=yes
| acl_cv_rpath=done
| acl_cv_shlibext=so
| acl_cv_wl=-Wl,
| am_cv_CC_dependencies_compiler_type=gcc3
| am_cv_func_iconv=yes
| am_cv_func_working_getline=no
| am_cv_langinfo_codeset=yes
| am_cv_lib_iconv=yes
| am_cv_prog_tar_ustar=plaintar
| am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, 
size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
| am_cv_proto_iconv_arg1=const
| bh_cv_c_signed=yes
| diff_cv_st_fstype_string=no
| fu_cv_sys_struct_timespec=yes
| fu_cv_sys_struct_utimbuf=yes
| gl_cv_absolute_fcntl_h=///usr/include/fcntl.h
| gl_cv_absolute_inttypes_h=///usr/include/inttypes.h
| gl_cv_bitsizeof_ptrdiff_t=32
| gl_cv_bitsizeof_sig_atomic_t=32
| gl_cv_bitsizeof_size_t=32
| gl_cv_bitsizeof_wchar_t=16
| gl_cv_bitsizeof_wint_t=32
| gl_cv_compound_literals=yes
| gl_cv_func_chown_follows_symlink=yes
| gl_cv_func_getcwd_null=no
| gl_cv_func_malloc_0_nonnull=0
| gl_cv_func_mbrtowc=yes
| gl_cv_func_re_compile_pattern_working=no
| gl_cv_func_strndup=no
| gl_cv_func_va_copy=yes
| gl_cv_func_working_utimes=yes
| gl_cv_have_arbitrary_file_name_length_limit=yes
| gl_cv_header_inttypes_h=yes
| gl_cv_header_stdint_h=no
| gl_cv_header_working_fcntl_h=yes
| gl_cv_header_working_inttypes_h=no
| gl_cv_minmax_in_limits_h=no
| gl_cv_minmax_in_sys_param_h=yes
| gl_cv_time_r_posix=yes
| gl_cv_type_ptrdiff_t_signed=yes
| gl_cv_type_ptrdiff_t_suffix=l
| gl_cv_type_sig_atomic_t_signed=yes
| gl_cv_type_sig_atomic_t_suffix=''
| gl_cv_type_size_t_signed=no
| gl_cv_type_size_t_suffix=ul
| gl_cv_type_wchar_t_signed=no
| gl_cv_type_wchar_t_suffix=no
| gl_cv_type_wint_t_signed=yes
| gl_cv_type_wint_t_suffix=''
| gt_cv_c_intmax_t=yes
| gt_cv_c_long_double=yes
| gt_cv_c_wchar_t=yes
| gt_cv_c_wint_t=yes
| gt_cv_func_CFLocaleCopyCurrent=no
| gt_cv_func_CFPreferencesCopyAppValue=no
| gt_cv_func_gnugettext3_libc=no
| gt_cv_func_gnugettext3_libintl=yes
| gt_cv_inttypes_pri_broken=no
| gt_cv_ssize_t=yes
| gt_cv_var_environ_declaration=yes
| jm_cv_func_gettimeofday_clobber=no
| jm_cv_func_strtoimax_macro=no
| jm_cv_func_strtoumax_macro=no
| jm_cv_struct_dirent_d_ino=yes
| pu_cv_header_mtio_check_field=mt_type
| tar_cv_path_RSH=/usr/bin/remsh
| | ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| | ABSOLUTE_FCNTL_H='"///usr/include/fcntl.h"'
| ABSOLUTE_INTTYPES_H='"///usr/include/inttypes.h"'
| ABSOLUTE_STDINT_H='"no/such/file/stdint.h"'
| ACLOCAL='${SHELL} /usr/src/local/Working_on/tar-1.15.92/build-aux/missing 
--run aclocal-1.9'
| ALLOCA=''
| ALLOCA_H='alloca.h'
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /usr/src/local/Working_on/tar-1.15.92/build-aux/missing --run 
tar'
| AUTOCONF='${SHELL} /usr/src/local/Working_on/tar-1.15.92/build-aux/missing 
--run autoconf'
| AUTOHEADER='${SHELL} /usr/src/local/Working_on/tar-1.15.92/build-aux/missing 
--run autoheader'
| AUTOM4TE='${SHELL} /usr/src/local/Working_on/tar-1.15.92/build-aux/missing 
--run autom4te'
| AUTOMAKE='${SHELL} /usr/src/local/Working_on/tar-1.15.92/build-aux/missing 
--run automake-1.9'
| AWK='nawk'
| BACKUP_LIBEXEC_SCRIPTS=''
| BACKUP_SBIN_SCRIPTS=''
| 
BACKUP_SED_COND='/^\#ELSE_DATE_FORMAT_OK/,/^\#ENDIF_DATE_FORMAT_OK/d;/^\#IF_DATE_FORMAT_OK/d'
| BITSIZEOF_PTRDIFF_T='32'
| BITSIZEOF_SIG_ATOMIC_T='32'
| BITSIZEOF_SIZE_T='32'
| BITSIZEOF_WCHAR_T='16'
| BITSIZEOF_WINT_T='32'
| CC='/usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3'
| CCDEPMODE='depmode=gcc3'
| CFLAGS='-g -O2'
| CPP='/usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3 -E'
| CPPFLAGS='-I/usr/local/include'
| CYGPATH_W='echo'
| DEFAULT_ARCHIVE='-'
| DEFAULT_ARCHIVE_FORMAT='GNU'
| DEFAULT_BLOCKING='20'
| DEFAULT_QUOTING_STYLE='escape_quoting_style'
| DEFAULT_RMT_COMMAND=''
| DEFAULT_RMT_DIR='$(libexecdir)'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| ECHO_C='ECHO_N=''
| ECHO_T=''
| EGREP='/usr/bin/grep -E'
| EOVERFLOW=''
| EXEEXT=''
| FCNTL_H='fcntl.h'
| FNMATCH_H='fnmatch.h'
| GETOPT_H='getopt.h'
| GLIBC21='no'
| GMSGFMT=':'
| GMSGFMT_015=':'
| GREP='/usr/bin/grep'
| HAVE_DECL_IMAXABS='0'
| HAVE_DECL_IMAXDIV='0'
| HAVE_DECL_STRTOIMAX='1'
| HAVE_DECL_STRTOUMAX='0'
| HAVE_INTTYPES_H='1'
| HAVE_LONG_LONG_INT='1'
| HAVE_SIGNED_SIG_ATOMIC_T='1'
| HAVE_SIGNED_WCHAR_T='0'
| HAVE_SIGNED_WINT_T='1'
| HAVE_STDINT_H='0'
| HAVE_SYS_BITYPES_H='0'
| HAVE_SYS_INTTYPES_H='1'
| HAVE_SYS_TYPES_H='1'
| HAVE_WCHAR_H='1'
| HAVE__BOOL='1'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| INTLLIBS='/usr/local/lib/libintl.a -liconv -lpthread -lc'
| INTL_MACOSX_LIBS=''
| INTTYPES_H='inttypes.h'
| LDFLAGS=''
| LIBICONV='-liconv'
| LIBINTL='/usr/local/lib/libintl.a -liconv -lpthread -lc'
| LIBOBJS=' ${LIBOBJDIR}getopt$U.o ${LIBOBJDIR}getopt1$U.o 
${LIBOBJDIR}save-cwd$U.o ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}mktime$U.o 
${LIBOBJDIR}argmatch$U.o ${LIBOBJDIR}backupfile$U.o ${LIBOBJDIR}chdir-long$U.o 
${LIBOBJDIR}mempcpy$U.o ${LIBOBJDIR}mkdirat$U.o ${LIBOBJDIR}fchmodat$U.o 
${LIBOBJDIR}openat-die$U.o ${LIBOBJDIR}openat$U.o ${LIBOBJDIR}memrchr$U.o 
${LIBOBJDIR}close-stream$U.o ${LIBOBJDIR}closeout$U.o ${LIBOBJDIR}basename$U.o 
${LIBOBJDIR}dirname$U.o ${LIBOBJDIR}stripslash$U.o ${LIBOBJDIR}error$U.o 
${LIBOBJDIR}exclude$U.o ${LIBOBJDIR}exitfail$U.o ${LIBOBJDIR}open-safer$U.o 
${LIBOBJDIR}creat-safer$U.o ${LIBOBJDIR}fnmatch$U.o ${LIBOBJDIR}__fpending$U.o 
${LIBOBJDIR}getcwd$U.o ${LIBOBJDIR}getdelim$U.o ${LIBOBJDIR}getline$U.o 
${LIBOBJDIR}gettime$U.o ${LIBOBJDIR}hash$U.o ${LIBOBJDIR}human$U.o 
${LIBOBJDIR}imaxtostr$U.o ${LIBOBJDIR}offtostr$U.o ${LIBOBJDIR}umaxtostr$U.o 
${LIBOBJDIR}malloc$U.o ${LIBOBJDIR}mbchar$U.o ${LIBOBJDIR}mkdtemp$U.o 
${LIBOBJDIR}modechange$U.o ${LIBOBJDIR}obstack$U.o ${LIBOBJDIR}quote$U.o 
${LIBOBJDIR}quotearg$U.o ${LIBOBJDIR}regex$U.o ${LIBOBJDIR}safe-read$U.o 
${LIBOBJDIR}safe-write$U.o ${LIBOBJDIR}savedir$U.o ${LIBOBJDIR}unsetenv$U.o 
${LIBOBJDIR}strcasecmp$U.o ${LIBOBJDIR}strchrnul$U.o ${LIBOBJDIR}strndup$U.o 
${LIBOBJDIR}strnlen$U.o ${LIBOBJDIR}strtoumax$U.o ${LIBOBJDIR}dup-safer$U.o 
${LIBOBJDIR}fd-safer$U.o ${LIBOBJDIR}pipe-safer$U.o ${LIBOBJDIR}unlinkdir$U.o 
${LIBOBJDIR}utimens$U.o ${LIBOBJDIR}vasnprintf$U.o ${LIBOBJDIR}printf-args$U.o 
${LIBOBJDIR}printf-parse$U.o ${LIBOBJDIR}asnprintf$U.o ${LIBOBJDIR}xmalloc$U.o 
${LIBOBJDIR}xgetcwd$U.o ${LIBOBJDIR}xstrtol$U.o ${LIBOBJDIR}xstrtoul$U.o'
| LIBS=''
| LIB_CLOCK_GETTIME=''
| LIB_SETSOCKOPT=''
| LTLIBICONV='-liconv'
| LTLIBINTL='-L/usr/local/lib -lintl -liconv -lpthread -lc'
| LTLIBOBJS=' ${LIBOBJDIR}getopt$U.lo ${LIBOBJDIR}getopt1$U.lo 
${LIBOBJDIR}save-cwd$U.lo ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}mktime$U.lo 
${LIBOBJDIR}argmatch$U.lo ${LIBOBJDIR}backupfile$U.lo 
${LIBOBJDIR}chdir-long$U.lo ${LIBOBJDIR}mempcpy$U.lo ${LIBOBJDIR}mkdirat$U.lo 
${LIBOBJDIR}fchmodat$U.lo ${LIBOBJDIR}openat-die$U.lo ${LIBOBJDIR}openat$U.lo 
${LIBOBJDIR}memrchr$U.lo ${LIBOBJDIR}close-stream$U.lo 
${LIBOBJDIR}closeout$U.lo ${LIBOBJDIR}basename$U.lo ${LIBOBJDIR}dirname$U.lo 
${LIBOBJDIR}stripslash$U.lo ${LIBOBJDIR}error$U.lo ${LIBOBJDIR}exclude$U.lo 
${LIBOBJDIR}exitfail$U.lo ${LIBOBJDIR}open-safer$U.lo 
${LIBOBJDIR}creat-safer$U.lo ${LIBOBJDIR}fnmatch$U.lo 
${LIBOBJDIR}__fpending$U.lo ${LIBOBJDIR}getcwd$U.lo ${LIBOBJDIR}getdelim$U.lo 
${LIBOBJDIR}getline$U.lo ${LIBOBJDIR}gettime$U.lo ${LIBOBJDIR}hash$U.lo 
${LIBOBJDIR}human$U.lo ${LIBOBJDIR}imaxtostr$U.lo ${LIBOBJDIR}offtostr$U.lo 
${LIBOBJDIR}umaxtostr$U.lo ${LIBOBJDIR}malloc$U.lo ${LIBOBJDIR}mbchar$U.lo 
${LIBOBJDIR}mkdtemp$U.lo ${LIBOBJDIR}modechange$U.lo ${LIBOBJDIR}obstack$U.lo 
${LIBOBJDIR}quote$U.lo ${LIBOBJDIR}quotearg$U.lo ${LIBOBJDIR}regex$U.lo 
${LIBOBJDIR}safe-read$U.lo ${LIBOBJDIR}safe-write$U.lo ${LIBOBJDIR}savedir$U.lo 
${LIBOBJDIR}unsetenv$U.lo ${LIBOBJDIR}strcasecmp$U.lo 
${LIBOBJDIR}strchrnul$U.lo ${LIBOBJDIR}strndup$U.lo ${LIBOBJDIR}strnlen$U.lo 
${LIBOBJDIR}strtoumax$U.lo ${LIBOBJDIR}dup-safer$U.lo ${LIBOBJDIR}fd-safer$U.lo 
${LIBOBJDIR}pipe-safer$U.lo ${LIBOBJDIR}unlinkdir$U.lo ${LIBOBJDIR}utimens$U.lo 
${LIBOBJDIR}vasnprintf$U.lo ${LIBOBJDIR}printf-args$U.lo 
${LIBOBJDIR}printf-parse$U.lo ${LIBOBJDIR}asnprintf$U.lo 
${LIBOBJDIR}xmalloc$U.lo ${LIBOBJDIR}xgetcwd$U.lo ${LIBOBJDIR}xstrtol$U.lo 
${LIBOBJDIR}xstrtoul$U.lo'
| MAKEINFO='${SHELL} /usr/src/local/Working_on/tar-1.15.92/build-aux/missing 
--run makeinfo'
| MSGFMT=':'
| MSGFMT_015=':'
| MSGMERGE=':'
| OBJEXT='o'
| PACKAGE='tar'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='GNU tar'
| PACKAGE_STRING='GNU tar 1.15.92'
| PACKAGE_TARNAME='tar'
| PACKAGE_VERSION='1.15.92'
| PATH_SEPARATOR=':'
| POSUB='po'
| PRIPTR_PREFIX='"l"'
| PRI_MACROS_BROKEN='0'
| PTRDIFF_T_SUFFIX='l'
| PU_RMT_PROG=''
| RANLIB='ranlib'
| SET_MAKE=''
| SHELL='/bin/sh'
| SIG_ATOMIC_T_SUFFIX=''
| SIZE_T_SUFFIX='ul'
| STDBOOL_H=''
| STDINT_H='stdint.h'
| STRIP=''
| SYSEXITS_H=''
| UNISTD_H=''
| USE_NLS='yes'
| VERSION='1.15.92'
| WCHAR_T_SUFFIX=''
| WINT_T_SUFFIX=''
| XGETTEXT=':'
| XGETTEXT_015=':'
| YACC='bison -y'
| YFLAGS=''
| ac_ct_CC='/usr/local/bin/powerpc-ibm-aix5.1.0.0-gcc-3.4.3'
| am__fastdepCC_FALSE='#'
| am__fastdepCC_TRUE=''
| am__include='include'
| am__leading_dot='.'
| am__quote=''
| am__tar='tar chf - "$$tardir"'
| am__untar='tar xf -'
| bindir='${exec_prefix}/bin'
| build='powerpc-ibm-aix5.1.0.0'
| build_alias=''
| build_cpu='powerpc'
| build_os='aix5.1.0.0'
| build_vendor='ibm'
| datadir='${datarootdir}'
| datarootdir='${prefix}/share'
| docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
| dvidir='${docdir}'
| exec_prefix='${prefix}'
| host='powerpc-ibm-aix5.1.0.0'
| host_alias=''
| host_cpu='powerpc'
| host_os='aix5.1.0.0'
| host_vendor='ibm'
| htmldir='${docdir}'
| includedir='${prefix}/include'
| infodir='${datarootdir}/info'
| install_sh='/usr/src/local/Working_on/tar-1.15.92/build-aux/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localedir='${datarootdir}/locale'
| localstatedir='${prefix}/var'
| mandir='${datarootdir}/man'
| mkdir_p='$(mkinstalldirs)'
| oldincludedir='/usr/include'
| pdfdir='${docdir}'
| prefix='/usr/local'
| program_transform_name='s,x,x,'
| psdir='${docdir}'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sysconfdir='${prefix}/etc'
| target_alias=''
| | ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| | #define PACKAGE_NAME "GNU tar"
| #define PACKAGE_TARNAME "tar"
| #define PACKAGE_VERSION "1.15.92"
| #define PACKAGE_STRING "GNU tar 1.15.92"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "tar"
| #define VERSION "1.15.92"
| #define _GNU_SOURCE 1
| #define _ALL_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _LARGE_FILES 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STROPTS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_DEVICE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TAPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_BUF_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_DIRENT_H 1
| #define MAJOR_IN_SYSMACROS 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define major_t int
| #define minor_t int
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define restrict __restrict
| #define HAVE_DECL_GETENV 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_CLEARERR_UNLOCKED 0
| #define HAVE_DECL_FEOF_UNLOCKED 0
| #define HAVE_DECL_FERROR_UNLOCKED 0
| #define HAVE_DECL_FFLUSH_UNLOCKED 0
| #define HAVE_DECL_FGETS_UNLOCKED 0
| #define HAVE_DECL_FPUTC_UNLOCKED 0
| #define HAVE_DECL_FPUTS_UNLOCKED 0
| #define HAVE_DECL_FREAD_UNLOCKED 0
| #define HAVE_DECL_FWRITE_UNLOCKED 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_PATHCONF 1
| #define HAVE_FCHDIR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ALARM 1
| #define HAVE_ISWPRINT 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_WCRTOMB 1
| #define HAVE_WCSCOLL 1
| #define HAVE_PIPE 1
| #define HAVE_WCWIDTH 1
| #define HAVE_STRERROR 1
| #define HAVE_LSTAT 1
| #define HAVE_MKFIFO 1
| #define D_INO_IN_DIRENT 1
| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0
| #define HAVE_LONG_FILE_NAMES 1
| #define HAVE_DECL_MEMRCHR 0
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0
| #define HAVE_DECL_STRERROR_R 0
| #define HAVE_STRERROR_R 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_DECL_GETCWD 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_DECL_NANOSLEEP 1
| #define HAVE_COMPOUND_LITERALS 1
| #define HAVE_DECL_GETDELIM 0
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_INTTYPES_H 1
| #define HAVE_DECL_IMAXABS 0
| #define HAVE_DECL_IMAXDIV 0
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 0
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MINMAX_IN_SYS_PARAM_H 1
| #define HAVE_DECL_STRDUP 1
| #define HAVE_DECL_STRNDUP 1
| #define HAVE_DECL_STRNLEN 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UTIME_NULL 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define GNULIB_PROGRAM_INVOCATION_NAME 1
| #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
| #define __OPENAT_PREFIX rpl_
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define D_INO_IN_DIRENT 1
| #define ABSOLUTE_FCNTL_H "///usr/include/fcntl.h"
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_DECL_ISBLANK 1
| #define HAVE_BTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WCHAR_H 1
| #define HAVE_WCTYPE_H 1
| #define fnmatch gnu_fnmatch
| #define HAVE_DECL___FPENDING 0
| #define PENDING_OUTPUT_N_BYTES fp->_ptr - fp->_base
| #define HAVE_FTRUNCATE 1
| #define __GETCWD_PREFIX rpl_
| #define HAVE_DECL_TZNAME 1
| #define HAVE_TZNAME 1
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_DECL_GETLINE 0
| #define getline gnu_getline
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_GETPAGESIZE 1
| #define ABSOLUTE_INTTYPES_H "///usr/include/inttypes.h"
| #define HAVE_LCHOWN 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 0
| #define malloc rpl_malloc
| #define HAVE_ISWCNTRL 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMSET 1
| #define HAVE_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define mktime rpl_mktime
| #define __OPENAT_PREFIX rpl_
| #define HAVE_MBSTATE_T 1
| #define HAVE_MBRTOWC 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 1
| #define HAVE_RMDIR 1
| #define HAVE_RPMATCH 1
| #define HAVE_SETENV 1
| #define HAVE_ENVIRON_DECL 1
| #define SIZE_MAX (((1UL << 31) - 1) * 2 + 1)
| #define HAVE_STRUCT_STAT_ST_SPARE1 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIG_ATOMIC_T_SUFFIX | #define SIZE_T_SUFFIX ul | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define HAVE_STPCPY 1
| #define strcasecmp rpl_strcasecmp
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRDUP 1
| #define strndup rpl_strndup
| #define strnlen rpl_strnlen
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOUL 1
| #define HAVE_STRTOULL 1
| #define HAVE_DECL_STRTOULL 1
| #define HAVE_SYSEXITS_H 1
| #define HAVE_TIME_R_POSIX 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_DECL_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_DECL_WCWIDTH 1
| #define MTIO_CHECK_FIELD mt_type
| #define STDC_HEADERS 1
| #define HAVE_SYS_BUF_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_ST_BLKSIZE 1
| #define HAVE_FSYNC 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_LSTAT 1
| #define HAVE_MKFIFO 1
| #define HAVE_READLINK 1
| #define HAVE_STRERROR 1
| #define HAVE_SYMLINK 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_DECL_GETGRGID 1
| #define HAVE_DECL_GETPWUID 1
| #define HAVE_DECL_TIME 1
| #define HAVE_WAITPID 1
| #define REMOTE_SHELL "/usr/bin/remsh"
| #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
| #define DEFAULT_ARCHIVE "-"
| #define DEFAULT_BLOCKING 20
| #define DEFAULT_QUOTING_STYLE escape_quoting_style
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_ICONV_H 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| | configure: exit 0
reply via email to

[Prev in Thread] Current Thread [Next in Thread]