Re: make check 2 failures
Dmitry Goncharov <[email protected]> Fri, 25 Jul 2025 11:51:07 -0400
| Newsgroups | gmane.comp.gnu.make.bugs |
|---|---|
| Message-ID | <CAG+Z0Cu0FXWkLAoOx4gh2cuqffvW4L46ux4a9CdT9pm=HyOHjg@mail.gmail.com> |
On Fri, Jul 25, 2025 at 11:38 AM <[email protected]> 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. regards, Dmitry