Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!GIBBS.PHYSICS.PURDUE.EDU!ray From: ray@GIBBS.PHYSICS.PURDUE.EDU (Ray Moody) Newsgroups: gnu.bash.bug Subject: ISI68K (and also UMAX) Message-ID: <8906140341.AA21800@gibbs.physics.purdue.edu> Date: 14 Jun 89 03:41:47 GMT References: Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 19 >Also, Has anyone gotten bash to compile on an IS68K (68020/) >running under Bsd 4.2.. I have been running bash on an ISI68K with an 68881 math co-processor under under BSD4.3 I would hazzard a guess that my 4.3BSD binary would run on your 4.2BSD machine. Yes, strchr() is in libc on my machine. You can make your own out of index(). See line 331 in file "general.c". Bash gives off "billiyons and billiyons" of compiler warnings as it compiles, but it works anyway. I plan to fix this someday. Also, if someone is working on a port to a UMAX machine, please use "#ifdef UMAX" only inside "#ifndef ISI68K" because defines a macro called UMAX. Yes, I know, this is gross, but I didn't write this OS, I just make it go. Ray