Hi Doug,

	I forgot to send you the compilation script as I promised in my
previous email. Just in case, here it is:

-ehab
--------------------------------------------------
ehab@tango ACE_wrappers/apps/ttcp> pwd
/project/adaptive/ACE_wrappers/apps/ttcp
ehab@tango ACE_wrappers/apps/ttcp> which gmake
gmake:   aliased to /pkg/gnu/bin/make
ehab@tango ACE_wrappers/apps/ttcp> gmake realclean
 
 ========> Making realclean : /project/adaptive/ACE_wrappers/apps/ttcp/Orbix
make[1]: Entering directory `/project/adaptive/ACE_wrappers/apps/ttcp/Orbix'
rm -f core *.o *~ client server
make[1]: Leaving directory `/project/adaptive/ACE_wrappers/apps/ttcp/Orbix'
<========     End realclean: /project/adaptive/ACE_wrappers/apps/ttcp/Orbix
 
 ========> Making realclean : /project/adaptive/ACE_wrappers/apps/ttcp/orbeline
make[1]: Entering directory `/project/adaptive/ACE_wrappers/apps/ttcp/orbeline'
rm -f core *.o client server server client *~
make[1]: Leaving directory `/project/adaptive/ACE_wrappers/apps/ttcp/orbeline'
<========     End realclean: /project/adaptive/ACE_wrappers/apps/ttcp/orbeline
 
 ========> Making realclean : /project/adaptive/ACE_wrappers/apps/ttcp/c_version
make[1]: Entering directory `/project/adaptive/ACE_wrappers/apps/ttcp/c_version'
/bin/rm -f *.o *~ *.bak Makefile.old core
/bin/rm -rf .obj .shobj  ptrepository Templates.DB
/bin/rm -f new-ttcp new-ttcp_debug new-ttcp_profile new-ttcp_optimize
/bin/rm -f    
usage: rm [-fir] file ...
make[1]: [realclean.local] Error 2 (ignored)
/bin/rm -f    
usage: rm [-fir] file ...
make[1]: [realclean.local] Error 2 (ignored)
make[1]: Leaving directory `/project/adaptive/ACE_wrappers/apps/ttcp/c_version'
<========     End realclean: /project/adaptive/ACE_wrappers/apps/ttcp/c_version
 
 ========> Making realclean : /project/adaptive/ACE_wrappers/apps/ttcp/wrapper
make[1]: Entering directory `/project/adaptive/ACE_wrappers/apps/ttcp/wrapper'
/bin/rm -f *.o *~ *.bak Makefile.old core
/bin/rm -rf .obj .shobj  ptrepository Templates.DB
/bin/rm -f wrapper-new-ttcp wrapper-new-ttcp_debug wrapper-new-ttcp_profile wrapper-new-ttcp_optimize
/bin/rm -f    
usage: rm [-fir] file ...
make[1]: [realclean.local] Error 2 (ignored)
/bin/rm -f    
usage: rm [-fir] file ...
make[1]: [realclean.local] Error 2 (ignored)
make[1]: Leaving directory `/project/adaptive/ACE_wrappers/apps/ttcp/wrapper'
<========     End realclean: /project/adaptive/ACE_wrappers/apps/ttcp/wrapper

ehab@tango ACE_wrappers/apps/ttcp> 
ehab@tango ACE_wrappers/apps/ttcp> gmake 

 ========> Making all : /project/adaptive/ACE_wrappers/apps/ttcp/Orbix
make[1]: Entering directory `/project/adaptive/ACE_wrappers/apps/ttcp/Orbix'
/project/adaptive/Orbix/bin/idl   -c C.C -s S.C -B ttcp.idl
CC -c -I/project/adaptive/Orbix/include -DWANT_ORBIX_FDS -DLM_RESULTS ttcpC.C
CC -c -I/project/adaptive/Orbix/include -DWANT_ORBIX_FDS -DLM_RESULTS ttcp_i.C
"ttcp_i.cpp", line 377: Warning: Goto usage bypasses a variable (or an exception) initialization.
"ttcp_i.cpp", line 292: Warning: Goto usage bypasses a variable (or an exception) initialization.
2 Warning(s) detected.
CC -I/project/adaptive/Orbix/include -DWANT_ORBIX_FDS -DLM_RESULTS -o client ttcpC.o ttcp_i.o -lITclt -L/project/adaptive/Orbix/lib -R /project/adaptive/Orbix/lib -lnsl -lsocket
CC -c -I/project/adaptive/Orbix/include -DWANT_ORBIX_FDS -DLM_RESULTS ttcpS.C
CC -I/project/adaptive/Orbix/include -DWANT_ORBIX_FDS -DLM_RESULTS -o server ttcpS.o ttcp_i.o  -lITsrv -L/project/adaptive/Orbix/lib -R /project/adaptive/Orbix/lib -lnsl -lsocket
 
"client" and "server" have been compiled.
 
To run tests, check the how_to_run_tests file.
 
rm ttcpC.C ttcpS.C
make[1]: Leaving directory `/project/adaptive/ACE_wrappers/apps/ttcp/Orbix'
<========     End all: /project/adaptive/ACE_wrappers/apps/ttcp/Orbix
 
 ========> Making all : /project/adaptive/ACE_wrappers/apps/ttcp/orbeline
make[1]: Entering directory `/project/adaptive/ACE_wrappers/apps/ttcp/orbeline'
CC  -I. -I/project/adaptive/ORBelineV1.2/include  -c -o ttcp_s.o ttcp_s.cc
CC  -I. -I/project/adaptive/ORBelineV1.2/include  -c -o ttcp_c.o ttcp_c.cc
CC  -O4 -I. -I/project/adaptive/ORBelineV1.2/include  -I./ -I../../include -c ttcp_i.C
"ttcp_i.cpp", line 436: Warning: Goto usage bypasses a variable (or an exception) initialization.
"ttcp_i.cpp", line 351: Warning: Goto usage bypasses a variable (or an exception) initialization.
2 Warning(s) detected.
CC  -O4 -I. -I/project/adaptive/ORBelineV1.2/include  -o server ttcp_i.o ttcp_s.o ttcp_c.o -L/project/adaptive/ORBelineV1.2/lib -lorb -lorbinit -lsocket -lnsl -ldl
CC  -O4 -I. -I/project/adaptive/ORBelineV1.2/include  -o client ttcp_i.o ttcp_s.o ttcp_c.o -L/project/adaptive/ORBelineV1.2/lib -lorb -lorbinit -lsocket -lnsl -ldl
make[1]: Leaving directory `/project/adaptive/ACE_wrappers/apps/ttcp/orbeline'
<========     End all: /project/adaptive/ACE_wrappers/apps/ttcp/orbeline
 
 ========> Making all : /project/adaptive/ACE_wrappers/apps/ttcp/c_version
make[1]: Entering directory `/project/adaptive/ACE_wrappers/apps/ttcp/c_version'
test -d .obj || mkdir .obj
test -d .shobj || mkdir .shobj
CC -O4 -DLM_RESULTS  -I/project/adaptive/ACE_wrappers/include -I/project/adaptive/ACE_wrappers/libsrc/ASX  -c -o .obj/new-ttcp.o new-ttcp.C
CC -O4 -DLM_RESULTS  -I/project/adaptive/ACE_wrappers/include -I/project/adaptive/ACE_wrappers/libsrc/ASX  -o new-ttcp .obj/new-ttcp.o -R /project/adaptive/ACE_wrappers/lib  -L/project/adaptive/ACE_wrappers/lib -Bstatic -lACE -Bdynamic -lsocket -ldl -lthread -lnsl
make[1]: Leaving directory `/project/adaptive/ACE_wrappers/apps/ttcp/wrapper'
<========     End all: /project/adaptive/ACE_wrappers/apps/ttcp/wrapper
ehab@tango ACE_wrappers/apps/ttcp> 

