Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] Re: Issue 177 in ndt: ./configure error web10srv library not found

Subject: NDT-DEV email list created

List archive

[ndt-dev] Re: Issue 177 in ndt: ./configure error web10srv library not found


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] Re: Issue 177 in ndt: ./configure error web10srv library not found
  • Date: Wed, 08 Apr 2015 18:42:04 +0000


Comment #6 on issue 177 by : ./configure error web10srv library not found
https://code.google.com/p/ndt/issues/detail?id=177

I got past that by running ./configure again. Now am left with

root@WebNDT:~/test2/ndt-3.7.0-rc3#
make
make all-recursive
make[1]: Entering directory `/root/test2/ndt-3.7.0-rc3'
Making all in src
make[2]: Entering directory `/root/test2/ndt-3.7.0-rc3/src'
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/pcap -I/usr/local/include/estats '-DBASEDIR="/usr/local/ndt"' -pedantic -Wall -fno-strict-aliasing -std=gnu99 -DNDEBUG -O2 -DEXPERIMENTAL_ENABLED -DDATABASE_ENABLED -MT web10gsrv-web100-util.o -MD -MP -MF .deps/web10gsrv-web100-util.Tpo -c -o web10gsrv-web100-util.o `test -f 'web100-util.c' || echo './'`web100-util.c
web100-util.c: In function âtcp_stat_initâ:
web100-util.c:138:12: error: âTOTAL_NUM_VARSâ undeclared (first use in this function)
web100-util.c:138:12: note: each undeclared identifier is reported only once for each function it appears in
web100-util.c: In function âtcp_stat_get_dataâ:
web100-util.c:717:9: warning: unused variable âstrâ [-Wunused-variable]
web100-util.c: In function âCwndDecreaseâ:
web100-util.c:1120:8: warning: unused variable âbuffâ [-Wunused-variable]
web100-util.c: In function âtcp_stat_initâ:
web100-util.c:143:1: warning: control reaches end of non-void function [-Wreturn-type]
make[2]: *** [web10gsrv-web100-util.o] Error 1
make[2]: Leaving directory `/root/test2/ndt-3.7.0-rc3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/test2/ndt-3.7.0-rc3'
make: *** [all] Error 2


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



Archive powered by MHonArc 2.6.16.

Top of Page