Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!ogicse!pdxgate!eecs.cs.pdx.edu!deo From: deo@eecs.cs.pdx.edu (Steven Furber) Newsgroups: comp.os.minix Subject: Mac: gcc-ar fix and library rebuilds Message-ID: <742@pdxgate.UUCP> Date: 22 Nov 90 20:33:16 GMT Sender: news@pdxgate.UUCP Reply-To: deo@eecs.cs.pdx.edu (Steven Furber) Organization: Portland State University, Portland, OR Lines: 16 I installed the gcc-ar fix and compiled without a problem. The libraries built without any errors (a ton of warnings, though) however there seem to be some problems. The short (16 bit) libraries will work with the following, however the large (32 bit) libraries will compile without giving me any output. #include main() { fprintf(stdout, "Hello.\n"); } It just seems a bit strange.... It does not work with just printf(..).