From: "SASANO Takayoshi via ports" Subject: Re: [NEW] devel/opendht-3.1.7 To: ports@openbsd.org Date: Thu, 14 Mar 2024 21:59:57 +0900 > Here is the port of OpenDHT-3.1.7, without tools and Python support. > To build, it requires devel/msgpack-cxx I sent previously. Currently this ports candidate cannot link with other code. I found this needs to build with -fvisibility=protected (or default), not -fvisibility=hidden. I tried to built this library with example tools by clang-16 on Debian-12/amd64, everything goes well. I suspect __attribute__ ((visibility("default"))) is not work under -fvisibility=hidden, but I don't know how to prove this. Is there any -fvisibility related problem? -- SASANO Takayoshi (JG1UAA)