> 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)