How to cross compile latest h323plus source code?

Discussion related to implementation and use of the H.323 Plus H.323 stack at https://www.h323plus.org.
Post Reply
zdy2000
Posts: 1
Joined: Tue Jan 20, 2015 9:28 am

How to cross compile latest h323plus source code?

Post by zdy2000 »

I have download latest h323 plus source code ( h323_plus 1.26.5 and ptlib-2.12.8 )from http://www.h323plus.org. First i compliing ptlib is ok,but then errors happen when i compiling h323 plus.
the error is:
checking /home/zdy/tools/h323plus_1_26_5/h323plus/../ptlib/version.h usability... yes
checking /home/zdy/tools/h323plus_1_26_5/h323plus/../ptlib/version.h presence... yes
checking for /home/zdy/tools/h323plus_1_26_5/h323plus/../ptlib/version.h... yes
checking for /home/zdy/tools/h323plus_1_26_5/h323plus/../ptlib/make/lib.mak... configure: error: cannot check for file existence when cross compiling.

my compile command is :
./configure --host=arm-none-linux-gnueabi
make bothdepend
make bothnoshared

How can i resolve this error and how to cross compile h323plus source code ? I certainly would appreciate some helps here. Thank you.
siguadao
Posts: 6
Joined: Sat Aug 09, 2014 1:53 pm

Re: How to cross compile latest h323plus source code?

Post by siguadao »

I met the same problem too. I modified "~/h323plus/configure" file, changed all "ptlib/make/lib.mak" to "ptlib/make/ptlib.mak"...

But after that, when execute "make optnoshared" to compile h323plus, error happened. Which is like:
no rule to make target "default_target" needed by "~/h323plus/lib/libh323___s.a"

Have you resolve this problem? I appreciate your help. Thank you.
Post Reply