libwhich icon indicating copy to clipboard operation
libwhich copied to clipboard

Like `which`, for dynamic libraries

Results 5 libwhich issues
Sort by recently updated
recently updated
newest added

Resolve GNU ld scripts with additional checks for UNIX-like systems (fixes #17).

On Debian Sid with [libc6:amd64 2.33-7](https://packages.debian.org/sid/amd64/libc6/filelist), libm.so is a GNU ld script just like the following. With this, `libwhich libm.so` doesn't find the actual libm binary. ``` $ git rev-parse...

I'm worried the name `libwhich` would mislead folks into thinking this is a library-ized version of `which`, which is not the intended parsing of the name. Perhaps alternate names are...

question

### Advantages: - Uniform support for FreeBSD, macOS, Linux, and Windows - Designed for tool / scripting usage - Can find a library in the dyld path (similar to `which`,...

doc

Hi there, During the build of the archlinux aur/julia-git package I've encountered the following issue: ``` ./libwhich -p libm.so failed to open library: /usr/lib/libm.so: invalid ELF header ``` And indeed,...

doc