[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] patch for gnu-tar 1.15.1 under interix
From: |
Steven Hartland |
Subject: |
Re: [Bug-tar] patch for gnu-tar 1.15.1 under interix |
Date: |
Sat, 23 Apr 2005 13:04:52 +0100 |
I first thought that, but when I looked closer at the code I found
that the tests in the .h files where in fact wrong e.g.
#if defined(HAVE_DECL_FPUTS_UNLOCKED) && !HAVE_DECL_FPUTS_UNLOCKED
# define fputs_unlocked(x,y) fputs (x,y)
#endif
Check to see if HAVE_DECL_FPUTS_UNLOCKED is defined and 0
where as configure creates
/* undef HAVE_DECL_FPUTS_UNLOCKED */
when fputs_unlocked is not found, hence it should be:
#if !defined(HAVE_DECL_FPUTS_UNLOCKED) || !HAVE_DECL_FPUTS_UNLOCKED
# define fputs_unlocked(x,y) fputs (x,y)
#endif
Just tested 1.15.2 and its clean no changes required looks like
someone's already corrected the #if logic :)
Regards
Steve / K
----- Original Message -----
From: "Sergey Poznyakoff" <address@hidden>
To: "Steven Hartland" <address@hidden>
Cc: <address@hidden>
Sent: Saturday, April 23, 2005 9:28 AM
Subject: Re: [Bug-tar] patch for gnu-tar 1.15.1 under interix
Steven Hartland <address@hidden> wrote:
I've attached a tar.gz of the patches needs to get gnu tar
1.15.1 to compile under interix.
The patches seem to indicate that configure did not do its job
properly. Could you please send me the file config.log to
investigate the reasons?
Also, could you try the latest tar snapshot? You can download it
from ftp://mirddin.farlep.net/pub/alpha/tar/tar-1.15.2-20050423.tar.bz2
(gzipped tarball is also available).
Regards,
Sergey
================================================
This e.mail is private and confidential between Multiplay (UK) Ltd. and the person or entity to whom it is addressed. In the event of misdirection, the recipient is prohibited from using, copying, printing or otherwise disseminating it or any information contained in it.
In the event of misdirection, illegible or incomplete transmission please
telephone (023) 8024 3137
or return the E.mail to address@hidden
config.zip
Description: Binary data