zsh-workers
 help / color / mirror / code / Atom feed
From: Oliver Kiddle <opk@u.genie.co.uk>
To: dfavor@corridor.com
Cc: Zsh workers <zsh-workers@sunsite.auc.dk>
Subject: Re: How-to AIX + dynamic zsh?
Date: Fri, 07 Apr 2000 17:11:18 +0100	[thread overview]
Message-ID: <38EE08A6.DE6DFA0B@u.genie.co.uk> (raw)
In-Reply-To: <38EE00D8.82FE48C@austin.ibm.com>

"David R. Favor" wrote:
> 
> The weirdest thing... I took out the /dev/null and the error
> message was about being unable to load libc.a, which is strange.
> 
> I put LIBPATH=/lib in the (./conftest; exit) and it worked. I
> have no idea what is going on, but at least I'm past this hurdle.

That is weird. I can't think what might have caused it other than
something like a bug in the compiler or problem with your AIX
installation.

"David R. Favor" wrote:
> 
> Well I did get a clean compile, but have several questions.
> 
> First, if I do a 'dump -Hv' there is no shared library. Is
> there suppose to be a libzsh.foo.so are something like that?

It doesn't work like that. It creates a number of shared libraries for
different things, the idea being that only those which are actually
being used are loaded. They are dynamically loaded at runtime when they
are needed. If you install zsh with make install, it will install these
into /usr/local/lib/zsh/3.1.6-dev-21 (assuming you didn't specify a
different directory with configure). 

> Next, subshells seem to hang, when using ksh grammar. Could
> you try the following in your latest *-21 shell:
> 
>    emulate -R ksh
>    echo $(hostname)
> 
> and see if that works.

That works fine here. Can the zsh definitely find all its shared
libraries. The emulate command basically sets a number of options. If
you try to isolate the option which causes the problem, it might make it
easier to see where the bug is (if that's what it is). I've copied this
to the mailing list so maybe someone else there has an idea.

Oliver


  parent reply	other threads:[~2000-04-07 16:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-06 11:22 The Corridor
2000-04-06 11:46 ` Oliver Kiddle
     [not found]   ` <38EC9FF3.B12EE9BE@austin.ibm.com>
     [not found]     ` <38ECA546.107A6D91@u.genie.co.uk>
     [not found]       ` <38ECAE56.97D758B3@austin.ibm.com>
2000-04-07 12:23         ` Oliver Kiddle
     [not found]           ` <38EE00D8.82FE48C@austin.ibm.com>
2000-04-07 16:11             ` Oliver Kiddle [this message]
2000-04-06 12:56 The Corridor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38EE08A6.DE6DFA0B@u.genie.co.uk \
    --to=opk@u.genie.co.uk \
    --cc=dfavor@corridor.com \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).