Re: [uClinux-dev] [PATCHv2 1/6] dlopen is used by newer binutils, so check for it

2016-01-05 Thread Greg Ungerer
On 06/01/16 04:13, Waldemar Brodkorb wrote: > Add a check for dlopen to configure.ac > > Signed-off-by: Waldemar Brodkorb Thanks Waldemar. That works for me now. I pushed this into the public elf2flt git tree: https://github.com/uclinux-dev/elf2flt I also added a patch after this that regen

[uClinux-dev] [PATCHv2 1/6] dlopen is used by newer binutils, so check for it

2016-01-05 Thread Waldemar Brodkorb
Add a check for dlopen to configure.ac Signed-off-by: Waldemar Brodkorb --- v1 -> v2: - the link order is important, so add LIBS variable suggested by Greg Ungerer --- configure.ac |1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index ca95d53..dcf0f92 100644