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 14806
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>, "Timo Aaltonen" <tjaalton@xxxxxxxxx>, <zsh-workers@xxxxxxxxxx>
- Subject: RE: AIX-problem: the main module won't link statically
- Date: Fri, 8 Jun 2001 16:11:16 +0400
- Importance: Normal
- In-reply-to: <000701c0f013$7230f5b0$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
> > theremin% CC="cc" ./configure
> >
>
> Try with DLLD=cc CC=cc. On some systems use of plain ld to create shared
> libraries does not work (due to additional startup files needed).
>
And I do not like double -lc; you may try with
DLLDFLAGS='-G -bexpall'
as well. We provide -lc in any case.
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author