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

Re: shared libs in zsh-3.1.2-zefram3



Andrei Tcherepanov wrote:
>after applying patch to scripts I did 
>CC='cc -native -Qn -s' ./configure --enable-dynamic
>gmake
>
>It does not build ANY *.so files !!! e.g. it make all modules
>static.

This suggests that the configure tests failed to create working shared
libraries.  (I'm rather suspicious about putting "-s" into $CC -- it go
in $LDFLAGS, and it is there by default -- but I don't think that should
make any difference on Solaris.)  What did configure output?

-zefram



Messages sorted by: Reverse Date, Date, Thread, Author