From: Ken Coar
- $Revision: 1.129 $ ($Date: 1998/09/17 14:14:52 $)
+ $Revision: 1.130 $ ($Date: 1998/09/27 17:36:12 $)
The latest version of this FAQ is always available from the main
@@ -296,6 +296,8 @@
The best overview around is probably the one which comes with
+
+ The best overview around is probably the one which comes with
Perl. We implement a simple subset of Perl's regexp support, but
it's still a good way to learn what they mean. You can start by
- going to the CPAN
- page on regular expressions, and branching out from there.
-
+ going to the
+ CPAN page on regular expressions, and branching out from there.
+ GCC parses your system header files and produces a modified subset which
+
+ GCC parses your system header files and produces a modified subset which
it uses for compiling. This behaviour ties GCC tightly to the version
of your operating system. So, for example, if you were running IRIX 5.3
when you built GCC and then upgrade to IRIX 6.2 later, you will have to
rebuild GCC. Similarly for Solaris 2.4, 2.5, or 2.5.1 when you upgrade
to 2.6. Sometimes you can type "gcc -v" and it will tell you the version
of the operating system it was built against.
+
If you fail to do this, then it is very likely that Apache will fail
to build. One of the most common errors is with Apache Server Frequently Asked Questions
readv
,
writev
, or uio.h
. This is not a
bug with Apache. You will need to re-install GCC.
+
- The Apache Group encourages patches from outside developers. There are 2 main "types" - of patches: small bugfixes and general improvements. Bugfixes should be sent to the + The Apache Group encourages patches from outside developers. There are 2 + main "types" + of patches: small bugfixes and general improvements. Bugfixes should be + submitting using the Apache bug report page. - Improvements, modifications and additions should follow these instructions. + Improvements, modifications, and additions should follow the instructions + below. +
In general, the first course of action is to be a member of the
- new-httpd@apache.org
mailing list. This indicates to the Group that
- you are closely following the latest Apache developments. Your patch file should be
- generated using either 'diff -c
' or 'diff -u
' against the
- latest CVS tree. To submit your patch, send Email to new-httpd@apache.org
- with a Subject:
line that starts with [PATCH]
and
+ new-httpd@apache.org mailing list. This indicates to the Group
+ that
+ you are closely following the latest Apache developments. Your patch file
+ should be
+ generated using either 'diff -c
' or
+ 'diff -u
' against the
+ latest CVS tree. To submit your patch, send email to
+ new-httpd@apache.org
+ with a Subject: line that starts with [PATCH] and
includes a general description of the patch. In the body of the message, the
- patch should be clearly described and then included at the end of the message.
- If the patch-file is long, you can note a URL to the file instead of the file
- itself. Use of MIME enclosures/attachments should be avoided.
+ patch should be clearly described and then included at the end of the
+ message.
+ If the patch-file is long, you can note a URL to the file instead of the
+ file itself. Use of MIME enclosures/attachments should be avoided.
+
- Be prepared to respond to any questions about your patches and possibly defend + Be prepared to respond to any questions about your patches and possibly + defend your code. If your patch results in a lot of discussion, you may be asked to submit an updated patch that incorporate all changes and suggestions. +
++ This is a known problem with certain versions of the AIX C compiler. + IBM are working on a solution, and the issue is being tracked by + problem report #2312. +