Re: wharf apps
Dennis Wook Shim (shim@columbia.edu)
Thu, 14 May 1998 12:57:54 -0400 (EDT)
> I could send you the precompiled getmodemspeed, if you have everyhting set
> up and see the connect speed in the connect-errors file. Or we could
> figure out what you are missing from the error msgs.
>
Thanks. I would like to get it to compile..
This is the error I get when I try to compile it: (without making changes
you specified.)
-----------
$ make all
cc -c -O2 -Wall wmppp.c
wmppp.c:119: net/if_ppp.h: No such file or directory
make: *** [wmppp.o] Error 1
-----------
/usr/include/net$ ls
if.h if_arp.h if_route.h ppp-comp.h ppp_defs.h route.h
------------
if_ppp.h is being included in wmppp.c: #include <net/if_ppp.h>
Is wmppp expecting a different system configuration or am I missing the
header?
/dennis