On May 20, 2016, at 6:43 PM, Eric Blake wrote: > On 05/20/2016 01:15 PM, Programmingkid wrote: >> Noticed this bug after a 'git pull'. My repo is at commit >> 65603e2fc18b48e6e55a3dd693669413141694ec - >> tci: do not include exec/exec-all.h >> >> I am building QEMU on Mac OS 10.6 with GCC 4.9. >> Here is the full message: >> >> LINK qemu-nbd >> Undefined symbols for architecture x86_64: >> "_nettle_cast5_set_key", referenced from: >> _qcrypto_cipher_new in cipher.o > > What version of nettle are you compiling against? Obviously it's an > older version, but is it one that we need to work around at configure > time, or one that you should just update locally?
I'm not sure how to find the version of nettle. Would you have a simple program that could tell me this information?