3 * $Id: bugs.tmpl,v 1.3 2004/06/29 15:13:15 sbooth Exp $
5 * Copyright (C) 1996 - 2004 Stephen F. Booth <sbooth@gnu.org>
6 * Part of the GNU cgicc library, http://www.cgicc.org
8 * Permission is granted to copy, distribute and/or modify this document
9 * under the terms of the GNU Free Documentation License, Version 1.1
10 * or any later version published by the Free Software Foundation;
11 * with no Invariant Sections, with no Front-Cover Texts, and with
12 * no Back-Cover Texts.
13 * A copy of the license is included in the section entitled "GNU
14 * Free Documentation License".
17/*! \page cgicc_bugs Reporting Bugs
19If you think you have found a bug in %cgicc, then you should send as
20complete a report as possible to <tt>bug-cgicc@gnu.org</tt>.
21Ideally, you should include the text you get by running
22\c config.guess and the text you see when you run
23\c configure. This can be accomplished in the
24<tt>%cgicc-$(VERSION)/</tt> directory with the following commands:
27<div class="unix"><pre>
28% support/config.guess > out
30% mail -s "cgicc bug?" bug-cgicc@gnu.org < out
34If you think you have tracked down the source of the bug, please
35also send a patch made with
37<div class="unix"><pre>
41which fixes the problem.
46Previous: \ref cgicc_lists |
47Current: \ref cgicc_bugs |