Mailing List Archive

Problem while compiling cvs (about vtysh_init_cmd)
Hello,

While compiling the cvs, I get the following error :

make[2]: Entering directory `/usr/src/quagga/vtysh'
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/etc/quagga/\" -I.. -I../lib -g -O2 -Wall -c vtysh_main.c
gcc -g -O2 -Wall -o vtysh vtysh_main.o vtysh.o vtysh_user.o vtysh_config.o ../lib/libzebra.a -lm -lcrypt -lreadline -lreadline -lncurses -lpam -lpam_misc
vtysh_main.o: dans la fonction `main':
/usr/src/quagga/vtysh/vtysh_main.c:241: référence indéfinie vers `vtysh_init_cmd'
collect2: ld returned 1 exit status
make[2]: *** [vtysh] Erreur 1
make[2]: Leaving directory `/usr/src/quagga/vtysh'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/usr/src/quagga'
make: *** [all-recursive-am] Erreur 2

("référence indéfinie vers `vtysh_init_cmd'" is the french for "undefined reference to `vtysh_init_cmd'")

I'm not good in C programming, so what's wrong ?

Thanks,
Regards,
--
Guillaume Rousseau