[Iftop-users] Re: solaris 7 and 8 (64bits)

Paul Warren pdw at ex-parrot.com
Fri, 19 Mar 2004 16:41:51 +0000


On Fri, Mar 19, 2004 at 08:34:55AM -0800, thomas nguyen wrote:
> 
> gcc -DHAVE_CONFIG_H -I. -I. -I.     -g -O2  -c `test -f 'vector.c' || echo 
> './'`vector.c
> gcc  -g -O2    -o iftop  addr_hash.o edline.o hash.o iftop.o ns_hash.o 
> options.o resolver.o screenfilter.o serv_hash.o sorted_list.o threadprof.o 
> ui.o util.o addrs_ioctl.o addrs_dlpi.o dlcommon.o stringmap.o cfgfile.o 
> vector.o  -lpcap -lnsl -lm -lsocket  -lncurses -lpthread
> Undefined                       first referenced
>  symbol                             in file
> initscr32                           ui.o
> acs32map                            ui.o
> w32addch                            ui.o

These are part of ncurses?  Do you have ncurses installed, and did
./configure find it happily?

Paul