Hi, I use -export-symbols to specify a list of symbols that should be exported from the Library. Libtool translates this into a --retain-symbols-file argument to GNU ld, which does not affect the dynamic symbol table (see also binutils bug #11650 [1]). Would it make sense to generate a version script internally in this case? Simon [1] http://sourceware.org/bugzilla/show_bug.cgi?id=11650