<dd>This option passes <var>compiler-flags</var> as additional flags to
the compiler command. Use this to add local compiler-specific options.</dd>
<dt><code>-Wl,<var>linker-flags</var></code></dt>
<dd>This option passes <var>linker-flags</var> as additional flags to
the linker command. Use this to add local linker-specific options.</dd>
</dl>
<h3><a name="options.dsoinstall" id="options.dsoinstall">DSO Installation and Configuration Options</a></h3>
<dl>
<dt><code>-i</code></dt>
<dd>This indicates the installation operation and installs one or more
dynamically shared objects into the server's <var>modules</var>
directory.</dd>
<dt><code>-a</code></dt>
<dd>This activates the module by automatically adding a corresponding
<code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code> line to Apache's
<code>httpd.conf</code> configuration file, or by enabling it if it
already exists.</dd>
<dt><code>-A</code></dt>
<dd>Same as option <code>-a</code> but the created <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code> directive is prefixed with a hash
sign (<code>#</code>), <em>i.e.</em>, the module is just prepared for
later activation but initially disabled.</dd>
<dt><code>-e</code></dt>
<dd>This indicates the editing operation, which can be used with the
<code>-a</code> and <code>-A</code> options similarly to the
<code>-i</code> operation to edit Apache's <code>httpd.conf</code>
configuration file without attempting to install the module.</dd>
<p>because <code>apxs</code> automatically recognized C source files and
object files. Only C source files are compiled while remaining object
files are used for the linking phase.</p>
</div></div>
<div class="bottomlang">
<p><span>Available Languages: </span><a href="../en/programs/apxs.html" title="English"> en </a> |
<a href="../ko/programs/apxs.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p>
</div><div id="footer">
<p class="apache">Copyright 1999-2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>