Re: compilig error: storage size of `st' isn't known (FAQ alert)

2004-10-07 Thread Joshua Daniel Franklin
On Wed, 6 Oct 2004 11:13:46 -0400, Christopher Faylor <[EMAIL PROTECTED]> wrote: > >What needs to be done in Cygwin to see "struct stat" ? > > There is no stat64 in cygwin. Use stat. > > This. Is a recording. > > I guess it should be a FAQ. Well, OK, it will be. -- Unsubscribe info: htt

Re: compilig error: storage size of `st' isn't known (FAQ alert)

2004-10-06 Thread Christopher Faylor
On Fri, Sep 03, 2004 at 10:29:45AM +0300, Jari Aalto wrote: >I'm trying to compile Linux program that starts like this: > >int main(int argc, char **argv) >{ > char **dirname = NULL; > int i,j,n,p,q,dtotal,ftotal,colored = FALSE; > struct stat64 st; > >But the compiler says: