Re: Problem in compiling netperf

Gregory P. Smith (greg@nas.nasa.gov)
Tue, 11 Aug 1998 09:15:52 -0700

Actually, yes. It's not a problem, it just depends on what protocols
you have set to compile into netperf. These files aren't being used
(Most people are just using nettest_bsd.c for normal BSD IPv4 tests)
and everything in them gets #ifdef'd out. Not the best make system
but nothing to worry about. :)

-G

> nettest_dlpi.c line 3744
> nettest_unix.c line 3543
> nettest_fore.c line 3103
> nettest_hippi.c line 1987
> nettest_xti.c line 6034
> nettest_ipv6.c line 7638
>
> The error text reads the same for all files: "Source file does not contain
> any declarations." The pointer for each error looks like this:
>
> #endif /* DO_DLPI */
> ------------------------------^
>
> Has anyone encountered this problem before? Any help is greatly appreciated.