On 12/16/01 at 7:35 PM, Michael D. Schleif <[EMAIL PROTECTED]> wrote:

> Nevertheless, I am getting this output:
> 
> Loki:/home/mds/iptraf-2.5.0/src# make
> gcc -Wall -O2  -DWORKDIR=\"/var/local/iptraf\"
> -DLOGDIR=\"/var/log/iptraf\" -DEXECDIR=\"/usr/local/bin\"
> -I/usr/include/ncurses -DVERSION=\"2.5.0\" -DPLATFORM=\"Linux/i386\" 
> -g    -c -o iptraf.o iptraf.c
> gcc -Wall -O2  -DWORKDIR=\"/var/local/iptraf\"
> -DLOGDIR=\"/var/log/iptraf\" -DEXECDIR=\"/usr/local/bin\"
> -I/usr/include/ncurses -DVERSION=\"2.5.0\" -DPLATFORM=\"Linux/i386\" 
> -g    -c -o itrafmon.o itrafmon.c
> In file included from itrafmon.c:27:
> packet.h:27: warning: `struct sockaddr_ll' declared inside parameter
> list
> packet.h:27: warning: its scope is only this definition or
declaration,
> packet.h:27: warning: which is probably not what you want.
> itrafmon.c: In function `ipmon':
> itrafmon.c:538: storage size of `fromaddr' isn't known
> itrafmon.c:538: warning: unused variable `fromaddr'
> make: *** [itrafmon.o] Error 1
> 
> 
> What do you think?

Try compiling with glibc 2.1.3 - I would suspect your problems would
go away :)

Networking programs have more than the common number of problems when
compiling with glibc 2.0 - and now both Dachstein and Oxygen are
moving strongly towards 2.1.3 (seems to me anyway).
--
David Douthitt
UNIX Systems Administrator
HP-UX, Unixware, Linux
[EMAIL PROTECTED]

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to