Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!uflorida!gatech!mcnc!thorin!hatteras!mccabe From: mccabe@hatteras.cs.unc.edu (Daniel McCabe) Newsgroups: comp.os.minix Subject: fixing gcc: changes to ~gcc-include/fcntl.h Message-ID: <17716@thorin.cs.unc.edu> Date: 21 Nov 90 17:03:06 GMT Sender: news@thorin.cs.unc.edu Lines: 15 My previous comments about fixing libc*.a for gcc were slightly incorrect. You need to change more than 4 O_* defines. The ones that differ are: O_CREAT O_EXCL O_NOCTTY O_TRUNC and ... (oops, minix just crashed while I was reading the file (well, I was rebuilding the library at the same time ;-)). The upshot is that most O_* defines need to change to conform to minix. Just compare /usr/include/fcntl.h and ~gcc-include/fcntl.h Cheers, danm