On 7/30/2015 10:48 AM, Óscar Fuentes wrote: > Edward Diener <[email protected]> > writes: > >>> Another thing is to get some hints from a .map-file. >>> Add "-Wl,--print-map,--sort-common,--cref > file.map" at the >>> of the link-cmd. >> >> I could not find any documentation regarding the linker options you >> specify in the gcc documentation. Are they mingw-64 specific ? If so >> where would thye be documented ? > > Those are not gcc options, but `ld' (the GNU linker) options. > > "-Wl" directs gcc to pass the following comma-separated options to ld. > > > ------------------------------------------------------------------------------ >
Thanks, I was able to pass the options to ld and get a map file for both shared libraries. Unfortunately even with the map files, which are pretty extensive, I cannot decipher why the link is failing. ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
