[chrony-dev] Problems building with nettle-3.5 |
[ Thread Index |
Date Index
| More chrony.tuxfamily.org/chrony-dev Archives
]
- To: chrony-dev@xxxxxxxxxxxxxxxxxxxx
- Subject: [chrony-dev] Problems building with nettle-3.5
- From: Bryan Christianson <bryan@xxxxxxxxxxxxx>
- Date: Tue, 10 Mar 2020 18:45:46 +1300
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpcorp.com; s=a1-4; h=Feedback-ID:X-Smtpcorp-Track:To:Date:Message-Id: Subject:From:Reply-To:Sender:List-Unsubscribe; bh=0XWVlLAGDagLGbvRL5gtwNtpmuZIPqZEqVHeR9FumAU=; b=X6Ma9HlM1ZhHxjW7WTfJRtBS7x X50W9MwifF8sxHWAw3LwfzkdVYbq0zHXtEKSpGVWfSJ67W0mulQC45LV6VH1c3vp4EjMY11lVH1+t 5So7icl1wSH0w/kz2dkQHBsj1QGh9IZ7e9M9Aj5PK0z4p9dBhEFNRRRWedCwtFfEwypLgDTuzBIZz cFgFjCvv4LWuADOKuIKA3oC0oHpsP/g0DGhRN7VRGPBUmuKyLs17yhezQveYWILHnZ60tNUBPd2cr oZssEp+GjTG2HcBRyiWPCBvPOMmW5GlEQ5hk2QDJ7zyIcoWgrUqX8oysKTGl3/rIKX4Z5hnQDFkCc OiPpTf1g==;
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=whatroute.net; i=@whatroute.net; q=dns/txt; s=s149811; t=1583819164; h=from : subject : to : message-id : date; bh=0XWVlLAGDagLGbvRL5gtwNtpmuZIPqZEqVHeR9FumAU=; b=E7Mwe0dgg6ZcUCNLrp1/zL0T9BDdvgmMCk+A/Dk0q7bxUMRfI4KFZnH8HTNC+2LtP4T/BG eZghpj5gKewKAuVUDCaxkP0KpDfTrrNfMrwbROytu7pEl8f1nxEOXvp6SVdzCtdvtNwerQE3 x8TkijO1OglOC5OPv85wZV7vkmbFMuW7P8adYOm3o0pqCSJqpolarJYYXIaPw5ed7J9zXwMO xpCVXxFkESOhdqfOdZ789iDeup7Y6xKmfQWGri5/eGOw+WambvVrQ67fgt/d+vcwBI8ivfWO n3PFflPaKUQkc/IGgunQclLBHCjKMAeAA/8ONq508+69kpvSaWfBfKyA==
- Feedback-id: 149811m:149811acx33YQ:149811skfDYGFYoq
I am trying to compile chrony-git with nettle-3.5 built as static library.
As far as I can tell nettle has built OK and is installed where I expect it to be.
In config.log I am seeing:
docheck.c:
#include "config.h"
#include <nettle/nettle-meta.h>
#include <nettle/sha2.h>
int main(int argc, char **argv) {
return nettle_hashes[0]->context_size;
return 0; }
gcc -mmacosx-version-min=10.10 -Wmissing-prototypes -Wall -I/Users/bryan/Software-Swift5/chronyd/Crypt/opt/include -o docheck docheck.c -L/Users/bryan/Software-Swift5/chronyd/Crypt/opt/lib
Undefined symbols for architecture x86_64:
"_nettle_get_hashes", referenced from:
_main in docheck-5b59e0.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any help appreciated.
Bryan Christianson
bryan@xxxxxxxxxxxxx
--
To unsubscribe email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "unsubscribe" in the subject.
For help email chrony-dev-request@xxxxxxxxxxxxxxxxxxxx with "help" in the subject.
Trouble? Email listmaster@xxxxxxxxxxxxxxxxxxxx.