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

RE: dynamic linking on OpenBSD



>
> I'm the maintainer of the zsh port for OpenBSD in its ports tree, and
> the way configure setup dynamic linking for OpenBSD is wrong.  Well, it
> does work for most of the OpenBSD platform, but its not correct.
> DLLDFLAGS should be "-shared -fPIC" and the linker should be ${CC} not
> ld.
>
> Here is a trivial diff to the configure script so it works correctly.
> Adapt to your liking.
>

1. Could you please send diff against configure.in not configure? We do not
keep configure in CVS and it is hard to backport it. Even better, update to
current CVS and diff against zshconfig.ac.

2. Your patch looks like OpenBSD does not use ELF. Is it really the case?

-andrej



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