Hello

I got past the FILE *in =sdtin; problem as a result from the input from this list.

I've gotten a bit further. When compiling elksemu/elks_sys.c
  I get an error in line 557 (and 580?) about the tz size is unknown.
I figured the problem was with the struct timezone. So I copied the 
/usr/include/time.h to the directory edited the file and added the struct from the 
elks/include/time.h and removed the reference to extern long int timezone.
This helped.

1) What have I done wrong in my installation since I had to do this.
2) Wont there be a conflict at link time when there exist a 'struct timezone' and a 
'long int timezone' ?

After doing a 'make all' from linux-86, I tried doing an /elks/make (after doing make 
config; make dep; make clean.)

 But I get the error bcc: 'exec of bcc-cc1 failed'
bcc -D__KERNEL__ -O -I../include  \
-0 -c -o sched.o sched.c
bcc: exec of bcc-cc1 failed
bcc: error unlinking /tmp/bcc00002248

3) Is this a result of my tampering with time.h ? Or have I gone avry somewhere else ?


  Thanks

   Henrik

Signup for your FREE ZenSearch E-MAIL account at http://www.zensearch.net and win a 
Notebook PC 

Reply via email to