Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!vsi1!daver!bungi.com!news From: jkp@sauna.hut.fi (Jyrki Kuoppala) Newsgroups: comp.sys.nsc.32k Subject: Re: Bug in minix library setjmp.s; lots of GNU tools diffs available Message-ID: <9102091459.AA09517@cs.hut.fi> Date: 9 Feb 91 14:59:44 GMT References: <<9102081832.AA02175@hplwbc.hpl.hp.com>> Sender: news@daver.bungi.com Organization: Helsinki University of Technology, Finland. Lines: 29 Approved: news@daver.bungi.com Bruce writes: >> Bootstrapping with the broken Minix programs was also painful. > >May I request that people not make vague negative comments like this. >What features of what programs are broken? An OS and C implementation >are not broken just because they cannot compile and support all the >GNU programs. I will attempt to fix bugs if I know what they are. I haven't found anything that wrong in the C or library implementation (except the setjmp problem). It's just that the /bin/sh functionality is not quite what the various configuration and installation scripts expect, the same goes for the make program (it fails to make gcc, for example). Also ls did something very strange, and also various other programs I don't remember which I've now replaced with GNU or other free stuff. Sorry, I haven't put any effort to finding out what the bugs exactly are since I'm trying to use the Minix programs as little as possible to use as free a system as possible. >> addr 0(f7),sj_f7(r0) #save f7 ... >I these are illegal instructions. OK, thanks, I'll fix them - I never did study the ns32k assembler ;-) //Jyrki