Levent Erbuke wrote:
Is there a tool that retrieve which version of gcc was used to compile a lib or anything else ?

It depends on the target, but use of strings in the .comment section is fairly common. Try
objdump --section=.comment --full-contents
There will be one string for every object file if the version strings are present.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com

Reply via email to