RE: ipsvd-0.11.0 build problem on Irix 6.5.22m (cdb_make.c)
"Ole Lennert" <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
1234567890123456789012345678901234567890123456789012345678901234567890
> Silly me. grep -l -F 'write(' /usr/include/*.h unless you have a grep
> with the -r option (e.g. GNU grep).
Thanks for the hint. This made me wonder about the include files, which
in turn lead to my discovery of gcc 3.3s own unistd.h:
#ifndef __unistd_h
#define __unistd_h
#endif /* __unistd_h */
Which is rather interesting.......
I now have another problem, but I won't bother the list with that until
I've tried some more things.
Regards,
Ole