zsh-workers
 help / color / mirror / code / Atom feed
* Re: Config error with irix 5.3
       [not found] <9609100510.AA00271@kushua.sirius.com>
@ 1996-09-10  9:44 ` Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 1996-09-10  9:44 UTC (permalink / raw)
  To: nik, Zsh hackers list

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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-09-10 10:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <9609100510.AA00271@kushua.sirius.com>
1996-09-10  9:44 ` Config error with irix 5.3 Peter Stephenson

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).