zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: "'Zsh hackers list'" <zsh-workers@sunsite.dk>
Subject: Re: 4.0.5 ?
Date: Thu, 25 Apr 2002 14:58:28 +0000	[thread overview]
Message-ID: <1020425145828.ZM19540@candle.brasslantern.com> (raw)
In-Reply-To: <001d01c1ec30$315bf520$1fc1f2a3@mow.siemens.ru>

On Apr 25, 12:07pm, Borsenkow Andrej wrote:
}
} > Would it work on platforms like Linux to link modules against those
} > they depend. Using external files would be ugly but I'd mind less if
} > they were only needed on some platforms.
} 
} I am not sure what do you mean. Several modules in one shared object?

No, not several modules in one shared object.

On some platforms (I'm not sure what proportion) it's possible to link
two shared objects that have a dependency such that when one of them is
dynamically loaded, the loader discoveres the dependency and also loads
the second shared object.  E.g. libXt depends on libX11, so if the final
binary is explicitly linked with -lXt it is implicitly linked with -lX11
as well.  This does not mean that libXt and libX11 are the same .so.

} I still hope to find some automatic way to replace all variables with
} functions.

The difficult part is replacing assignments with calls to set the value.
I can think of a way using setup-time function calls and static decls to
(relatively) automatically deal with read-only access, but it's going to
take a search of the code and hand editing to fix assignments.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


  reply	other threads:[~2002-04-25 14:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-17 10:44 Borsenkow Andrej
2002-04-17 10:56 ` Peter Stephenson
2002-04-17 13:38   ` Borsenkow Andrej
2002-04-17 16:30     ` Alexandre Duret-Lutz
2002-04-17 17:19       ` Peter Stephenson
2002-04-25  7:50         ` Borsenkow Andrej
2002-04-17 17:24     ` Bart Schaefer
2002-04-17 17:46       ` Borsenkow Andrej
2002-04-24  8:54       ` Oliver Kiddle
2002-04-25  8:07         ` Borsenkow Andrej
2002-04-25 14:58           ` Bart Schaefer [this message]
2002-04-25 21:13 ` Wayne Davison
2002-04-28 20:33   ` Peter Stephenson
2002-04-29  5:16     ` Wayne Davison

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=1020425145828.ZM19540@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.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).