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

Re: static link zsh/example and zsh/zftp errors on FreeBSD



Vincent Stemen wrote:

> Enable zsh/example in config.modules:
> 
> name=zsh/example modfile=Src/Modules/example.mdd link=static auto=no load=yes
> 
> I get the following errors:
> 
> gcc -static   -o zsh main.o  `cat stamp-modobjs`   -ltermcap -lm  -lc
> init.o: In function `init_bltinmods':
> init.o(.text+0x236a): undefined reference to `add_automath'
> init.o(.text+0x237b): undefined reference to `add_automath'
> make[1]: *** [zsh] Error 1
> make[1]: Leaving directory `/u1/g2/pkg/src/zsh-4.1.1/Src'
> make: *** [all] Error 1

That's a bit screwy; there's no add_automath, though there is an
add_automathfunc which is only used inside module.c.

> Enable zsh/zftp and I get the following error:
> 
> make[3]: Entering directory `/u1/g2/pkg/src/zsh-4.1.1/Src/Modules'
> make[3]: *** No rule to make target `tcp.mdh', needed by `zftp.mdh'.
> Stop.
> make[3]: Leaving directory `/u1/g2/pkg/src/zsh-4.1.1/Src/Modules'
> make[2]: *** [headers] Error 1
> make[2]: Leaving directory `/u1/g2/pkg/src/zsh-4.1.1/Src'
> make[1]: *** [headers] Error 2
> make[1]: Leaving directory `/u1/g2/pkg/src/zsh-4.1.1/Src'
> make: *** [all] Error 1

You will need to enable zsh/tcp, too.

It's probably a good idea to make either both or neither static.  We
don't usually try with a mixture.  (Translation:  I have no idea what
will happen.)

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************



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