Hi Tarani, 1. The options which you have set for ./configure is wrong. some of the options needs -- instead of -. Please check with ./configure to get more help on that.
2. When you do the build to run on gumstix board, you need to build it as static so that it will do build only the necessary function calls, so that it will be as a single binary. Hope this helps. Best Regards, Kannaiyan ----- Original Message ----- From: [EMAIL PROTECTED] To: [email protected] Sent: Thursday, April 05, 2007 7:46 PM Subject: [Linphone-users] Execution problem Hi , I am using linphone-1.4.1, speex-1.1.12, libosip2-2.2.1 . I could compile the linphone using speex and libosip without any errors. But when I try to execute, i.e ./linphonec, I am getting an error: Error while loading shared libraries : libosipparser.2.so.3 : cannot open shared object file. No such file or directory. I want to port this binary ( linophonec) on a ARM board ( gumstix board). For which I have used the folowing command: ./configure -host=arm-linux -prefix=/home/gumstix-buildroot/build-arm-nofpu/root PKG_CONFIG_PATH=/home/speex-1.1.12 -disable -video -disable -shared When I ported the linphonec binary on the gumstix board and tried to execute ./linphonec, Iam getting a syntax error mentioned below: Error : syntax error : "(" unexpected. Can anybody please help??? Regards, Tarani The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
