Re: [OpenSBC] Anyone able to put OpenSBC and SipXecs on same box?
Brought to you by:
joegenbaclor
From: OpenSBC F. <ope...@op...> - 2008-11-06 15:36:14
|
I've run into a bit of an issue when compiling opensbc on the SipXecs box. Here is the compile error I'm getting and the ouput from ./configure: g++ -D_REENTRANT -D_REENTRANT -Wall -I/usr/local/src/OpenSBC-1.1.5-RC1-Bundle/opensipstack/include -DPTRACING -I/usr/local/src/OpenSBC-1.1.5-RC1-Bundle/opensipstack/include -I ./ -fpermissive -Os -c StatefulUpperRegistration.cxx -o obj_linux_x86_r/StatefulUpperRegistration.o make[2]: *** No rule to make target `/usr/local/src/OpenSBC-1.1.5-RC1-Bundle/opensipstack/lib/libpt_linux_x86_r_s.a', needed by `obj_linux_x86_r/opensbc'. Stop. make[2]: Leaving directory `/usr/local/src/OpenSBC-1.1.5-RC1-Bundle/opensbc' make[1]: *** [optnoshared] Error 2 make[1]: Leaving directory `/usr/local/src/OpenSBC-1.1.5-RC1-Bundle/opensbc' make: *** [bothnoshared] Error 2 [root@sipx opensbc]# ./configure checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C++ preprocessor... g++ -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for ./opensipstack/OpenSIPStack.sln... no checking for ../../OpenSIPStack.sln... no checking for ../opensipstack/OpenSIPStack.sln... yes configure: creating ./config.status config.status: creating Makefile config.status: creating sbcbuildopts.h config.status: sbcbuildopts.h is unchanged Am I missing something that OpenSBC needs? Can anyone tell what the problem might be? Thanks. radp1399 |