Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Zsh 4.0.2 + 64bit Solaris 8 Forte 6.1 compiler
- X-seq: zsh-workers 15127
- From: Clint Adams <clint@xxxxxxx>
- To: Tomi Vainio - Sun Finland - <Tomi.Vainio@xxxxxxx>
- Subject: Re: Zsh 4.0.2 + 64bit Solaris 8 Forte 6.1 compiler
- Date: Wed, 27 Jun 2001 09:57:37 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <15161.52699.177761.360508@xxxxxxxxxxxxxxxxxx>; from Tomi.Vainio@xxxxxxx on Wed, Jun 27, 2001 at 03:13:15PM +0300
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <15161.52699.177761.360508@xxxxxxxxxxxxxxxxxx>
> 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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author