Well, on further exploration, I find that there
appears to be a file missing in the release (tty.c).

Here's what I get running "make depend" in the
pppd directory:

cc -E -M -O2 -pipe -Wall -g -D_linux_=1 -DHAVE_PATHS_H -DIPX_CHANGE -DHAVE_MULTILINK 
-DHAVE_MMAP -I../include -DCHAPMS=1 -DUSE_CRYPT=1 -DHAVE_CRYPT_H=1 -DHAS_SHADOW 
-DPLUGIN main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c ipxcp.c auth.c 
options.c sys-linux.c md4.c chap_ms.c cbcp.c demand.c utils.c multilink.c tdb.c tty.c 
>.depend
cc: tty.c: No such file or directory
make: *** [depend] Error 1

Eeek,

        Miles


On Thu, 29 Jun 2000, Miles Lane wrote:

> 
> Any idea why I am getting this error?
> 
> cd chat; make  all
> make[1]: Entering directory `/usr/src/ppp-2.4.0b3/chat'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/usr/src/ppp-2.4.0b3/chat'
> cd pppd; make  all
> make[1]: Entering directory `/usr/src/ppp-2.4.0b3/pppd'
> make[1]: *** No rule to make target `tty.o', needed by `pppd'.  Stop.
> make[1]: Leaving directory `/usr/src/ppp-2.4.0b3/pppd'
> make: *** [all] Error 2
> 
> I am running the latest development kernel.  I have the kernel
> sources configured and my kernel is already set up for PPP.
> I ran "./configure --prefix=/usr && make" to build only the 
> programs.  I am pretty sure I've followed the instructions
> to the "T".
> 
>       Miles
> 
> 
> On Fri, 30 Jun 2000, Paul Mackerras wrote:
> 
> > There is a ppp-2.4.0b3.tar.gz in ftp://linuxcare.com.au/pub/ppp.  I'm
> > putting it out because I have restructured the code to put pretty much
> > all of the tty-related stuff that was in main.c into a new file,
> > tty.c, and I'd like to have it tested a bit before I do a final 2.4.0
> > release.
> > 
> > 2.4.0b3 also fixes a few of the bugs that people have been emailing me
> > about.
> > 
> > I'm off for two weeks' vacation now... :-)
> > 
> > Paul.
> > 
> > 
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
> the body of a message to [EMAIL PROTECTED]
> 


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to