ndt-users - Re: NDT directory Structure
Subject: ndt-users list created
List archive
- From: Martyn <>
- To: Martyn <>
- Cc: Mike Iglesias <>,
- Subject: Re: NDT directory Structure
- Date: Tue, 18 Oct 2005 20:43:20 +0100
- Disposition-notification-to: Martyn <>
Martyn wrote:
Mike Iglesias wrote:Anybody :-(
I think its going wrong at the make stage but I'm sure where so I have attached a txt file with the error in, if you could look I would be most grateful, I'm just downloading ndt again in case in got corrupt along the wayI thought that the 'make' process created the dir, so I have created
it myself and it only copies over tcpbw100.html, and it does not
create the directory as stated in the install process
It's supposed to be created, but obviously something went wrong during
the "make install". You need to figure out why it didn't get created
by looking at the output of "make install".
Mike Iglesias Email:
University of California, Irvine phone: 949-824-6926
Network & Academic Computing Services FAX: 949-824-2069
Regards
Martyn
------------------------------------------------------------------------
web100clt.c: In function ‘main’:
web100clt.c:634: warning: pointer targets in passing argument 5 of
‘getsockopt’ differ in signedness
web100clt.c:637: warning: pointer targets in passing argument 5 of
‘getsockopt’ differ in signedness
web100clt.c:643: warning: pointer targets in passing argument 5 of
‘getsockopt’ differ in signedness
web100clt.c:646: warning: pointer targets in passing argument 5 of
‘getsockopt’ differ in signedness
web100clt.c:693: warning: pointer targets in passing argument 5 of
‘getsockopt’ differ in signedness
web100clt.c:696: warning: pointer targets in passing argument 5 of
‘getsockopt’ differ in signedness
web100clt.c:702: warning: pointer targets in passing argument 5 of
‘getsockopt’ differ in signedness
web100clt.c:705: warning: pointer targets in passing argument 5 of
‘getsockopt’ differ in signedness
web100clt.c:742: warning: pointer targets in passing argument 5 of
‘getsockopt’ differ in signedness
web100clt.c:745: warning: pointer targets in passing argument 5 of
‘getsockopt’ differ in signedness
web100clt.c:751: warning: pointer targets in passing argument 5 of
‘getsockopt’ differ in signedness
web100clt.c:754: warning: pointer targets in passing argument 5 of
‘getsockopt’ differ in signedness
web100clt.c:799: warning: pointer targets in passing argument 3 of
‘getsockname’ differ in signedness
gcc -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -o web100clt web100clt.o if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/web100 -I/usr/include/pcap -I../I2util '-DBASEDIR="/usr/local/ndt"' -g -O2 -MT fakewww-fakewww.o -MD -MP -MF ".deps/fakewww-fakewww.Tpo" \
-c -o fakewww-fakewww.o `test -f 'fakewww.c' || echo './'`fakewww.c; \
then mv -f ".deps/fakewww-fakewww.Tpo" ".deps/fakewww-fakewww.Po"; \
else rm -f ".deps/fakewww-fakewww.Tpo"; exit 1; \
fi
fakewww.c: In function ‘main’:
fakewww.c:79: warning: incompatible implicit declaration of built-in function
‘exit’
fakewww.c:102: warning: incompatible implicit declaration of built-in
function ‘bzero’
fakewww.c:112: warning: pointer targets in passing argument 3 of
‘getsockname’ differ in signedness
fakewww.c:144: warning: pointer targets in passing argument 3 of ‘accept’
differ in signedness
fakewww.c:154: warning: incompatible implicit declaration of built-in
function ‘exit’
fakewww.c: In function ‘err_sys’:
fakewww.c:180: warning: incompatible implicit declaration of built-in
function ‘exit’
fakewww.c: In function ‘dowww’:
fakewww.c:262: warning: incompatible implicit declaration of built-in
function ‘strstr’
fakewww.c:306: warning: pointer targets in passing argument 3 of
‘getsockname’ differ in signedness
fakewww.c:327: warning: incompatible implicit declaration of built-in
function ‘strlen’
fakewww.c:365: warning: incompatible implicit declaration of built-in
function ‘strlen’
fakewww.c:379: warning: incompatible implicit declaration of built-in
function ‘strcpy’
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/web100 -I/usr/include/pcap -I../I2util
'-DBASEDIR="/usr/local/ndt"' -g -O2 -MT fakewww-troute.o -MD -MP -MF
".deps/fakewww-troute.Tpo" \
-c -o fakewww-troute.o `test -f 'troute.c' || echo './'`troute.c; \
then mv -f ".deps/fakewww-troute.Tpo" ".deps/fakewww-troute.Po"; \
else rm -f ".deps/fakewww-troute.Tpo"; exit 1; \
fi
troute.c: In function ‘wait_for_reply’:
troute.c:278: warning: pointer targets in passing argument 6 of
‘recvfrom’ differ in signedness
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/web100 -I/usr/include/pcap -I../I2util
'-DBASEDIR="/usr/local/ndt"' -g -O2 -MT fakewww-tr-tree.o -MD -MP -MF
".deps/fakewww-tr-tree.Tpo" \
-c -o fakewww-tr-tree.o `test -f 'tr-tree.c' || echo './'`tr-tree.c; \
then mv -f ".deps/fakewww-tr-tree.Tpo" ".deps/fakewww-tr-tree.Po"; \
else rm -f ".deps/fakewww-tr-tree.Tpo"; exit 1; \
fi
gcc -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -o fakewww fakewww-fakewww.o fakewww-troute.o fakewww-tr-tree.o if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/web100 -I/usr/include/pcap -I../I2util '-DBASEDIR="/usr/local/ndt"' -g -O2 -MT web100srv-web100srv.o -MD -MP -MF ".deps/web100srv-web100srv.Tpo" \
-c -o web100srv-web100srv.o `test -f 'web100srv.c' || echo './'`web100srv.c;
\
then mv -f ".deps/web100srv-web100srv.Tpo" ".deps/web100srv-web100srv.Po"; \
else rm -f ".deps/web100srv-web100srv.Tpo"; exit 1; \
fi
web100srv.c: In function ‘run_test’:
web100srv.c:699: warning: pointer targets in passing argument 3 of
‘getsockname’ differ in signedness
web100srv.c:718: warning: pointer targets in passing argument 3 of
‘getsockname’ differ in signedness
web100srv.c:744: warning: pointer targets in passing argument 5 of
‘getsockopt’ differ in signedness
web100srv.c:745: warning: pointer targets in passing argument 5 of
‘getsockopt’ differ in signedness
web100srv.c:755: warning: pointer targets in passing argument 3 of
‘accept’ differ in signedness
web100srv.c:771: warning: pointer targets in passing argument 3 of
‘accept’ differ in signedness
web100srv.c:923: warning: pointer targets in passing argument 3 of
‘accept’ differ in signedness
web100srv.c:1185: warning: incompatible implicit declaration of built-in
function ‘sqrt’
web100srv.c: In function ‘main’:
web100srv.c:1662: warning: pointer targets in passing argument 3 of
‘accept’ differ in signedness
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/web100 -I/usr/include/pcap -I../I2util
'-DBASEDIR="/usr/local/ndt"' -g -O2 -MT web100srv-web100-util.o -MD -MP -MF
".deps/web100srv-web100-util.Tpo" \
-c -o web100srv-web100-util.o `test -f 'web100-util.c' || echo
'./'`web100-util.c; \
then mv -f ".deps/web100srv-web100-util.Tpo"
".deps/web100srv-web100-util.Po"; \
else rm -f ".deps/web100srv-web100-util.Tpo"; exit 1; \
fi
web100-util.c: In function ‘local_find_connection’:
web100-util.c:51: warning: pointer targets in passing argument 3 of
‘getsockname’ differ in signedness
web100-util.c:52: warning: pointer targets in passing argument 3 of
‘getpeername’ differ in signedness
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/web100 -I/usr/include/pcap -I../I2util
'-DBASEDIR="/usr/local/ndt"' -g -O2 -MT web100srv-web100-pcap.o -MD -MP -MF
".deps/web100srv-web100-pcap.Tpo" \
-c -o web100srv-web100-pcap.o `test -f 'web100-pcap.c' || echo
'./'`web100-pcap.c; \
then mv -f ".deps/web100srv-web100-pcap.Tpo"
".deps/web100srv-web100-pcap.Po"; \
else rm -f ".deps/web100srv-web100-pcap.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/web100 -I/usr/include/pcap -I../I2util
'-DBASEDIR="/usr/local/ndt"' -g -O2 -MT web100srv-web100-admin.o -MD -MP -MF
".deps/web100srv-web100-admin.Tpo" \
-c -o web100srv-web100-admin.o `test -f 'web100-admin.c' || echo
'./'`web100-admin.c; \
then mv -f ".deps/web100srv-web100-admin.Tpo"
".deps/web100srv-web100-admin.Po"; \
else rm -f ".deps/web100srv-web100-admin.Tpo"; exit 1; \
fi
web100-admin.c: In function ‘calculate’:
web100-admin.c:204: warning: incompatible implicit declaration of built-in
function ‘sqrt’
gcc -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -o web100srv -L/usr/local/lib -Wl,-rpath,/usr/local/lib -L../I2util/I2util web100srv-web100srv.o web100srv-web100-util.o web100srv-web100-pcap.o web100srv-web100-admin.o -lweb100 -lpcap -lm -L../I2util/I2util -lI2util make[2]: Leaving directory `/usr/local/ndt-3.1.4/src'
Making all in Admin
make[2]: Entering directory `/usr/local/ndt-3.1.4/Admin'
/bin/sh: javac: command not found
make[2]: *** No rule to make target `Admin.class', needed by `all-am'. Stop.
make[2]: Leaving directory `/usr/local/ndt-3.1.4/Admin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/ndt-3.1.4'
make: *** [all] Error 2
[root@localhost ndt-3.1.4]#
- NDT directory Structure, Martyn, 10/18/2005
- Re: NDT directory Structure, Mike Iglesias, 10/18/2005
- Re: NDT directory Structure, Martyn, 10/18/2005
- Re: NDT directory Structure, Mike Iglesias, 10/18/2005
- Re: NDT directory Structure, Martyn, 10/18/2005
- Re: NDT directory Structure, Mike Iglesias, 10/18/2005
- Re: NDT directory Structure, Martyn, 10/18/2005
- Re: NDT directory Structure, Martyn, 10/18/2005
- Re: NDT directory Structure, Matt Wilson, 10/18/2005
- Re: NDT directory Structure, Clayton Keller, 10/18/2005
- Re: NDT directory Structure, Martyn, 10/18/2005
- Re: NDT directory Structure, Clayton Keller, 10/18/2005
- Re: NDT directory Structure, Richard Carlson, 10/18/2005
- Re: NDT directory Structure, Martyn, 10/18/2005
- Re: NDT directory Structure, Martyn, 10/18/2005
- Re: NDT directory Structure, Mike Iglesias, 10/18/2005
- Re: NDT directory Structure, Martyn, 10/18/2005
- Re: NDT directory Structure, Mike Iglesias, 10/18/2005
- Re: NDT directory Structure, Martyn, 10/18/2005
- Re: NDT directory Structure, Mike Iglesias, 10/18/2005
- Re: NDT directory Structure, Martyn, 10/18/2005
- Re: NDT directory Structure, Mike Iglesias, 10/18/2005
Archive powered by MHonArc 2.6.16.