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

Re: on AIX, builds zsh.xxx.so



Vardhan Varma wrote:
>	on AIX, default makefiles build a zsh.xxx.so.
>	What changes do i do to make is statically linked.

Add "--disable-dynamic" to the configure command line.

>	(or at least give it a -R //path// while building zsh).

It should do that itself.  Note that you can't run zsh directly from
the build directories; you have to install the .so files so that it can
find them.

-zefram



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