Hi!

nm -a out/linux/x86_64/release/liboctbstack.so | grep ' U ' | grep -v 'GLIBC'
U coap_delete_list
U coap_insert
U coap_new_listnode

It's very strange that these symbols are missing since they seem to be
provided by libcoap.a, and libcoap.a is being included in
liboctbstack.so ...

Now, for compiling executables, I've somehow been able to work around
this problem by linking libcoap.a directly into the executable, but in
the case of a node addon (which is a shared object), it seems to run
into these unresolved symbols.

Am I missing something?

TIA for your help,



Gabriel

Reply via email to