[netperf-talk] Errors compiling netperf on Opteron running Fedora-9

Rahul Nabar rpnabar at gmail.com
Mon Sep 8 18:14:39 PDT 2008


On Mon, Sep 8, 2008 at 8:08 PM, Rick Jones <rick.jones2 at hp.com> wrote:
> well, since I'm taking wild-guesses anyway... :)  drop the new include, and
> comment-out the two typedef blocks and see what happens

Newly acquired evidence suggests "not-so-wild", apparantly! :) I got a
successful make and make check with the latest suggestion. Now I just
need to see if a successful compile will map to a successful run! :)

Thanks a lot Rick; appreciate all the help and comments I've been
getting from you!

-- 
Rahul

New snippet from src/netdrv_ethtool.c
*************************************************
#include <sys/types.h>
#include <string.h>
#include <sys/ioctl.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <net/if.h>
#include <linux/types.h>
#include <linux/sockios.h>

/* alas, direct inclusion of ethtool.h depends on some types not
   normally found in nature, which we must provide or things will be
   quite unhappy. */


#include <linux/ethtool.h>
*******************************************************


More information about the netperf-talk mailing list