From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13802 invoked from network); 15 May 2001 15:24:25 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 May 2001 15:24:25 -0000 Received: (qmail 16526 invoked by alias); 15 May 2001 15:24:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 14356 Received: (qmail 16505 invoked from network); 15 May 2001 15:24:16 -0000 From: "Bart Schaefer" Message-Id: <1010515152156.ZM12194@candle.brasslantern.com> Date: Tue, 15 May 2001 15:21:55 +0000 In-Reply-To: <3B001E21.E3C89142@hqs.mid.gmeds.com> Comments: In reply to Chakraborty Tapesh 810-947-8688 "problem creating zsh" (May 14, 2:04pm) References: <3B001E21.E3C89142@hqs.mid.gmeds.com> X-Mailer: Z-Mail (5.0.0 30July97) To: Chakraborty Tapesh 810-947-8688 , zsh-workers@sunsite.auc.dk Subject: Re: problem creating zsh MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I've looked at this a bit, but I don't have access to an HPUX 9.03 system any more; and even when I did some years back, I only ever used the HP compiler, not gcc. If you really want help with this sort of thing, you need to give a lot more information -- what operating system you're using, what options you passed to configure, what appears in your config.h file after configure, what version of zsh you are compiling, etc. I had to figure out your operating system by reading the paths of the include files in the compiler warnings (which is only possible because of the way gcc installs itself), and the zsh version from the prefix= argument in the make command. I first suggest that you pick up zsh 4.0.1-pre-4 from ftp://ftp.zsh.org/pub/development/zsh-4.0.1-pre-4.tar.gz and see whether that version builds. There have been several changes to the configure script and related headers since 3.0.8. If that doesn't work, contact zsh-workers again with a full description of the steps you followed to build zsh, and include your config.h file. -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net