zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ifh.de>
To: nik@pdi.com, zsh-workers@math.gatech.edu (Zsh hackers list)
Subject: Re: Config error with irix 5.3
Date: Tue, 10 Sep 1996 11:44:23 +0200	[thread overview]
Message-ID: <199609100944.LAA27789@hydra.ifh.de> (raw)
In-Reply-To: "Nik Gervae"'s message of "Mon, 09 Sep 1996 22:10:04 MET." <9609100510.AA00271@kushua.sirius.com>

Nik Gervae wrote:
> Can anyone shed light on how to get zsh to build on irix 5.3? I haven't
> a clue how to fix the config script....
> 
> tankgirl:~/zsh-> ./configure
> loading cache ./config.cache
> configuring for zsh 3.0.0
> checking host system type... mips-sgi-irix5.3
> checking for gcc... gcc
> checking whether we are using GNU C... no
> checking how to run the C preprocessor... /lib/cpp
> checking for working const... no
> checking whether cross-compiling... yes
> checking for gcc option to accept ANSI C... no
> checking for function prototypes... no
> checking size of long... configure: error: can not run test program while cro
> ss
> compiling

I am using the latest zsh under irix 5.3 right now, so there's no
basic problem.  For starters, it looks like your gcc set up is
defective in some way, since it's found gcc and decided it isn't GNU
C, so you could try removing gcc from your path then reconfiguring.

However, it looks like it's worse than that since then configure tries
the usual tricks for the standard compiler (/lib/cpp) and then decides
it's cross compiling.  If it's any help, here's my corresponding
configure output without gcc in the path. cc is /usr/bin/cc.

creating cache ./config.cache
configuring for zsh 3.0.1-test
checking host system type... mips-sgi-irix5.3
checking for gcc... no
checking for cc... cc
checking whether we are using GNU C... no
checking how to run the C preprocessor... cc -E
checking for working const... yes
checking whether cross-compiling... no
checking for cc option to accept ANSI C... 
checking for function prototypes... yes
checking size of long... 4

-- 
Peter Stephenson <pws@ifh.de>       Tel: +49 33762 77366
WWW:  http://www.ifh.de/~pws/       Fax: +49 33762 77330
Deutches Electronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen
DESY-IfH, 15735 Zeuthen, Germany.


           reply	other threads:[~1996-09-10 10:22 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <9609100510.AA00271@kushua.sirius.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199609100944.LAA27789@hydra.ifh.de \
    --to=pws@ifh.de \
    --cc=nik@pdi.com \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).