Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!olivea!mintaka!spdcc!rbraun From: rbraun@spdcc.COM (Rich Braun) Newsgroups: comp.unix.sysv386 Subject: Re: Need Help Building gdb on SCO 3.2.2 Message-ID: <8062@spdcc.SPDCC.COM> Date: 25 Jun 91 16:18:35 GMT References: <1991Jun19.153553.25579@cpqhou.uucp> Organization: Kronos Inc., Waltham, Mass. Lines: 11 I didn't have the problem you report when compiling gdb under 3.2.2, but I did find that it requires read access to /bin/sh. Once you've gotten it to compile and run, you'll run into this. A helpful followup to my appeal for help in this newsgroup suggested the following solution: cp /bin/sh /usr/local/lib/gdb-sh ; chmod 755 /usr/local/lib/ gdb-sh. Also, you have to change the shell's path name in one of the gdb source files from /bin/sh to the new one you created. (I put it in /usr/local because that's an NFS-exported filesystem which any workstation user can access.) -rich