Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Digital Unix 4.0f and the latest development version of zsh



Jeremie Petit wrote:

> Hello,
> 
>   I can't configure the latest development version of zsh on my Tru64
> machine:
> 
> creating cache ./config.cache
> configuring for zsh 3.1.6-dev-19
> checking host system type... Invalid configuration `alphaev6-dec-osf4.0f':
> machine `alphaev6-dec' not recognized
> 
> ...
> 
> checking for yp_all... yes
> ./configure: test: argument expected
> 
>   It seems that it comes from config.sub. I've replaced it with
> xemacs-21.1.9's and it 

(... works?)


Yes, out config.sub didn't test for alphaev6 yet. The patch below
should fix it, I think. Maybe we should just get a new config.sub from 
somewhere else (there surely is some official place for that?), in
case there are other new machines/OSes/versions we currently can't
handle?


Bye
 Sven

--- config.sub.old	Wed Feb 23 14:50:20 2000
+++ config.sub	Wed Feb 23 14:50:45 2000
@@ -152,7 +152,7 @@
 	tahoe | i860 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \
 		| arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \
 		| 580 | i960 | h8300 | hppa | hppa1.0 | hppa1.1 | hppa2.0 \
-		| alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
+		| alpha | alphaev5 | alphaev56 | alphaev6 | we32k | ns16k | clipper \
 		| i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
 		| mips64 | mipsel | mips64el | mips64orion | mips64orionel \
 		| mipstx39 | mipstx39el \
@@ -177,7 +177,7 @@
 	      | power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
 	      | xmp-* | ymp-* \
 	      | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0[nw]-* \
-	      | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \
+	      | alpha-* | alphaev5-* | alphaev56-* | alphaev6-* | we32k-* | cydra-* \
 	      | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \
 	      | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
 	      | sparc64-* | mips64-* | mipsel-* \

--
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author