From 8e3f4ec05142783a41f698a57752aba8f5a258ba Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Mon, 12 Dec 2005 22:29:00 +0000 Subject: Add a note that the Win32 tool recommendations should be strictly followed. Change tool headers: "UNIX:" -> "UNIX or Win32 Cygwin:" Update output of verify_tools target svn path=/trunk/; revision=16767 --- docbook/edg_src/EDG_chapter_tools.xml | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/docbook/edg_src/EDG_chapter_tools.xml b/docbook/edg_src/EDG_chapter_tools.xml index acd3767ed0..86dfb62f44 100644 --- a/docbook/edg_src/EDG_chapter_tools.xml +++ b/docbook/edg_src/EDG_chapter_tools.xml @@ -177,6 +177,12 @@ As there are different forms of the Win32 tools available, the following will give an overview of the recommended tools (which are highlighted in bold face). + Note! + + Unless you know exactly what you are doing, you should strictly + following these recommendations! + + The mandatory tools @@ -298,7 +304,7 @@
- UNIX: GNU bash + UNIX or Win32 Cygwin: GNU bash The bash is available for most of the UNIX-like platforms and as the bash package from the C compiler
- UNIX: GCC (GNU compiler collection) + UNIX or Win32 Cygwin: GCC (GNU compiler collection) Win32 Note! Although some effort is currently made to use gcc from the Cygwin @@ -481,7 +487,7 @@ usage: cl [ option... ] filename... [ /link linkoption... ]]]>
- UNIX: GDB (GNU project debugger) + UNIX or Win32 Cygwin: GDB (GNU project debugger) GDB is the debugger for the GCC compiler. It is available for many (if not all) UNIX-like platforms and as the gdb @@ -568,7 +574,7 @@ This GDB was configured as "i686-pc-cygwin".]]> make
- Unix: GNU Make + UNIX or Win32 Cygwin: GNU Make Win32 Note! Although some effort is made to use make from the Cygwin environment, @@ -679,7 +685,7 @@ Stop.]]>
- UNIX: python + UNIX or Win32 Cygwin: python Python is available for most of the UNIX-like platforms and as the python package from the
- UNIX: perl + UNIX or Win32 Cygwin: perl Perl is available for most of the UNIX-like platforms and as the perl package from the
- UNIX: sed + UNIX or Win32 Cygwin: sed Sed is available for most of the UNIX-like platforms and as the sed package from the
- UNIX: bison + UNIX or Win32 Cygwin: bison Bison is available for most of the UNIX-like platforms and as the bison package from the
- UNIX: flex + UNIX or Win32 Cygwin: flex Flex is available for most of the UNIX-like platforms and as the flex package from the
- UNIX: svn + UNIX or Win32 Cygwin: svn SVN is available for most of the UNIX-like platforms and as the SVN package from the
- UNIX: GNU diff + UNIX or Win32 Cygwin: GNU diff Diff is available for most of the UNIX-like platforms and as the diffutils package from the
- UNIX: patch + UNIX or Win32 Cygwin: patch Patch is available for most of the UNIX-like platforms and as the patch package from the cl: /cygdrive/c/Program Files/Microsoft Visual Studio/VC98/bin/cl link: /cygdrive/c/Program Files/Microsoft Visual Studio/VC98/bin/link nmake: /cygdrive/c/Program Files/Microsoft Visual Studio/VC98/bin/nmake + bash: /usr/bin/bash bison: /usr/bin/bison flex: /usr/bin/flex env: /usr/bin/env grep: /usr/bin/grep - find: /usr/bin/find + /usr/bin/find: /usr/bin/find perl: /usr/bin/perl env: /usr/bin/env python: /usr/bin/python -- cgit v1.2.3