This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: CygWin - GCC compiler error
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: MariLiza Koukouli <marilizakoukouli at yahoo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sat, 22 Jul 2006 01:33:26 -0400
- Subject: Re: CygWin - GCC compiler error
- References: <20060721134858.44503.qmail@web54310.mail.yahoo.com>
PBGroutines.c:7: error: parse error before "off64_t"
You need to compile using -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
(and this is not a GCC question, wrong mailinglist; and I'm sure
Google could have told you this, too).
Segher