User guide

debuggers), so you have to install GDB first. It is available for many UNIX-like platforms and as
the ddd package from the Cygwin setup.
If GNU DDD isn't already installed or available as a package for your platform, you can get it at: ht-
tp://www.gnu.org/software/ddd/.
4.3.4. make (GNU Make)
Win32 Note!
Although some effort is made to use make from the Cygwin environment, the mainline
is still using Microsoft Visual Studio's nmake.
GNU Make is available for most of the UNIX-like platforms and also as the Devel/make package
from the Cygwin setup.
If GNU Make isn't already installed or available as a package for your platform, you can get it at: ht-
tp://www.gnu.org/software/make/.
After correct installation:
$ make --version
should result in something like:
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.
However, the version string may vary.
Tool Reference
46