On Wed, 17 Mar 1999, James Hartwick wrote:

> I am installing diald for the first time.
> Running  "make depend" gives me a bunch of warnings

If you are installing it for the first time a "make depend"
is worthless since you already *know* it all needs compiling.
Dependencies only become useful when you are actively working
on code - they tell make what to recompile if a given file
changes.

  Personally I don't bother with them anyway. If I don't already
know how a change in one place affects the overall picture I
figure I need to read more before I start writing. Hence the
reason why "make depend" on diald is less than useful.

> Then Running "make" gives me this error:
> 
> diald.c: In function 'do_config':
> diald.c:65: 'DIALD_DFS_FILE' undeclared (first use this function)
> diald.c:65: (Each undeclared identifier is reported only once for each
> function it appears in.)
> diald.c:66: 'DILD_CONFIG_FILE' undeclared (first use this function)
> diald.c: In function 'become daemon';
> diald.c.179: 'RUN_PREFIX' undeclared (first use this function)
> make: *** [diald.o] Error 1
> 
> I have verified that my config.h file points to the right places.

Are the spelling mistakes above actually in the config.h?

> Also... of handedly, where can i grab a copy of the "chat" program that
> diald requires?

It comes with pppd.

                                Mike

-- 
.----------------------------------------------------------------------.
| Mike Jagdis                   | Internet: [EMAIL PROTECTED]  |
| 280, Silverdale Road, Earley, | Voice:    +44 118 926 6996           |
| Reading RG6 7NU ENGLAND       | Work:     +44 118 989 0403           |
`----------------------------------------------------------------------'


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

Reply via email to