shared object not being created when building with QNX toolchain

2016-02-18 Thread s1341-libtool
Hi all, I'm trying to build this (https://ghostbin.com/paste/ksjht) Makefile.am. Unfortunately, for some reason the libfrida-agent.so file is not being generated. The libfrida-agent-container.so and libfrida-agent-glue.so are being generated. The files are located in the .libs directory. There is

Re: shared object not being created when building with QNX toolchain

2016-02-18 Thread s1341-libtool
tearing out my hair in frustration here. Thanks s1341 On 18 February 2016 at 13:55, s1341-libtool wrote: > Hi all, > > I'm trying to build this (https://ghostbin.com/paste/ksjht) Makefile.am. > Unfortunately, for some reason the libfrida-agent.so file is not being > generated.

Re: shared object not being created when building with QNX toolchain

2016-02-18 Thread s1341-libtool
red object linking impossible. Thanks anyway. s1341 On 18 February 2016 at 15:09, s1341-libtool wrote: > Replying to my own question, as I've refined the test case. > > This is the updated Makefile.am: https://ghostbin.com/paste/9wj6d. > > Note that now the libfrida-ag