Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #11329

Re: Bash 4.3.30 on AIX 6.1 filename completion

From Chet Ramey <chet.ramey@case.edu>
Newsgroups gnu.bash.bug
Subject Re: Bash 4.3.30 on AIX 6.1 filename completion
Date 2015-08-12 09:16 -0400
Message-ID <mailman.8196.1439385380.904.bug-bash@gnu.org> (permalink)
References <55BEBADE.8030108@goshawk.com> <55BF6F47.7090405@case.edu> <55CB220A.3060301@gmail.com>

Show all headers | View raw


On 8/12/15 6:38 AM, aixtools wrote:

> /*
>  * define _LARGE_FILES needs to be first so that all the include files know
> that
>  */
> #ifdef _AIX
> #define _LARGE_FILES
> #endif

That define is in config.h and should be set by the AC_SYS_LARGEFILE
autoconf macro.  If it's not working on AIX I would send a message to
bug-autoconf and ask whether that support was added in a recent version.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
		 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

Re: Bash 4.3.30 on AIX 6.1 filename completion Chet Ramey <chet.ramey@case.edu> - 2015-08-12 09:16 -0400

csiph-web