Return-Path: Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 48219 invoked by uid 500); 15 May 2002 19:57:02 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@httpd.apache.org Delivered-To: mailing list docs@httpd.apache.org Delivered-To: moderator for docs@httpd.apache.org Received: (qmail 46486 invoked from network); 15 May 2002 19:52:08 -0000 Message-ID: <3CE2BC6D.A713ABC9@weirdness.com> Date: Wed, 15 May 2002 13:52:13 -0600 From: Jerry Baker X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: docs@httpd.apache.org Subject: [FIXED] win_compiling.html Content-Type: multipart/mixed; boundary="------------503505C164302C35D85600B2" X-OriginalArrivalTime: 15 May 2002 19:52:13.0429 (UTC) FILETIME=[01FE0A50:01C1FC4A] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --------------503505C164302C35D85600B2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit This patch is to document the fact that Cygwin's awk doesn't work with MSVC. This is due to Cygwin making awk.exe a symlink to gawk.exe. The Windows shell does not support symlinks, and so any Apache makefile references to awk.exe will fail. See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8726 -- Jerry Baker --------------503505C164302C35D85600B2 Content-Type: text/plain; charset=us-ascii; name="patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch" Index: win_compiling.html =================================================================== RCS file: /home/cvspublic/httpd-2.0/docs/manual/platform/win_compiling.html,v retrieving revision 1.15 diff -u -r1.15 win_compiling.html --- win_compiling.html 15 May 2002 00:33:14 -0000 1.15 +++ win_compiling.html 15 May 2002 19:51:26 -0000 @@ -93,6 +93,13 @@ listing Executable file paths. Add the path for awk.exe to this list, and your system PATH environment variable, as needed.

+ Also note that if you are using Cygwin (http://www.cygwin.com/) the awk utility is named gawk.exe and + that the file awk.exe is really a symlink to the gawk.exe file. The + Windows command shell does not recognize symlinks, and because of that + building InstallBin will fail. A workaround is to delete awk.exe from + the cygwin installation and rename gawk.exe to awk.exe.
+
  • [Optional] OpenSSL libraries (for mod_ssl and ab.exe with ssl support)
    --------------503505C164302C35D85600B2 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org --------------503505C164302C35D85600B2--