ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] configure fails with cmake on macosx

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 24 Sep 2010 11:42:41 -0700
(Fixing title, although not fixing References: or In-Reply-To:.)

On Sep 24, 2010, at 6:55 AM, Joerg Mayer wrote:

> H.Sivank:
>    What is the exact build environment you are using: gcc + make? If so:
>    Gnu make or some Apple provided make?

The Apple-provided make *is* GNU Make (unlike other BSD-flavored UN*Xes, which provide BSD make as "make"):

	$ make --version
	GNU Make 3.81
	Copyright (C) 2006  Free Software Foundation, Inc.
	This is free software; see the source for copying conditions.
	There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
	PARTICULAR PURPOSE.

	This program built for i386-apple-darwin10.0
	$ which make
	/usr/bin/make