Bruno Haible <[EMAIL PROTECTED]> writes: > Hi, > > gcc-4.0 now provides support for controlling the set of symbols exported > from a shared library in a reasonable, maintainable way. I have added a > gnulib module to this effect. With documentation, this time :-)
How does this relate to something like Libtool's -export-symbols-regex '^(idn|pr29_|punycode_|stringprep|tld_).*'? That is what I have been using to control which symbols are exported or not. Your module look somewhat gcc-specific, whereas, in theory, libtool might work with other compilers too. Thanks. _______________________________________________ bug-gnulib mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnulib
