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

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

RE: Bug in find 4.1


From: Colin Coe
Subject: RE: Bug in find 4.1
Date: Tue, 13 Aug 2002 06:26:56 +0800

Thanks for the quick responce!

OK, I've done this:

CC=gcc CFLAGS="-D_LARGE_FILES=1" ./configure

and now the output is:

[colinc]:/u/colinc> ls -la /foo/bar/bigfile.*
-rw-rw-r--   1 owner    group    2170801375 Aug 12 10:48
/foo/bar/bigfile.dat
-rw-rw-r--   1 owner    group    677904384 Aug 12 10:48 /foo/bar/bigfile.idx

[colinc]:/u/colinc> find /foo/bar/ -name "bigfile.*" -ls
520192 662016 -rw-rw-r--  1 owner    group    0     Aug 12 10:48
/foo/bar/bigfile.idx
636929 2119936 -rw-rw-r--  1 owner    group    0     Aug 12 10:48
/foo/bar/bigfile.dat

[colinc]:/u/colinc> gnufind /foo/bar/ -name "bigfile.*" -ls
520192 662016 -rw-rw-r--   1 owner    group    0     Aug 12 10:48
/foo/bar/bigfile.idx


All files, regardless of size, are reported to have a size of 0.

I have attached configure.in.

TIA

CC
 <<configure.in>> 
> -----Original Message-----
> From: Albert Chin [SMTP:address@hidden
> Sent: Monday, August 12, 2002 10:53 PM
> To:   Colin Coe
> Cc:   address@hidden
> Subject:      Re: Bug in find 4.1
> 
> On Mon, Aug 12, 2002 at 11:18:10AM +0800, Colin Coe wrote:
> > 
> > Addendum:
> > 
> > OS: AIX 4.3.3.0 RML 09
> > Hardware: IBM RS/6000 model 7044-270 and model 7017-S80
> > Compiler: gcc 2.95.2
> > 
> > We presume that '_LARGE_FILES' needs to be '#define'd but do not know
> where,
> > or if this is even the right thing to do.
> 
> How about:
>   $ CFLAGS="-D_LARGE_FILES=1" ./configure ...
> 
> -- 
> albert chin (address@hidden)


***********************************************************************************
Bunnings Legal Disclaimer:

1)     This email is confidential and may contain legally priviledged
information.  If you are not the intended recipient, you must not
disclose or use the information contained in it.  If you have received
this email in error, please notify us immediately by return email and
delete the document.

2)     All emails sent to and sent from Bunnings Building Supplies
are scanned for content.  Any material deemed to contain inappropriate
subject matter will be reported to the email administrator of all
parties concerned.
***********************************************************************************
  

Attachment: configure.in
Description: Binary data


reply via email to

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