On Fri, 2025-07-25 at 11:51 -0400, Dmitry Goncharov wrote: > On Fri, Jul 25, 2025 at 11:38 AM <gnu-bug...@mekboy.ru> wrote: > > On a static build of make getting 2 failing tests - load and > > loadapi. Running them manually produces "Dynamic loading not > > supported" error. > > A statically linked executable cannot link against shared objects.
Really? Abstractly, I don't see why a statically linked executable can't run dlopen(). I confess I've not tried it. Is there some reason this won't work (maybe GNU libc imposes this restriction)?