[libnice] Trick about using the libnice library...

Olivier CrĂȘte olivier.crete at collabora.com
Mon Sep 14 20:38:11 PDT 2015


Hello,


On Tue, 2015-09-15 at 10:09 +0800, Jack Wang wrote:
> I wrote a new function (called "myfunc" here), 
> Then when I used the libnice library (.so) in another.c file (called
> "test.c" herer)  and calld myfunc() ,
> compiling on test.c failed and showed that 
> 
> undefined reference to `myfunc'

The list of functions names to be exported is in nice/libnice.sym, you
need to add your function there.

-- 
Olivier CrĂȘte
olivier.crete at collabora.com




More information about the nice mailing list