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.
	will that not disable dynamic loading of modules too ??
	Actuall zsh being dependent on zsh-3.1.6.so is causing
	problem. i've compiled on HP and SunOS too, where
	ldd zsh doesn not list anny zsh*so
> >	(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.
	yeah, for modules i need to insall, but as i said, zsh-3.1.6.so is
	what is causing me pains.
Thanx for repl
> 



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