gcc 3.0 IRIX 6.5 bug
Gabriel Dos Reis
Gabriel.Dos-Reis@cmla.ens-cachan.fr
Fri Jul 13 06:40:00 GMT 2001
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
More information about the Gcc-bugs
mailing list