From: William A. Rowe Jr Date: Wed, 15 May 2002 22:43:25 +0000 (+0000) Subject: Document the fact that Cygwin's awk doesn't work with MSVC. This is X-Git-Tag: 2.0.37~384 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ecba8a50c4b42fb8d2b0cd6ab58d4a73d9e250;p=thirdparty%2Fapache%2Fhttpd.git Document the fact that Cygwin's awk doesn't work with MSVC. This is due to Cygwin making awk.exe a 'cygwin symlink' to gawk.exe. The windows shell does not support symlinks, and so any Apache makefile references to awk.exe will fail. PR:8726 Submitted by: Jerry Baker git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95121 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/win_compiling.html b/docs/manual/platform/win_compiling.html index 08893021e18..ebe5d7d07eb 100644 --- a/docs/manual/platform/win_compiling.html +++ b/docs/manual/platform/win_compiling.html @@ -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)