Subject: Re: Cannot configure Kernel debug
To: None <formail.TCPBRIDGE.FS3.FAA1.STEVENG%smte@formail.formation.com (Grunza,>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: port-sparc
Date: 04/02/1996 21:38:00
> Using the DDB, DEBUG, DIAGNOSTIC, KTRACE, and KGDB options in my
> config file causes the following when I do a "make" after a "make
> depend":
> [...]
> db_command.o: Undefined symbol `_db_show_all_procs' referenced
> from data segment


Depencies on configuration options exist that aren't caught by `make depend'.
Do `make clean; make'.

-pk