bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: tar 1.13, -C and -T don't work together


From: Greg Wooledge
Subject: Re: tar 1.13, -C and -T don't work together
Date: Tue, 3 Sep 2002 12:30:46 -0400
User-agent: Mutt/1.4i

On Tue, Sep 03, 2002 at 08:50:14AM -0700, Paul Eggert wrote:
> Do you have the same problem with tar 1.13.25?  I seem to remember that
> it has fixes in this area.
> 
> ftp://alpha.gnu.org/gnu/tar/

This fails to compile on HP-UX 10.20:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl    -g -O2 -c `test -f xstrtoimax.c 
|| echo './'`xstrtoimax.c
In file included from xstrtoimax.c:31:
xstrtol.c:90: macro `strtoimax' used without args

In fact, strtoimax is defined as a macro in /usr/include/inttypes.h:

#define strtoimax(__a, __b, __c) __strtoll(__a, __b, __c)
#define strtoumax(__a, __b, __c) __strtoull(__a, __b, __c)




reply via email to

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