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

RE: NCR compiler problems on NCR



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