libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AIX: More troubles


From: Daniel Sands
Subject: AIX: More troubles
Date: Tue, 05 Feb 2008 18:03:24 -0700
User-agent: Thunderbird 1.5.0.12 (X11/20071129)

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?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]