> > cc -g -o netperf netperf.o netlib.o netsh.o nettest_bsd.o > nettest_dlpi.o nettest > > ld: Unsatisfied symbol "t_sndudata" in file > nettest_xti.o I suspect a LIBS= or somesuch is needed before the ./configure because there is a separate library which must be included and the configure script doesn't know to add it. rick jones