Re: How can I know if libraries are old?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Oct 20, 2010 at 6:47 AM, Dr. David Kirkby
<david.kirkby@xxxxxxxxxx> wrote:

> Is there a way I can see what c++ library someone has, and determine if it's
> older than the one I built the program with? If so, they need to get a more
> recent library and have that in their linker search path before the old one.

readelf -V should work.  It will show you the versions defined by the
library.  Look at the contents of the "Version definition section".

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux