Follow-up Comment #12, sr #108201 (project libtool): perhaps to refine the test a bit more, would it be possible to check that the "value" of SONAME is the value expected.
With elfdump, the SONAME could be extracted for example by: elfdump -d $soname | grep SONAME | awk '{printf $4}' Apparently when in absence of elfdump, linux has objdump: objdump -p $soname | grep SONAME | awk '{printf $2}' It has been over a decade since I touched a compiler on W32, so I wouldn't even attempt to determine the equivalent. Again, the maintainer probably [has|should have] this knowledge. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/support/?108201> _______________________________________________ Message posté via/par Savannah http://savannah.gnu.org/ _______________________________________________ https://lists.gnu.org/mailman/listinfo/libtool