Path: utzoo!utgpu!watserv1!ria!uwovax!bradr From: bradr@uwovax.uwo.ca Newsgroups: comp.os.minix Subject: Re: st 1.5.0 make and patch Message-ID: <4890.25cb0a32@uwovax.uwo.ca> Date: 3 Feb 90 21:43:30 GMT References: <15468@orstcs.CS.ORST.EDU> Lines: 17 In article <15468@orstcs.CS.ORST.EDU>, sindair@ucs.orst.edu (Geordi Sinclair - UCS) writes: > while trying to upgrade my st minix to 1.5.0, I ran into the following > probleems: > > > 1 ) I had to write a version strchr and strrchr to get make to complile, > but it does not work right. > > 2 ) When i tried to compile patch, i recieved the error that _fdopen and > __exit could not be found when linking the modules together. > Probably your best bet is to extract strchr, strrchr, fdopen, _exit from the PC 1.5 library sources. Then compile these functions separately and use ar to stuff them in the old libc.a library. This worked for me! regards, brad