RE: CygWin - GCC compiler error

2006-07-21 Thread Dave Korn
On 21 July 2006 15:59, MariLiza Koukouli wrote: > Hi all, > > I am using the CygWin environent, CYGWIN_NT-5.1, i.e. > on Windows XP. I am trying to compile a piece of code > that contains both F77 and C subroutines. G77 works > fine and compiles without problems but GCC complains > about somethin

RE: CygWin - GCC compiler error

2006-07-23 Thread MariLiza Koukouli
>> Does this mean anything to anyone? > It means that PBGroutines.c has failed to include >some vital header or >other. Whatever the word before "off64_t" on line 7 >is, it should have been >defined and it hasn't been. Hi Dave, thanks for replying. I would agree with you on that one, but then

RE: CygWin - GCC compiler error

2006-07-24 Thread Dave Korn
On 23 July 2006 12:37, MariLiza Koukouli wrote: >>> Does this mean anything to anyone? > >> It means that PBGroutines.c has failed to include >> some vital header or >> other. Whatever the word before "off64_t" on line 7 is, it should have >> been defined and it hasn't been. > > Hi Dave, > tha