Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!emory!att!cbnewsc!ladd From: ladd@cbnewsc.att.com (david.ladd) Newsgroups: comp.os.minix Subject: Re: How to install GCC on MacMinix Summary: what about hdr/lib incompatibilites? Message-ID: <1990Nov13.165207.5755@cbnewsc.att.com> Date: 13 Nov 90 16:52:07 GMT References: <627@pdxgate.UUCP> Organization: AT&T Bell Laboratories Lines: 31 In article <627@pdxgate.UUCP>, deo@eecs.cs.pdx.edu (Steven Furber) writes: [ excellent description of GCC install deleted ] > > You should now be ready to use GCC. I have not tried rebuilding Minix with > GCC yet, nor do I know if it will work on a non-ST machine. I'm still having problems getting stdio to recognize EOF. For instance, .. x = read(0, buf, 1024); write(1,buf,x); .. works, but .. while( (c = getchar()) != EOF ) putchar(c); .. fails to stop at the end of the file. I've tried to re-build libc32.a from atari.archive.umich.edu:/atari/gnustuff/minix/libsrc.tar.Z but I'm having trouble with actually building the archive from the .o's PS: I think one would need to get the kernel from the FTP site and then integrate the diffs to be able to compile it with GCC. Any volunteers??