Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: AIX-problem: the main module won't link statically
- X-seq: zsh-workers 14802
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: <zsh-workers@xxxxxxxxxx>
- Subject: RE: AIX-problem: the main module won't link statically
- Date: Fri, 8 Jun 2001 15:41:02 +0400
- Cc: "Timo Aaltonen" <tjaalton@xxxxxxxxx>
- Importance: Normal
- In-reply-to: <3B20AEB3.B258BD5F@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
>
> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author