On May 12, 2008, at 1:31 PM, Jean-Daniel Dupas wrote:
Unlike the 32 bits runtime, the 64 bits runtime respects class
symbols visibility.
If you do not export the class symbol, you cannot use it from an
other binary (just like with C or C++ functions and classes).
Thank you. Since more than a few symbols needed to be un-hidden, I
found that compiling with the C flag "-fvisibility=default" did
everything I needed.