On Jul 19, 2004 at 13:43, Rafael J. Risco G.V. <rrisco(a)millicom.net.pe> wrote:
Hello
'make all' produces this messages when compiling ser-0.8.12, ...some advise
please
.
.
.
make[1]: Entering directory `/var/root/ser-0.8.12/modules/acc'
../../Makefile.rules:77: acc.d: No such file or directory
../../Makefile.rules:77: acc_mod.d: No such file or directory
[...]
Don't worry, they are normal. The dependecies files (*.d) are missing (this is
normal when you compile for the first time from clean sources) and they
will be created.
Andrei