Advertisement
caravaggisto

checking lapack with readelf

Apr 26th, 2012
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.01 KB | None | 0 0
  1. $ readelf -a /usr/lib/liblapack.*
  2.     # ... ( lots of lines for a while...)
  3.     Version needs section '.gnu.version_r' contains 4 entries:
  4.      Addr: 0x000000000000d914  Offset: 0x00d914  Link: 4 (.dynstr)
  5.       000000: Version: 1  File: libc.so.6  Cnt: 2
  6.       0x0010:   Name: GLIBC_2.1.3  Flags: none  Version: 8
  7.       0x0020:   Name: GLIBC_2.0  Flags: none  Version: 7
  8.       0x0030: Version: 1  File: libgcc_s.so.1  Cnt: 1
  9.       0x0040:   Name: GCC_4.0.0  Flags: none  Version: 6
  10.       0x0050: Version: 1  File: libgfortran.so.3  Cnt: 2
  11.       0x0060:   Name: GFORTRAN_1.0  Flags: none  Version: 4
  12.       0x0070:   Name: GFORTRAN_1.4  Flags: none  Version: 3
  13.       0x0080: Version: 1  File: libm.so.6  Cnt: 2
  14.       0x0090:   Name: GLIBC_2.0  Flags: none  Version: 5
  15.       0x00a0:   Name: GLIBC_2.1  Flags: none  Version: 2
  16.    
  17.     Notes at offset 0x00000114 with length 0x00000024:
  18.       Owner                 Data size   Description
  19.       GNU                  0x00000014   NT_GNU_BUILD_ID (unique build ID bitstring)
  20.         Build ID: 45e9d684a004eca49e06e093a3068a0258e050ef
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement