bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] Problem with fstatat on AIX 7.1


From: Kevin Brott
Subject: Re: [Bug-tar] Problem with fstatat on AIX 7.1
Date: Mon, 5 Sep 2011 15:51:01 -0700

On Mon, Sep 5, 2011 at 14:36, Paul Eggert <address@hidden> wrote:
So it appears that our replacement openat is not being called at all:
it's not printing anything when we instrument it.

What is the preprocessor output for create.c?  It's supposed to
be invoking the replacement openat, but apparently that's not working.
Please compile src/create.c in the way that 'make' normally does it,
with all the -I and -D options, except use cc -E rather than cc -c.

While we're at it, please do the same thing for gnu/openat.c.

$ rm gnu/openat.o
$ rm src/create.o
$ gmake -n
...
$ cd gnu
$ xlc -DHAVE_CONFIG_H -I. -I..  -I../intl -E openat.c > openat.cpp
$ cd ../src
$ source='create.c' object='create.o' libtool=no \
   DEPDIR=.deps depmode=aix /usr/bin/ksh ../build-aux/depcomp \
   xlc -DHAVE_CONFIG_H -I. -I.. -I../gnu -I../ -I../gnu -I../lib -I../lib -E create.c > create.cpp

--
# include <stddisclaimer.h>
/* Kevin  Brott <address@hidden> */


Attachment: preproc.tar.gz
Description: GNU Zip compressed data


reply via email to

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