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

Re: on AIX, builds zsh.xxx.so



"Andrej Borsenkow" wrote:
> > > 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
> 
> Zsh tests if symbols in executables are available; and it will use additional
> flags to avoid libzsh.so on known systems. If libzsh.so is built on AIX it
> means, that these tests fail and you won't be able to use dynamic modules
> without libzsh.so at all.

That's a configuration bug, then, because it's not necessary on AIX.  My
AIX testing ground has now gone, however.

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>



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