Hi Rainer,

> I now have tested M4 1.4.14 on AIX 7.1BETA. ...

The problems you showed may have already been resolved in newer versions of
gnulib. For this reason, it would be most helpful if you could use this
testdir from today's gnulib:
  http://www.haible.de/bruno/gnu/gnulib-20100729-testdir.tar.gz
I created it with
  $ ./gnulib-tool --create-testdir --dir=... --with-tests `./posix-modules`

After unpacking,
  - Please make sure that you don't have a config.site file.
  - Configure it with the safest possible settings:
    ./configure --host=powerpc-ibm-aix7.1.0.0 --build=powerpc-ibm-aix7.1.0.0 \
                -C \
                CC="xlc" CFLAGS="-g"
  - make
  - make -k check
  - Then please show the config.log, config.cache, make.log etc. like you
    did for m4.

Bruno

Reply via email to