bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autoconf bug


From: tnelson
Subject: autoconf bug
Date: Thu, 24 Apr 2003 11:40:21 -0400

Attempting to configure the latest ntop cvs version on slackware 9.0, I got
the following error:

configure: WARNING: linux/if_pppox.h: present but cannot be compiled
configure: WARNING: linux/if_pppox.h: check for missing prerequisite
headers?
configure: WARNING: linux/if_pppox.h: proceeding with the preprocessor's
result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##


I was able to get a small test program to compile as follows:

#include <stdio.h>

#include <netinet/in.h>
#include <linux/if.h>
#include <linux/if_ether.h>
#include <linux/if_pppox.h>

int main(int argc, char *argv[])
{
        return 0;
}

I'm not familiar with the internals of autoconf, but I'm guessing you're
just missing an include file.

Tony Nelson
Director of IT Operations
Starpoint Solutions
115 Broadway, 2nd Fl.
New York, NY 10006





reply via email to

[Prev in Thread] Current Thread [Next in Thread]