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

Re: FW: zsh-3.1.6 on hppa2.0n-hp-hpux11.00?



>>>>> "Julio" == HP-FtCollins,ex1  <GARCIA> writes:

    Julio> /home/julio/Shar/zsh/zsh-3.1.6/Src/Zle nawk -f
    Julio> ./signames1.awk /usr/include/sys/signal.h >sigtmp.c 'cc -E'
    Julio> sigtmp.c >sigtmp.out sh: cc -E: not found.  *** Error exit
    Julio> code 127


        For some reason, it looks like configure has set CPP to the
literal string "'cc -E'".  Since you probably don't have a copy of cpp 
(or anything else :) named 'cc -E' sh is complaining.  One kludge to
get it working would be to look in the generated Makefile and see if
there are extra ''s around where CPP is set and try removing them.

-- 
Fletch                | "If you find my answers frightening,       __`'/|
fletch@xxxxxxxxxxxx   |  Vincent, you should cease askin'          \ o.O'
678 443-6239(w)       |  scary questions." -- Jules                =(___)=
                      |                                               U



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