On Thu, Mar 18, 2004 at 09:34:42AM -0800, Thomas Nguyen wrote: | Hi Jonathan, | | I am having no luck compiling iftop on solaris 7 and 8, here is where is broken
I'm afraid I have not had time to build version 0.16 of iftop on Solaris yet. It is possible that they have broken the build on Solaris in some fashion.
The appropriate venue for questions of this kind, which I may not be able to answer, is to send email to the iftop mailing list at
iftop-users@lists.beasts.org
You can subscribe to the iftop-users mailing list at
http://lists.beasts.org/mailman/listinfo/iftop-users
I'm cc:'ing this message to the list, perhaps someone there will be able to respond to you more helpfully.
| gcc -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -I /usr/include -g -O2 -c `test -f 'options.c' || echo './'`options.c | options.c: In function `set_net_filter': | options.c:217: `u_int32_t' undeclared (first use in this function) | options.c:217: (Each undeclared identifier is reported only once | options.c:217: for each function it appears in.) | options.c:217: parse error before "mm" | options.c:218: `mm' undeclared (first use in this function) | options.c: In function `options_config_get_net_filter': | options.c:467: `u_int32_t' undeclared (first use in this function) | options.c:467: parse error before "mm" | options.c:468: `mm' undeclared (first use in this function) | make[2]: *** [options.o] Error 1 | make[2]: Leaving directory `/export/home/tnguyen/iftop-0.16' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/export/home/tnguyen/iftop-0.16' | make: *** [all] Error 2 | | | thanks, | | | thomas