I tried to compile trezord at github.com/trezor/trezord using build.sh on ubuntu 14.04. However, it complains that
Linking CXX executable trezord
/usr/bin/ld: Can not find -lkrb5
/usr/bin/ld: Can not find -lk5crypto
/usr/bin/ld: Can not find -lgcc_s
Any idea how to solve this problem? Thanks.
Ubuntu does not provide static versions of these libraries. Please read instructions how to build using Docker.