Needs GCC 3.1.1 or better
	Uses a few obsolete c++ headers which GCC3.1.1 accepts
	as that is what I currently have on macosx

don't forget to set
CPPFLAGS	to include the sff headers and the
		sff-net-message headers

LDFLAGS		to include the libsff and libsffNetMessage


when running configure on FreeBSD, I'm not sure why it refuses to run
libraries that have been linked against that are not in standard locations,
but I do the following which gets me through the configure stage.

CXX=/usr/local/bin/g++32 CC=/usr/local/bin/gcc32 LD_LIBRARY_PATH="/scratch/WORK-jg/BUILD/lib:/scratch/WORK-jg/sffNetMessage/lib" LDFLAGS="-L/scratch/WORK-jg/BUILD/lib -L/scratch/WORK-jg/sffNetMessage/lib -lpcap -lsff -lsffNetMessage" ./configure --prefix=/scratch/WORK-jg/sffBasic

obviously adapt the paths for your needs.

to run the basic program and get around the linker issues, I have created
a runbasic wrapper which sets up the LD_LIBRARY_PATH as found by configure
and the executes the basic program.

sudo <path to runbasic>

tada
