(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