Re: uClinux may not have dhfcn.h et.al.

Wan-Teh Chang <[email protected]> Fri, 4 Dec 2015 12:56:21 -0800
Newsgroups gmane.comp.mozilla.devel.nspr
Message-ID <CALTJjxHLmsxgJCdAW6-LYymSiqmfS7d7Xn-XDiuyXC4qnQ6Kcw@mail.gmail.com>
On Fri, Dec 4, 2015 at 7:45 AM, Andrew Cagney <[email protected]> wrote:
> Hi,
>
> uClinux (which I'm treating as a linux variant) can be configured
> without shared library support (no dl*() and no dlfcn.h).  The patch
> below (hopefully attached):

I didn't get the patch. I'm afraid that you'll need to paste it
inline, or better, file a bug report and attach the patch to it.

> BTW, beyond a successful build, is there anything I should be looking
> for when running "make" in pr/tests (on a native Linux system, say)?

You should run a few tests manually. I suggest the following:
    cvar -d
    cvar2
    perf

Then run the test harness (either runtests.sh or runtests.pl) to run
all tests. The Perl version is preferred (if your environment has
Perl) because it handles hung tests better.

Wan-Teh