zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
To: <zsh-workers@sunsite.dk>
Cc: "Timo Aaltonen" <tjaalton@cc.hut.fi>
Subject: RE: AIX-problem: the main module won't link statically
Date: Fri, 8 Jun 2001 15:41:02 +0400	[thread overview]
Message-ID: <000401c0f00f$e4e78e10$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <3B20AEB3.B258BD5F@yahoo.co.uk>

>
> The arguments to the link don't look very familiar - I don't recognise
> -bexpall and I don't like the look of the strip (-s) flag when linking a
> shared library.

  case "$host_os" in
...
aix*)         DLLDFLAGS="${DLLDFLAGS=-G -bexpall -lc}" ;;

-s is O.K. - we explicitly check if it is safe to strip shared libraries. Of
course, test may get it wrong anyway ...

My guess is that AIX 4.3 has dl* functions and hence AIXDYNAMIC is not used.
But something goes wrong with dlopen() & Co.

Post config.log here, generated config.h and exact configure invocation
here. Remove config.cache before running configure - else confg.log will be
pretty useless.

I vaguelly remember something about AIX and dlopen. Should be in archives.

-andrej


  reply	other threads:[~2001-06-08 11:41 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <001501c0eff2$70ad3ee0$21c9ca95@mow.siemens.ru>
2001-06-08 10:53 ` Oliver Kiddle
2001-06-08 11:41   ` Andrej Borsenkow [this message]
2001-06-08 11:50     ` Timo Aaltonen
2001-06-08 12:05       ` Peter Stephenson
2001-06-08 12:06       ` Andrej Borsenkow
2001-06-08 12:11         ` Andrej Borsenkow
2001-06-08 12:28           ` Timo Aaltonen
2001-06-08 13:01             ` Andrej Borsenkow
2001-06-08 12:12         ` Timo Aaltonen
2001-06-08 14:23     ` Oliver Kiddle
2001-06-09  8:52       ` Andrej Borsenkow
2001-06-11 16:29         ` Timothy Miller
2001-06-11 17:58           ` Andrej Borsenkow
2001-06-12  6:06             ` Strange tests in configure " Andrej Borsenkow
2001-06-12 12:24           ` Oliver Kiddle
2001-06-15  9:11             ` Timo Aaltonen
     [not found] <Pine.SV4.4.33.0106120954500.24714-200000@itsrm2.mow.siemens.ru>
     [not found] ` <yeh3d95lsa0.fsf@water.cs.brown.edu>
2001-06-12 17:58   ` Andrej Borsenkow
2001-06-12 18:19     ` Peter Stephenson
2001-06-12 19:14       ` Bart Schaefer
2001-06-12 20:09         ` Wayne Davison
2001-06-13  9:20           ` Peter Stephenson
2001-06-13  8:46         ` Sven Wischnowsky
2001-06-13  8:48           ` Sven Wischnowsky
     [not found] <Pine.LNX.4.10.10106081111000.23818-100000@nexus6.hut.fi>
2001-06-08  8:55 ` Andrej Borsenkow

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='000401c0f00f$e4e78e10$21c9ca95@mow.siemens.ru' \
    --to=andrej.borsenkow@mow.siemens.ru \
    --cc=tjaalton@cc.hut.fi \
    --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).