[Nix-dev] Problem linking with libpng/zlib

Lluís Batlle i Rossell viric at viric.name
Tue Jun 18 15:04:39 CEST 2013


Hello,

Anyone knows what happens here?
http://hydra.nixos.org/build/5367741/nixlog/1/tail-reload

Linking CXX executable skype-call-recorder
/nix/store/a4sfpi3g9rr38wqqhbmj1dyal2k6hwbm-libpng-1.6.2/lib/libpng16.so.16: undefined reference to `inflateReset2 at ZLIB_1.2.3.4'
-------

$ nm libpng16.so | grep inflateReset2
    U inflateReset2@@ZLIB_1.2.3.4
$ nm libz.so | grep inflateReset2
    0000000000007d50 T inflateReset2

Thank you,
Lluís.


More information about the nix-dev mailing list