On Nov 04, "Daniel Kibe" wrote:

> Hi,
> 
> I have solaris 8 and gcc 3.4.
> 
> On compiling flow-tools, I get an error,
> 
> flow-cat.c: In function `main':
> flow-cat.c:555: error: label at end of compound statement
> make[1]: *** [flow-cat.o] Error 1
> make[1]: Leaving directory `/export/home/kibe/flowscan/flow-tools-0.66/src'
> make: *** [all-recursive] Error
> 
> I have seen such a request for help on
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg00138.html.
> However, I am not a C programmer so I can get much out of it.
> 
> Anybody with a different fix to this problem.

Check out this post:

http://mailman.splintered.net/pipermail/flow-tools/2004-July/002214.html

I hacked around this by going through the 5 or 6 occurances of this
problem and adding a meaningless statement after the label, like "1+1;"
The resulting flow-tools works fine.

Hopefully flow-tools .68 will have a fix.

Mike
_______________________________________________
Flow-tools mailing list
[EMAIL PROTECTED]
http://mailman.splintered.net/mailman/listinfo/flow-tools

Reply via email to