Hello 'make all' produces this messages when compiling ser-0.8.12, ...some advise please thanks Rafael
. . . 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 make[1]: Leaving directory `/var/root/ser-0.8.12/modules/acc' make[1]: Entering directory `/var/root/ser-0.8.12/modules/acc' gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops -malign-double -falign-loops -mcpu=i686 -DNA ME='"ser"' -DVERSION='"0.8.12"' -DARCH='"i386"' -DOS='"linux"' -DCOMPILER='"gcc 3.3"' -D__CPU_i386 -D__OS_linux -DCFG_DIR='"/usr/loc al/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DFAST_LOCK -DADAPTI VE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MS G_CONTROL -DRAD_ACC -c acc.c -o acc.o gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops -malign-double -falign-loops -mcpu=i686 -DNA ME='"ser"' -DVERSION='"0.8.12"' -DARCH='"i386"' -DOS='"linux"' -DCOMPILER='"gcc 3.3"' -D__CPU_i386 -D__OS_linux -DCFG_DIR='"/usr/loc al/etc/ser/"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_IPV6 -DUSE_TCP -DDISABLE_NAGLE -DF_MALLOC -DFAST_LOCK -DADAPTI VE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MS G_CONTROL -DRAD_ACC -c acc_mod.c -o acc_mod.o gcc -shared -Wl,-O2 -Wl,-E acc.o acc_mod.o -L/usr/local/lib -lradiusclient -o acc.so make[1]: Leaving directory `/var/root/ser-0.8.12/modules/acc'
make[1]: Entering directory `/var/root/ser-0.8.12/modules/auth' ../../Makefile.rules:77: api.d: No such file or directory ../../Makefile.rules:77: auth_mod.d: No such file or directory ../../Makefile.rules:77: challenge.d: No such file or directory ../../Makefile.rules:77: common.d: No such file or directory ../../Makefile.rules:77: nonce.d: No such file or directory ../../Makefile.rules:77: rpid.d: No such file or directory make[1]: Leaving directory `/var/root/ser-0.8.12/modules/auth' make[1]: Entering directory `/var/root/ser-0.8.12/modules/auth' gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops -malign-double -falign-loops -mcpu=i686 -DNA ME='"ser"' -DVERSION='"0.8.12"' -DARCH='"i386"' . . . .
On Jul 19, 2004 at 13:43, Rafael J. Risco G.V. rrisco@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