From: Chris <lis...@fr...> - 2005-01-10 09:54:38
|
Hello, I am getting an error compiling arpd on Fedora Core 2. After "make" I get the following error. I appreciate any help. gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/local/include -I/usr/local/include -c arpd.c arpd.c: In function `arpd_send': arpd.c:268: warning: concatenation of string literals with __FUNCTION__ is deprecated arpd.c: In function `arpd_lookup': arpd.c:285: warning: concatenation of string literals with __FUNCTION__ is deprecated arpd.c:294: warning: concatenation of string literals with __FUNCTION__ is deprecated arpd.c:297: warning: concatenation of string literals with __FUNCTION__ is deprecated arpd.c: In function `arpd_recv_cb': arpd.c:426: warning: concatenation of string literals with __FUNCTION__ is deprecated gcc -I/usr/local/include -o arpd arpd.o -L/usr/local/lib -ldnet -L/usr/local/lib -levent -lpcap -L/usr/local/lib -ldnet arpd.o(.text+0x135a): In function `terminate_handler': : undefined reference to `event_gotsig' arpd.o(.text+0x15b3): In function `main': : undefined reference to `event_sigcb' collect2: ld returned 1 exit status make: *** [arpd] Error 1 -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ |