Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
64bit Zsh for Solaris?
- X-seq: zsh-workers 17425
- From: Tomi Vainio - Sun Finland - <Tomi.Vainio@xxxxxxx>
- To: Greg Price <Greg.Price@xxxxxxx>
- Subject: 64bit Zsh for Solaris?
- Date: Fri, 5 Jul 2002 09:42:06 +0300
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20020705112635.A19854@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20020705112635.A19854@xxxxxxxxxxx>
- Reply-to: Tomi.Vainio@xxxxxxx
Greg Price writes:
>
> My problem is that I need a 64 bit version (i.e. compiled to produce a 64
> bit binary) for Solaris. I've tried both the Sun compiler (which I would
> prefer to use) and the GNU C compiler; zsh compiles fine, but it fails a
> number of the tests in the test suite.
>
As said before you don't really need 64bit binary but you can do it if
you like.
file /usr/local/bin/zsh
/usr/local/bin/zsh: ELF 64-bit MSB executable SPARCV9 Version 1, dynamically linked, stripped
Here is what I did with zsh 4.0.4
CC=cc ./configure --enable-cflags='-xO4 -xarch=v9' --enable-ldflags='-xO4 -xarch=v9'
Tomppa
Messages sorted by:
Reverse Date,
Date,
Thread,
Author