Hi,<br>
<br>
I am just having a dumb question and hoping someone can help me.&nbsp; I am
trying to run a c program with libfreeswitch embedded so I can use some
external mechanism to keep track of freeswitch, but I am having problem
while compiling:<br>
<br>
[root@localhost fs]# gcc switchnode.c -I/usr/local/freeswitch/include -L/usr/local/freeswitch/lib -lfreeswitch -lpthread<br>
switchnode.c: In function 'main':<br>
switchnode.c:11: warning: passing argument 1 of 'switch_core_init_and_modload' makes integer from pointer without a cast<br>
switchnode.c:11: warning: passing argument 3 of 'switch_core_init_and_modload' from incompatible pointer type<br>
/usr/local/freeswitch/lib/libfreeswitch.so: undefined reference to `clock_gettime&#39;<br>
/usr/local/freeswitch/lib/libfreeswitch.so: undefined reference to `uuid_generate&#39;<br>
/usr/local/freeswitch/lib/libfreeswitch.so: undefined reference to `crypt_r&#39;<br>
collect2: ld returned 1 exit status<br>
[root@localhost fs]# <br>
<br>
<br>
Does anyone know which library is missing?<br>
<br>
Thanks,<br>
Woody<br>