EXAMPLE: Building Nettest From a Tarball

************************************************
bov@taz%gunzip nettest.tar.gz
bov@taz%tar -xf nettest.tar
bov@taz%cd nettest/src/
bov@taz%vi configure.in

************************************************
** Change these variables in configure.in
    (Building in Your Work Area)

SSLTOP="/usr/local/openssl-0.9.6"
SRCTOP="/home/bov/nettest/src"
NETLOGLIB="-L/home/bov/NetLogger/SOLARIS_5.7/lib"

************************************************
** This is also explained in Build lblnettest

/nettest/src/
bov@taz%autoconf
bov@taz%cd ../build/sun-sol-gcc/
bov@taz%./../../src/configure --with-gcc

bov@taz%cd iperf
bov@taz%make config

************************************************
** Answer a few Questions

Using "autodetect" for the compiler will look for gcc, then cc.
What C compiler would you like to use? [autodetect]
gcc

Using "autodetect" for the compiler will look for c++, g++, then CC.
What C++ compiler would you like to use? [autodetect]
g++

Make iperf multi-threaded (using pthreads)? [yes]
yes

************************************************
*** Now Your Ready to Build an iperf executable

/nettest/build/sun-sol-gcc/iperf
bov@taz%make iperf

************************************************
*** or Build a nettest executable

/nettest/build/sun-sol-gcc/
bov@taz%make all

************************************************
*** to run lblnettest you will also need
        certificates and an accompanying ACLFile

************************************************
*** Running lblnettest