Xref: utzoo comp.sys.att:10258 gnu.bash.bug:1716 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uakari.primate.wisc.edu!sdd.hp.com!ucsd!pacbell.com!pacbell!varian!vaxwaller!lefko From: lefko@vaxwaller.UUCP (Marty Lefkowitz) Newsgroups: comp.sys.att,gnu.bash.bug Subject: bash & the att3b1 Keywords: All you need to do is run make ehh? Message-ID: <4440@vaxwaller.UUCP> Date: 14 Aug 90 16:06:11 GMT Organization: Varian Instruments, Walnut Creek CA Lines: 25 I tried making bash on my 3b1 last night. I found a few problems. Seeing as how I bought the machine used, and I'm more used to berkeley unix, I don't really have a good feel for whats supposed to be on there. Anyway I found a number of errors while making. Most were simple. 1. When I first ran make it couldn't figure out what machine it was so I had to tell it. 2. alloca-files/alloca.c had to be compiled by hand because somehow the makefile believed it was already there. 3. NO_DUP2 had to be defined because I didn't have one. Once I did that NOFILE was undefined so I changed it to ENOENT (or whatever I thought NOFILE should be) 4. siglist was undefined, and I can't find where the signal table is so I had to tell it I didn't have one, but I would imagine that I just couldn't find it. This is the one that stopped me. 5. The linker could not find opendir(), readir() and creatdir(). Neither could I. Does anyone know how to get around this problem?