bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] AIX 5.1 compiler issue


From: Brandon Petty
Subject: [Bug-tar] AIX 5.1 compiler issue
Date: Tue, 13 Mar 2007 01:19:06 +0000

When I built tar with the native AIX 5.1 CC compiler and GNU Make it errored out saying that it couldn't redefine SIZE_MAX in config.h. You can't remove it because it is used elsewhere and it will complain that it is not defined so I did the following:

#ifndef SIZE_MAX
#   define SIZE_MAX <whatever config finds>
#endif

This was in 1.16.  After the fix it compiled just fine.

later,
Brandon Petty

_________________________________________________________________
Play Flexicon: the crossword game that feeds your brain. PLAY now for FREE.  http://zone.msn.com/en/flexicon/default.htm?icid=flexicon_hmtagline





reply via email to

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