Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sample.eng.ohio-state.edu!purdue!mentor.cc.purdue.edu!sage.cc.purdue.edu!asg From: asg@sage.cc.purdue.edu (The Grand Master) Newsgroups: comp.os.minix Subject: Re: 1.6 woes Message-ID: <13973@mentor.cc.purdue.edu> Date: 25 Jun 91 21:10:04 GMT References: <57109@nigel.ee.udel.edu> Sender: news@mentor.cc.purdue.edu Reply-To: asg@sage.cc.purdue.edu (The Grand Master) Organization: Purdue University Lines: 58 In article <57109@nigel.ee.udel.edu> SRONCH%HLERUL2.BITNET@vm.biu.ac.il (Fred Wiersma) writes: } }Bruce ('The Grand Master') writes: }> I am having problems installing Minix 1.6 . }> I have the usual PH distribution of 1.5, running on an IBM PS/2. }> It is a model 50Z (286) }> Unfortunately I have the following problems: }> when I compile fs or mm, I get the following: }> unresolved references: }> __receive }> __send }> __sendrec }> }> Now, I have checked out libc.a, and it does include these calls, but for }> some reason, fs and mm are not recognizing them??!! }> } }In mm/mm.h send, receive and sendrec are redefined to _send, _receive } and _sendrec, but the library sources have not (yet) been updated. } You will have to update src/lib/ibm/ : } add an underscore to send, receive, sendrec, setjmp, begsig, and maybe } others, regenerate libc.a (save the old one!) and make mm, fs and } kernel. } Ok - this worked, and fs compiled. BUT mm is still complaining about the following not being defined: _sigemptyset _sigdelset _sigaddset _sigismember I tracked these down to signal.h, but for some reason, they are not being recognized at all. They are defined like _PROTOTYPE ( sigaddset, (some stuff here) ); Would someone who has gotten 1.6.16 to compile look through their source and see if they can find a (better) definition for those procedures? kernel is also complaining about these missing. And another very weird thing! kernel complains about an unresolved reference to _putc but I did a "grep putc *" and got NOTHING!!!! How can there be an unresolved reference to it if I cannot find the reference? In any event, would some kind sole o9ut there with th putc.c for kerrnel for 1.6.16 please email me a copy?? Thanx Bruce --------- ### ## Courtesy of Bruce Varney ### # aka -> The Grand Master # asg@sage.cc.purdue.edu ### ##### # PUCC ### # ;-) # # ;'> # ##