Re: [bwm-tools-tech] Error on make
Brought to you by:
nkukard
From: Nigel K. <nk...@lb...> - 2009-04-14 08:23:28
|
Kalkidan Alemayehu Zeleke wrote: > Hello, > > I want to use bmo tools for traffic shaping .I am using Ubuntu server 8.10. The config command went fine. But I am stack on make command. This is the error I get : > > Making all in lib > make[2]: Entering directory `/home/hunet/Monitoringtools/bwm_tools-0.3.0/lib' > /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/libxml2 -DLOG_DIR=\"/var/bwm_tools\" -g -O2 -MT libbwm_la-xmlConf.lo -MD -MP -MF .deps/libbwm_la-xmlConf.Tpo -c -o libbwm_la-xmlConf.lo `test -f 'xmlConf.c' || echo './'`xmlConf.c > ../libtool: line 639: X--tag=CC: command not found > ../libtool: line 672: libtool: ignoring unknown tag : command not found > ../libtool: line 639: X--mode=compile: command not found > ../libtool: line 789: *** Warning: inferring the mode of operation is deprecated.: command not found > ../libtool: line 790: *** Future versions of Libtool will require -mode=MODE be specified.: command not found > ../libtool: line 933: Xgcc: command not found > ../libtool: line 933: X-DHAVE_CONFIG_H: command not found > ../libtool: line 933: X-I.: command not found > ../libtool: line 933: X-I..: command not found > ../libtool: line 933: X-I../include: No such file or directory > ../libtool: line 933: X-pthread: command not found > ../libtool: line 933: X-I/usr/local/include/glib-2.0: No such file or directory > ../libtool: line 933: X-I/usr/local/lib/glib-2.0/include: No such file or directory > ../libtool: line 933: X-I/usr/include/libxml2: No such file or directory > ../libtool: line 933: X-DLOG_DIR="/var/bwm_tools": No such file or directory > ../libtool: line 933: X-g: command not found > ../libtool: line 933: X-O2: command not found > ../libtool: line 933: X-MT: command not found > ../libtool: line 933: Xlibbwm_la-xmlConf.lo: command not found > ../libtool: line 933: X-MD: command not found > ../libtool: line 933: X-MP: command not found > ../libtool: line 933: X-MF: command not found > ../libtool: line 933: X.deps/libbwm_la-xmlConf.Tpo: No such file or directory > ../libtool: line 933: X-c: command not found > ../libtool: line 981: Xlibbwm_la-xmlConf.lo: command not found > ../libtool: line 986: libtool: compile: cannot determine name of library object from `': command not found > make[2]: *** [libbwm_la-xmlConf.lo] Error 1 > make[2]: Leaving directory `/home/hunet/Monitoringtools/bwm_tools-0.3.0/lib' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/hunet/Monitoringtools/bwm_tools-0.3.0' > make: *** [all] Error 2 > > Can any one tell me what the problem is? > Try .... libtoolize --copy --force aclocal autoconf automake then try again. -N |