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 14804
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list), Timo Aaltonen <tjaalton@xxxxxxxxx>
- Subject: Re: AIX-problem: the main module won't link statically
- Date: Fri, 08 Jun 2001 13:05:59 +0100
- In-reply-to: "Timo Aaltonen"'s message of "Fri, 08 Jun 2001 14:50:27 +0300." <Pine.LNX.4.10.10106081448290.23818-300000@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
This turns up a lot:
> configure:6934: cc -qlanglvl=ansi -c -O conftest1.c 1>&5
> configure:6935: ld -o conftest1.so -G -bexpall -lc conftest1.o -ldl -lcurses -lm -lc 1>&5
> ld: 0711-327 WARNING: Entry point not found: __start
If we're lucky all we have to do is find the appropriate library for
linking in which provides __start and other stuff associated with dynamic
libraries. Probably isn't that simple, though, since -ldl doesn't seem to
do the trick.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR Ltd., Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential
and/or privileged material.
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by
persons or entities other than the intended recipient is
prohibited.
If you received this in error, please contact the sender and
delete the material from any computer.
**********************************************************************
Messages sorted by:
Reverse Date,
Date,
Thread,
Author