Skip to content

Instantly share code, notes, and snippets.

@lispmeister
Created February 24, 2016 15:31
Show Gist options
  • Save lispmeister/53b2b13c1f82fa7f83b3 to your computer and use it in GitHub Desktop.
Save lispmeister/53b2b13c1f82fa7f83b3 to your computer and use it in GitHub Desktop.
Pony helloworld dependencies
ldd helloworld
linux-vdso.so.1 (0x7ee06000)
libpthread.so.0 => /lib/arm-linux-gnueabihf/libpthread.so.0 (0x76f07000)
libdl.so.2 => /lib/arm-linux-gnueabihf/libdl.so.2 (0x76ef4000)
libm.so.6 => /lib/arm-linux-gnueabihf/libm.so.6 (0x76e79000)
libgcc_s.so.1 => /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0x76e4c000)
libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0x76d0b000)
/lib/ld-linux-armhf.so.3 (0x54b3c000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment