[tcpdump-workers] Re: tcpdump and pcapng with comments

2025-04-07 Thread Mahesh V
Flex is not getting built. We have the binary checked in to our repository. "which flex" gives the same path : tools/arm-5.3-uclibc-1.0.12/usr/bin/flex On Mon, Apr 7, 2025 at 2:19 PM Guy Harris wrote: > On Apr 6, 2025, at 11:19 PM, Mahesh V > wrote: > > > configure:7921: checking for flex > >

[tcpdump-workers] Re: tcpdump and pcapng with comments

2025-04-07 Thread Denis Ovsienko via tcpdump-workers
--- Begin Message --- On Mon, 7 Apr 2025 11:49:49 +0530 Mahesh V wrote: > m4 exists and I have set M4PATH env variable as well In Autoconf "M4" is the optional environment variable with a custom path to m4. -- Denis Ovsienko --- End Message --- _

[tcpdump-workers] Re: tcpdump and pcapng with comments

2025-04-07 Thread Mahesh V
I did not run autoconf. Only thing that I did was run the following 1) configure 2) make Is it possible to set M4 using some other means? On Mon, Apr 7, 2025 at 1:40 PM Denis Ovsienko via tcpdump-workers < tcpdump-workers@lists.tcpdump.org> wrote: > > > > -- Forwarded message --

[tcpdump-workers] Re: tcpdump and pcapng with comments

2025-04-07 Thread Guy Harris
On Apr 7, 2025, at 2:11 AM, Mahesh V wrote: > Flex is not getting built. We have the binary checked in to our repository. What process produced that binary? Is it a binary you compiled, is it a copy of a binary from the OS, or is it from somewhere else? _

[tcpdump-workers] Re: tcpdump and pcapng with comments

2025-04-07 Thread Guy Harris
On Apr 6, 2025, at 11:19 PM, Mahesh V wrote: > configure:7921: checking for flex > configure:7937: found tools/arm-5.3-uclibc-1.0.12/usr/bin/flex > configure:7948: result: flex > configure:7986: flex conftest.l > flex: fatal internal error, exec of > /var/tmp/tool-chains/buildroot-2016.02-5.3-ar

[tcpdump-workers] Re: tcpdump and pcapng with comments

2025-04-07 Thread Francois-Xavier Le Bail via tcpdump-workers
--- Begin Message --- On 06/04/2025 23:28, Michael Richardson wrote: > > Mahesh V wrote: > > I added some code (modified) tcpdump to write the pcapng file. > > while configuring/compiling the source code I get this error > > This is a cross compilation for ARM platform > > Well, like