Hello, i have got a problem compiling BIRD 1.0.4 on newly installed debian box with gcc 2.95.3 gcc 2.95.2 compiles without errors (but with many warnings). Here is what i have got (seems that #include <time.h> is missing) on 2.95.3 io.c: At top level: io.c:438: warning: missing initializer io.c:438: warning: (near initialization for `sk_class.lookup') io.c: In function `io_init': io.c:1021: warning: implicit declaration of function `time' make[2]: *** [io.o] Error 1 make[2]: Leaving directory `/home/davro/source/bird-1.0.4/obj/lib' make[1]: *** [subdir] Error 2 make[1]: Leaving directory `/home/davro/source/bird-1.0.4/obj' make: *** [all] Error 2 when i added #include <time.h> to several sources, it has passed without errors. But i don't know if this is "the right way" to do it. -- ------------------------------------------------------------------------- David Rohleder davro@ics.muni.cz Institute of Computer Science, Masaryk University Brno, Czech Republic -------------------------------------------------------------------------