Index: [thread] [date] [subject] [author]
  From: Brad Midgley <brad@pht.com>
  To  : evstack@ontv.com
  Date: Mon, 12 Oct 1998 10:13:23 -0600 (MDT)

build notes

hi...

unless i'm not realizing there are build docs somewhere, i suppose
fumbling around in the dark is the way to get up to speed here. :)

1) make sure you link the console directory:

[root@cricket include]# cd /usr/include
[root@cricket include]# ln -s ~brad/ggi_console/include/console

2) evstack.h is missing from the CVS sources... kernel compile fails and
i'm stuck:

make[3]: Entering directory
`/home/brad/ggi_console/Linux/linux/drivers/console'
gcc -D__KERNEL__ -I/root/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -D__powerpc__ -fsigned-char -msoft-float -pipe
-fno-builtin -ffixed-r2
 -Wno-uninitialized -mmultiple -mstring   -DEXPORT_SYMTAB -c
console_syms.c
console_syms.c:11: console/evstack.h: No such file or directory

brad

Index: [thread] [date] [subject] [author]