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

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



> > 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