At 06:15 PM 5/1/2002, Jerry Baker wrote: >I assume that pulling the APACHE_2_0_36 tag gets me the same things >as the aforementioned tarballs? If so, built and ran on Windows XP ok. > >PS - There is some trouble with a couple of the awk actions on >Windows XP at least. The following lines from makefile.win >result in a crash: > >awk -f <<script.awk < "srclib\openssl\LICENSE" >> "$(INSTDIR)\LICENSE.txt" >awk -f <<script.awk "docs\conf\httpd-win.conf" >"$(INSTDIR)\conf\httpd.default.conf" "$(INSTDIR)" >awk -f <<script.awk "support\dbmmanage.in" >"$(INSTDIR)\bin\dbmmanage.pl" > >Each one of these lines causes the following error: > >"The NTVDM CPU has encountered an illegal instruction. CS:0596 IP:001d >OP: ff ff ff ff ff Chose 'Close' to terminate the application."
Sure sounds like a bug in your awk implementation. Which one/version number? We already have a report 8008 (djgpp 3.06)... you might want to note this discrepancy as well. If there is a syntax error in those scripts, I'm not seeing it. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8008 >Don't worry too much. This has been going on for quite some time. I won't... but keep us in the loop when things go nutty :-) Ok... now I see your second post - tack on this discrepancy and retitle the bug "Some versions of awk disagree with Win32 builds".
