> >Daniel Sands wrote:
> >>I have an executable that dlopens modules, and the modules make use
> >>of symbols provided by the executable. Since AIX does not export
> >>symbols unless either it has to (if needed for direct linkage to a
> >>shared object) or you REALLY want it to (either by -bexp
Roumen Petrov wrote:
Daniel Sands wrote:
I have an executable that dlopens modules, and the modules make use of
symbols provided by the executable. Since AIX does not export symbols
unless either it has to (if needed for direct linkage to a shared
object) or you REALLY want it to (either by -
Another problem: If -brtl is used on the flags, it doesn't build shared
libraries. Why is this the case, and could there be a way to still
output shared libraries regardless?
Daniel Sands wrote:
I have an executable that dlopens modules, and the modules make use
of symbols provided by the exe
Daniel Sands wrote:
I have an executable that dlopens modules, and the modules make use of
symbols provided by the executable. Since AIX does not export symbols
unless either it has to (if needed for direct linkage to a shared
object) or you REALLY want it to (either by -bexpall or by providin
I have an executable that dlopens modules, and the modules make use of
symbols provided by the executable. Since AIX does not export symbols
unless either it has to (if needed for direct linkage to a shared
object) or you REALLY want it to (either by -bexpall or by providing an
exports list),