Results 1 to 3 of 3
hello
i am trying to install opendiameter on my system but my system hangs when i try to run make file. here is the view of its make file at ...
- 05-26-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 6
problem with make command
hello
i am trying to install opendiameter on my system but my system hangs when i try to run make file. here is the view of its make file at that time ....[root@localhost ~]# cd /home/elite/diameter/boost_1_33_1 [root@localhost boost_1_33_1]# cat s
./tools/build/jam_src/bin.linuxx86/bjam -sPYTHON_ROOT=/usr -sPYTHON_VERSION=2.4 -sTOOLS=gcc
Building Boost.Regex with the optional Unicode/ICU support disabled.
Please refer to the Boost.Regex documentation for more information
(and if you don't know what ICU is then you probably don't need it).
...found 10626 targets...
...updating 1497 targets...
gcc-C++-action bin/boost/libs/wave/build/libboost_wave.a/gcc/debug/instantiate_cpp_exprgrammar.o
is this problem is due to some defect in linux instalation
plz if any one know about this problem then help me ... Thanks.....
- 05-26-2006 #2
Which distro? What exact commands are you issuing? Please make your post clearer by using this
Code:you can type/paste code here
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-27-2006 #3Just Joined!
- Join Date
- May 2006
- Posts
- 6
help" Hang problem"
hello
First i run command "configure" and after that when i run command "make on command line my system hangs after few seconds at the point given below.i need urgent help
Here is the print of out put file at the point of hang
Making all in libodutl
make[1]: Entering directory `/home/elite/diameter/opendiameter-1.0.7-g/libodutl'make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/elite/diameter/opendiameter-1.0.7-g/libodutl'
Making all in libdiamparser
make[1]: Entering directory `/home/elite/diameter/opendiameter-1.0.7-g/libdiamparser'
depbase=`echo parser_avpvalue.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \
if /bin/sh ../libtool --tag=CXX --mode=compile g++32 -DPACKAGE_NAME=\"OpenDiameter\" -DPACKAGE_TARNAME=\"opendiameter\" -DPACKAGE_VERSION=\"1.0.7-g\" -DPACKAGE_STRING=\"OpenDiameter\ 1.0.7-g\" -DPACKAGE_BUGREPORT=\"yohba@tari.toshiba.com\" -DPACKAGE=\"opendiameter\" -DVERSION=\"1.0.7-g\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_IFADDRS_H=1 -DHAVE_SHADOW_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_GETIFADDRS=1 -I. -I. -Wall -Wno-sign-compare -I/home/elite/diameter/xerces-c-src_2_7_0/include -I/home/elite/diameter/xerces-c-src_2_7_0/include/xercesc -I/usr/local/ACE_wrappers -I/home/elite/diameter/boost_1_33_0 -I../include -DOS_LINUX -g -O2 -MT parser_avpvalue.lo -MD -MP -MF "$depbase.Tpo" -c -o parser_avpvalue.lo parser_avpvalue.cxx; \
then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi
g++32 -DPACKAGE_NAME=\"OpenDiameter\" -DPACKAGE_TARNAME=\"opendiameter\" -DPACKAGE_VERSION=\"1.0.7-g\" "-DPACKAGE_STRING=\"OpenDiameter 1.0.7-g\"" -DPACKAGE_BUGREPORT=\"yohba@tari.toshiba.com\" -DPACKAGE=\"opendiameter\" -DVERSION=\"1.0.7-g\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_IFADDRS_H=1 -DHAVE_SHADOW_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -DHAVE_GETIFADDRS=1 -I. -I. -Wall -Wno-sign-compare -I/home/elite/diameter/xerces-c-src_2_7_0/include -I/home/elite/diameter/xerces-c-src_2_7_0/include/xercesc -I/usr/local/ACE_wrappers -I/home/elite/diameter/boost_1_33_0 -I../include -DOS_LINUX -g -O2 -MT parser_avpvalue.lo -MD -MP -MF .deps/parser_avpvalue.Tpo -c parser_avpvalue.cxx -o parser_avpvalue.o


Reply With Quote
