ldns icon indicating copy to clipboard operation
ldns copied to clipboard

ld: symbol(s) not found for architecture x86_64

Open marty90 opened this issue 4 years ago • 1 comments

Hello, I am compiling from the tarball on Mac (Catalina 10.15 (19A602)).

I get the following:

Undefined symbols for architecture x86_64:
  "_ldns_rr_free", referenced from:
      _main in linktest.o
  "_ldns_rr_new", referenced from:
      _main in linktest.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [linktest] Error 1

marty90 avatar Apr 30 '20 08:04 marty90

Which tarball are you compiling from?

wtoorop avatar Nov 26 '21 11:11 wtoorop