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

Re: zsh compilation problem in OSX



On Mon, 1 Aug 2011 02:28:34 -0400
JuanPabloAJ <jpabloaj@xxxxxxxxx> wrote:
>  Hi, 
> I try install zsh
> 
> git clone git://zsh.git.sf.net/gitroot/zsh/zsh 
> cd zsh 
> Util/preconfig 
> ./configure --prefix=dir
> make 
> 
> 
> but, I get this
> 
> gcc -Wl,-x -bundle -flat_namespace -undefined suppress -o zleparameter.so  zleparameter..o -liconv -ldl -ltermcap -lm -lc
> : yodl -o zsh.texi -I. -w ztexi.yo version.yo zsh.yo; \
>  test -f zsh.texi
> make[1]: *** [zsh.texi] Error 1

The only thing you're missing is yodl, needed to compile the
documentation.  The latest source is available from
http://yodl.sourceforge.net/ , although a lot of the time we use an
older stable version (1.31.18) which you can get from
http://yodl.sourcearchive.com/ (this is the only information here not in
the email from Ismail, which I just got).

If you don't need the latest documentation you can use the preformatted
version from the previous release.

-- 
Peter Stephenson <pws@xxxxxxx>            Software Engineer
Tel: +44 (0)1223 692070                   Cambridge Silicon Radio Limited
Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, UK



Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Follow CSR on Twitter at http://twitter.com/CSR_PLC and read our blog at www.csr.com/blog



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