From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25261 invoked from network); 5 Jul 2002 01:27:15 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 5 Jul 2002 01:27:15 -0000 Received: (qmail 23565 invoked by alias); 5 Jul 2002 01:27:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17423 Received: (qmail 23554 invoked from network); 5 Jul 2002 01:27:09 -0000 Date: Fri, 5 Jul 2002 11:26:35 +1000 From: Greg Price To: zsh-workers@sunsite.dk Subject: 64bit Zsh for Solaris? Message-ID: <20020705112635.A19854@Aus.Sun.COM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Hi, I'm looking at using zsh for creating a tool by using the loadable module facility - it looks great. 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. The code model we use on Solaris is LP64 (i.e. longs and pointers become 64 bit) The reason I need a 64 bit version is so I can mmap() huge files (i.e. in the order of > 4 GB) Do you know of anyone that has covered this area before? I don't want to reinvent the wheel (or make some other stupid mistake). Thanks, Greg