This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.0 IRIX 6.5 bug
- To: werner dot mausshardt at bruker dot de
- Subject: Re: gcc 3.0 IRIX 6.5 bug
- From: Gabriel Dos Reis <Gabriel dot Dos-Reis at cmla dot ens-cachan dot fr>
- Date: 13 Jul 2001 15:40:14 +0200
- Cc: gcc-bugs at gcc dot gnu dot org
- Organization: CMLA, ENS Cachan -- CNRS UMR 8536 (France)
- References: <m15L1gN-00i0UIC@nike.software.bruker.de>
wem@bruker.de (Werner Mausshardt) writes:
| compiling the following program (named otto39.c)
|
|
| #include <sys/types.h>
| #include <iostream>
|
| int main()
| {
| off_t ot = 3;
The problème is that V3 doesn't know anything about <sys/type.h> nor
off_t. Actually, it is the job of the system integrator to take the
necessary step to ensure its extensions will interact well with the V3.
-- Gaby