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

Re: IRIX6.2 and 3.1.4



Helmut Jarausch wrote:
> Hi,
> 
> has anybody managed to get 3.1.4 running on IRIX 6.2 ?
> Are there any patches available?

Are you getting something like this? 

( cd .. && /bin/sh Src/mkmodindex.sh Src ) \
    > modules.index.tmp
`modules.index' is up to date.
cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod
creating Src/Makemod.in
creating Src/Makemod
make[1]: Entering directory `/a/sgi-f/home_sgi/pws/src/zsh-3.1.4/Src'
creating Src/Builtins/Makefile.in
creating Src/Builtins/Makefile
/bin/sh: Src/Builtins:  not found

I haven't found a fix, but it seems to be related to passing $(MAKEDEFS)
down from the top level Makefile, so a workaround is to replace
'-f Makemod $(MAKEDEFS)' wherever you see it with '-f Makemod'.  This
will work as long as you don't set any of the flags in MAKEDEFS on the
command line.

-- 
Peter Stephenson <pws@xxxxxx>       Tel: +39 50 844536
WWW:  http://www.ifh.de/~pws/
Gruppo Teorico, Dipartimento di Fisica
Piazza Torricelli 2, 56100 Pisa, Italy



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