[flow-tools] strtouq()
Mark Fullmer
maf@eng.oar.net
Fri, 17 May 2002 00:58:35 -0400
I'll try to get the configure script to recognize these changes for the
next snapshot. You're the first person to report flow-tools working
on a 64 bit platform. Thanks for the feedback.
mark
On Thu, May 16, 2002 at 02:11:09PM -0400, S Dawalt wrote:
>
> In trying to compile flow-tools on my DEC Unix 4.0e box I ran into a few snags. Firstly, snprintf() is not in my library; but it can be downloaded from http://www.ijs.si/software/snprintf/snprintf_2.1.tar.gz. (And probably from other places too but this one seems to work well.)
>
> Secondly, my DEC Unix 4.0e box doesn't support strtouq() or strtoull(). But it does have a 64-bit aware strtoul(). I simply changed strtouq() to strtoul() in both flow-export.c and flow-import.c. With these minor changes flow-tools compiles and runs well on my alpha.
>
> Is anybody running Tru64 with flow-tools?
>
> I am unsure how to coax autoconf to magically configure this stuff. Does anybody know? I noticed 0.57 was just released. Although the changes are minimal for my needs, they are manual and easy to forget to make.
>
> Just FYI to the list.
>
> Shane A. Dawalt
> ********************************************
> Network Engineer
> Wright State University
> Dayton, OH 45435 USA
> Phone: 937-775-4089
> Email: shane.dawalt@wright.edu
>