From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10933 invoked from network); 11 Jul 1997 21:34:52 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 11 Jul 1997 21:34:52 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id RAA21762; Fri, 11 Jul 1997 17:08:53 -0400 (EDT) Resent-Date: Fri, 11 Jul 1997 17:08:53 -0400 (EDT) To: zsh-workers@math.gatech.edu Subject: zsh 3.0.4 with IRIX 6.2/IDO Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII From: Jason R Mastaler Date: 11 Jul 1997 15:12:48 -0600 Message-ID: X-Mailer: Gnus v5.4.62/XEmacs 19.15 Resent-Message-ID: <"wmcwY.0.zJ5.b3gnp"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3361 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu I'd like to compile zsh without GCC (for various reasons), so I'm using the SGI C compiler (IDO). When configuring with GCC, the compiler flags "-Wall -Wno-implicit -Wmissing-prototypes -O2" are chosen by default. These flags aren't available for the IDO obviously, but they must have been chosen for a reason. Can anyone who has experience with zsh and IRIX/IDO recommend any particular compiler flags to use? For now, I'm just going with "-O2". Thanks. BTW, compilation did yield one non-fatal warning I thought I'd bring to your attention. Otherwise, no problems. cc -c -I.. -I. -I. -DHAVE_CONFIG_H -O2 zle_tricky.c cfe: Warning 709: zle_tricky.c, line 1553: Incompatible pointer type assignment cb.foreach = (int ((*) (void) )) match_username; -----------^ Jason R. Mastaler jason@mastaler.com (I'm only on zsh-users, so please CC: me on any replies to the list)