Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: on AIX, builds zsh.xxx.so
- X-seq: zsh-workers 8849
 
- From: Vardhan Varma <vardhan@xxxxxxxxxxx>
 
- To: Zefram <zefram@xxxxxxxx>
 
- Subject: Re: on AIX, builds zsh.xxx.so
 
- Date: Thu, 02 Dec 1999 15:25:08 +0531
 
- Cc: zsh-workers@xxxxxxxxxxxxxx
 
- In-reply-to: Your message of "Thu, 02 Dec 1999 09:29:35 GMT."             <E11tSYR-00069d-00@xxxxxxxxxxxxxxxxxx> 
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
> 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