delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
From: | "Dave Korn" <dave DOT korn AT artimi DOT com> |
To: | <cygwin AT cygwin DOT com> |
Subject: | RE: CygWin - GCC compiler error |
Date: | Mon, 24 Jul 2006 15:27:38 +0100 |
Message-ID: | <018001c6af2d$50a68fc0$a501a8c0@CAM.ARTIMI.COM> |
MIME-Version: | 1.0 |
X-Mailer: | Microsoft Office Outlook 11 |
In-Reply-To: | <20060723113659.46884.qmail@web54302.mail.yahoo.com> |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
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, > thanks for replying. I would agree with you on that > one, but then I have compiled and run the code in a > normal Linux (SUSE) computer and it compiles and runs > fine. Is it absolutely impossible that some GNU GCC > setting is missing? from the .bashsrc file for e.g.? I > am completely buffled. > Thanks > MariLiza > No, it's more likely just due to the fact that different systems sometimes keep some of the system-dependent definitions in headers in different places, or name them differently, or don't implement quite all the exact same set of definitions. These minor discrepancies are usually worked around by using autoconf to detect all the details at compile time and allow for the differences. Does the project you're building use autoconf? What does it say at PBGroutines.c line 7 or PBGroutines.h line 9? I'm suspecting something related to 64-bit file i/o functions? cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |