Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: AIX-problem: the main module won't link statically



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