Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Zsh 4.0.2 + 64bit Solaris 8 Forte 6.1 compiler



> 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