Return to BSD News archive
Xref: sserve comp.unix.programmer:8456 comp.unix.bsd:11635 Newsgroups: comp.unix.programmer,comp.unix.bsd Path: sserve!manuel.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!haven.umd.edu!darwin.sura.net!mlb.semi.harris.com!rtfm.mlb.fl.us!joshua From: joshua@rtfm.mlb.fl.us (Joshua Geller) Subject: catching or blocking signal 10 under gcc Message-ID: <1993Mar8.201622.11992@rtfm.mlb.fl.us> Followup-To: poster Organization: Institute for the Study of Ancient Science Date: Mon, 8 Mar 1993 20:16:22 GMT Lines: 13 I am trying to compile bash under 386bsd, using gcc I am using the source as set up in the distribution. everything goes fine until the very end of the compile, when a signal 10 occurs, and everything comes to a grinding screeching halt. I would like to see if catching or blocking this signal would result in a usable binary, but can find no clue as to how to go about doing this, besides the bare mention that it is possible. how would I go about doing this? josh