Hi,

On 12/02/16 20:38, Tony wrote:

> Does anyone know if there is something like ldd32 in NixOS I can use to check 
> 32
> bit dynamic executables on a 64 bit system.

"patchelf --print-rpath" and "readelf -d ... | grep RPATH" are both
architecture-independent, so they should work on any ELF executable.

-- 
Eelco Dolstra | LogicBlox, Inc. | http://nixos.org/~eelco/
_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to