Re: AIX: More troubles

2008-02-07 Thread NOT SPAM
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

Re: AIX: More troubles

2008-02-07 Thread Roumen Petrov
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

Re: AIX: More troubles

2008-02-07 Thread Ralf Wildenhues
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

AIX: More troubles

2008-02-05 Thread Daniel Sands
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),