From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: zsh-workers-request@euclid.skiles.gatech.edu Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by coral.primenet.com.au (8.7.5/8.7.3) with ESMTP id AAA07769 for ; Wed, 30 Oct 1996 00:19:20 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id IAA02609; Tue, 29 Oct 1996 08:13:02 -0500 (EST) Resent-Date: Tue, 29 Oct 1996 08:13:02 -0500 (EST) Message-Id: <199610291312.IAA10859@redwood.skiles.gatech.edu> To: Scott Lipcon Cc: zsh-workers@math.gatech.edu Subject: Re: Solaris x86? In-reply-to: Your message of "Fri, 25 Oct 1996 20:38:59 EDT." Date: Tue, 29 Oct 1996 08:12:58 -0500 From: Richard Coleman Resent-Message-ID: <"Y0mrF2.0.ee.TBWTo"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/2294 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > > Hi... I think I figured out the problem, but I can't solve it! In the > FAQ, there is a mention that nawk on some systems has a bug which causes > the signal handling to be treated wrong. The workaround is to use gawk. > That is why it compiled fine on the sparc solaris 2.5 machine but not any > of the pentium solaris 2.5 machines. the sparc has gawk installed. I > tried to compile gawk, and it wont compile on the pentiums either! So, I > figured no big deal - I'll just use gawk on the sparc to generate the > correct signames.h file for the pentium, but I can't for the life of me > figure out how to do that. > > You might want to add this to the Machines file if you can reproduce it - > Solaris 2.5's nawk doesn't work right. The nawk on Solaris x86 should work fine (as it is from the same code code as the one on Solaris sparc). I suspect you are trying to use a gcc that hasn't been installed correctly. Did you run the script to fix the includes when you installed gcc? rc