_______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
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), these symbols don't resolve. So it either crashes (if
compiled without -brtl) or complains about unresolved references. Is
there a Libtool-standard way to make the executable export all of its
symbols?
- broken link Raymond Chandler
- Re: broken link Peter O'Gorman
- AIX: More troubles Daniel Sands
- Re: AIX: More troubles Roumen Petrov
- Re: AIX: More troubles Roumen Petrov
- Re: AIX: More troubles NOT SPAM
- Re: AIX: More troubles Ralf Wildenhues
- The AIX saga continues Daniel Sands
