From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2366 invoked from network); 27 Jun 2001 13:57:46 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 27 Jun 2001 13:57:46 -0000 Received: (qmail 28833 invoked by alias); 27 Jun 2001 13:56:56 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 15127 Received: (qmail 28798 invoked from network); 27 Jun 2001 13:56:55 -0000 Date: Wed, 27 Jun 2001 09:57:37 -0400 From: Clint Adams To: Tomi Vainio - Sun Finland - Cc: zsh-workers@sunsite.dk Subject: Re: Zsh 4.0.2 + 64bit Solaris 8 Forte 6.1 compiler Message-ID: <20010627095737.C10023@dman.com> References: <15161.52699.177761.360508@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15161.52699.177761.360508@gargle.gargle.HOWL>; from Tomi.Vainio@Sun.COM on Wed, Jun 27, 2001 at 03:13:15PM +0300 > I have couple problems with zsh compile process. I don't know how to > give correct parameters to configure process. Compile will fail > because ./Makefile line 124 (LDFLAGS= ) is empty and it should contain > -xarch=v9. I have tried to use these methods for configure but no > success yet. > CC=cc CFLAGS='-xO3 -xarch=v9' LDFLAGS='-xO3 -xarch=v9' ./configure > CC=cc ./configure --enable-cflags='-xO3 -xarch=v9' --enable-ldflags='-xO3 -xarch=v9' I think I used something along the lines of CC='/opt/SUNWspro/bin/cc -xtarget=ultra2 -xarch=v9a' ./configure and it was somewhat happy.