> Thus, attribute visibility is only enabled for GCC >= 4. > > Comparing with configure.raw, I guess you assumed that > -fvisibility is GCC-specific feature?
Solaris compiler would natively need -xldscope=hidden and __global attribute, according to http://www.oracle.com/technetwork/server-storage/solaris/symbol-scope-140496.html -fvisibility is GNU so Solaris had better define __GNUC__. Oh well. > # I should remind, such kind of linker-related technologies > # in GNU toolchains are heavily inspired by Solaris, maybe > # in Drepper's era. -- Alexei A. Podtelezhnikov, PhD _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
