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

Re: Can be a module linked to library to which Zsh isn't linked?



On Oct 3,  4:24pm, Sebastian Gniazdowski wrote:
} Subject: Can be a module linked to library to which Zsh isn't linked?
}
} Curses is linked to a library that zsh isn't and this is working fine
} - zsh starts, module loads. Could it be that "one LIBS" isn't in fact
} required?

I think this is dependent on compiler/linker/loader version and flags,
e.g., it might work with dynamic linkage but not static (symbol name
clashes), or might work with newer linkers but not older ones.

} Modules gdbm and pcre aren't built by default and they make
} zsh binary linked to libgdbm, libpcre. I thought that's why they
} aren't build by default - because they add dependencies to zsh binary

It's because they add *licensing* dependencies, IIRC, not because they
add shared-object dependencies.



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