bug-findutils
[Top][All Lists]
Advanced

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

Re: findutils-4.2.25: Compile problem under AIX 5.1 (gcc 4.0.0)


From: Bob Proulx
Subject: Re: findutils-4.2.25: Compile problem under AIX 5.1 (gcc 4.0.0)
Date: Mon, 5 Sep 2005 14:40:03 -0600
User-agent: Mutt/1.5.9i

Jens Schleusener wrote:
> Oh, just I found in /usr/include/fcntl.h the lines
> 
>  /* Redefine open and creat for large file enabled programming environment. 
>  */
>  #ifdef _LARGE_FILES
>  #define open   open64
>  #define  creat creat64
>  #endif
> 
> just a line as you suspected in your previous mail.

Yep.  Support for largefiles.

> So I added the configure-option "--disable-largefile" and the unpatched 
> version compiles also well.

Yes, that will also work.  But since it does disable largefile support
then if you have the other version working with largefile suport
included that is going to be much better.  Because sure enough you
will run into a >2GB file as soon as you turn that off.

Bob




reply via email to

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