Hi If you have build pjsip successfully in linux machine , and all libraries has installed which is generated by this build. and you are trying to run a sample pjsip application by using some IDE like eclipse or any other or directly by command line. problems may be (i am not sure but check it.) what i understood is, from where you are building the sample either it is not able to find the (pjsip)libraries or the order of the libraries what you have given will be wrong (in the command or in IDE the libraries should be in order ) . for example if A and B are two libraries and A is using B (A->B) then lib order will be first A then B. check it. Thanks..... On Wed, Apr 3, 2013 at 10:56 PM, Ted Gerold <tedgerold at icloud.com> wrote: > > You probably want a Makefile with something like: > > all: sampleclient > > sampleclient: sampleclient.c > cc -o $@ $< `pkg-config --cflags --libs libpjproject` > > > ^^ don't forget thats a tab and not a space > > > > > > > On Apr 3, 2013, at 5:06 AM, Sakharam Thorat <sakharam.thorat at outlook.com> > wrote: > > > <sampleclient.c> > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20130404/d09f5083/attachment-0001.html>