pcs 97/11/27 06:48:08
Modified: htdocs/manual/misc known_bugs.html
Log:
Add note about the error building Apache from source on Win32 because
buildmark.obj does not exist
Revision Changes Path
1.38 +6 -0 apachen/htdocs/manual/misc/known_bugs.html
Index: known_bugs.html
===================================================================
RCS file: /export/home/cvs/apachen/htdocs/manual/misc/known_bugs.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- known_bugs.html 1997/11/20 17:29:01 1.37
+++ known_bugs.html 1997/11/27 14:48:07 1.38
@@ -46,6 +46,12 @@
This will be corrected in a later beta. A workaround for now is
to edit <code>src/main/httpd.h</code> and remove the definition
of <code>OPTIMIZE_TIMEOUTS</code> near the bottom.
+<LI><b>Win32 only:</b> Building from source may fail because the
buildmark.obj
+ file does not exist. Edit <CODE>Makefile.nt</CODE> and replace the
+ line <CODE>del CoreR\buildmark.obj</CODE> with <CODE>-del
+ CoreR\buildmark.obj</CODE> (and similarly for <CODE>del
+ CoreD\buildmark.obj</CODE>). See
+ <A HREF="http://bugs.apache.org/index/full/1473">PR#1473</A>.
</OL>
<H2>Apache 1.3b2 Bugs</H2>