Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: NCR compiler problems on NCR
- X-seq: zsh-workers 12935
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Cosmo" <cosmo@xxxxxxxxxxxx>, <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: NCR compiler problems on NCR
- Date: Mon, 9 Oct 2000 20:26:06 +0400
- Importance: Normal
- In-reply-to: <39E1E744.6E043176@xxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> I'm trying to make some use of an old NCR machine but I am having
> some trouble
> compiling Zsh with the native compiler. The configure script works
> out that there
> is a 64 bit type of long long and so zlong is defined as such.
> However the compiler
> does not like the following syntax:
>
...
>
> If any one knows how to fix the compiler, fix the zsh src config or build
> a working gcc I'd love to know.
>
Try to run zsh's configure with --disable-lfs. See --help output if I
misspelled it. It should prevent Zsh from searching for 64 bit type _unless_
your system happens to have 64-bit off_t or ino_t.
Remove old config.cache, of course.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author