Re: exported symbols of shared libraries on MSVC
, June 5, 2025 1:45 AM To: libtool@gnu.org Cc: Kirill Makurin Subject: Re: exported symbols of shared libraries on MSVC Hi Kirill, > If you look at commands executed by libtool when it creates a DLL, > you may see that it runs $NM on all object files which go into DLL. > Then it uses
Re: exported symbols of shared libraries on MSVC
2025-06-04
Thread
Bruno Haible via Discussion list for the GNU libtool shared library maintenance tool
Hi Kirill, > If you look at commands executed by libtool when it creates a DLL, > you may see that it runs $NM on all object files which go into DLL. > Then it uses some awk script to generate list of all `extern` symbols > defined in those object files. Libtool then appends each symbol with > `-l