⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 darwin-options.html

📁 gcc手册
💻 HTML
字号:
<html lang="en">

<head>

<title>Using the GNU Compiler Collection (GCC)</title>

<meta http-equiv="Content-Type" content="text/html">

<meta name="description" content="Using the GNU Compiler Collection (GCC)">

<meta name="generator" content="makeinfo 4.3">

<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">

<!--

Copyright &copy; 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,

1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.



   <p>Permission is granted to copy, distribute and/or modify this document

under the terms of the GNU Free Documentation License, Version 1.2 or

any later version published by the Free Software Foundation; with the

Invariant Sections being "GNU General Public License" and "Funding

Free Software", the Front-Cover texts being (a) (see below), and with

the Back-Cover Texts being (b) (see below).  A copy of the license is

included in the section entitled "GNU Free Documentation License".



   <p>(a) The FSF's Front-Cover Text is:



   <p>A GNU Manual



   <p>(b) The FSF's Back-Cover Text is:



   <p>You have freedom to copy and modify this GNU Manual, like GNU

     software.  Copies published by the Free Software Foundation raise

     funds for GNU development.-->

</head>

<body>

<div class="node">

<p>

Node:<a name="Darwin%20Options">Darwin Options</a>,

Next:<a rel="next" accesskey="n" href="RT-Options.html#RT%20Options">RT Options</a>,

Previous:<a rel="previous" accesskey="p" href="RS-6000-and-PowerPC-Options.html#RS%2f6000%20and%20PowerPC%20Options">RS/6000 and PowerPC Options</a>,

Up:<a rel="up" accesskey="u" href="Submodel-Options.html#Submodel%20Options">Submodel Options</a>

<hr><br>

</div>



<h4 class="subsection">Darwin Options</h4>



   <p>These options are defined for all architectures running the Darwin operating

system.  These are useful for compatibility with other Mac OS compilers.



     <dl>

<dt><code>-all_load</code>

     <dd>Loads all members of static archive libraries. 

See man ld(1) for more information.



     <br><dt><code>-arch_errors_fatal</code>

     <dd>Cause the errors having to do with files that have the wrong architecture

to be fatal.



     <br><dt><code>-bind_at_load</code>

     <dd>Causes the output file to be marked such that the dynamic linker will

bind all undefined references when the file is loaded or launched.



     <br><dt><code>-bundle</code>

     <dd>Produce a Mach-o bundle format file. 

See man ld(1) for more information.



     <br><dt><code>-bundle_loader </code><var>executable</var><code></code>

     <dd>This specifies the <var>executable</var> that will be loading the build

output file being linked. See man ld(1) for more information.



     <br><dt><code>-allowable_client  </code><var>client_name</var><code></code>

     <dd><br><dt><code>-arch_only</code>

     <dd>

<br><dt><code>-client_name</code>

     <dd><br><dt><code>-compatibility_version</code>

     <dd><br><dt><code>-current_version</code>

     <dd><br><dt><code>-dependency-file</code>

     <dd><br><dt><code>-dylib_file</code>

     <dd><br><dt><code>-dylinker_install_name</code>

     <dd><br><dt><code>-dynamic</code>

     <dd><br><dt><code>-dynamiclib</code>

     <dd><br><dt><code>-exported_symbols_list</code>

     <dd><br><dt><code>-filelist</code>

     <dd><br><dt><code>-flat_namespace</code>

     <dd><br><dt><code>-force_cpusubtype_ALL</code>

     <dd><br><dt><code>-force_flat_namespace</code>

     <dd><br><dt><code>-headerpad_max_install_names</code>

     <dd><br><dt><code>-image_base</code>

     <dd><br><dt><code>-init</code>

     <dd><br><dt><code>-install_name</code>

     <dd><br><dt><code>-keep_private_externs</code>

     <dd><br><dt><code>-multi_module</code>

     <dd><br><dt><code>-multiply_defined</code>

     <dd><br><dt><code>-multiply_defined_unused</code>

     <dd><br><dt><code>-noall_load</code>

     <dd><br><dt><code>-nomultidefs</code>

     <dd><br><dt><code>-noprebind</code>

     <dd><br><dt><code>-noseglinkedit</code>

     <dd><br><dt><code>-pagezero_size</code>

     <dd><br><dt><code>-prebind</code>

     <dd><br><dt><code>-prebind_all_twolevel_modules</code>

     <dd><br><dt><code>-private_bundle</code>

     <dd><br><dt><code>-read_only_relocs</code>

     <dd><br><dt><code>-sectalign</code>

     <dd><br><dt><code>-sectobjectsymbols</code>

     <dd><br><dt><code>-whyload</code>

     <dd><br><dt><code>-seg1addr</code>

     <dd><br><dt><code>-sectcreate</code>

     <dd><br><dt><code>-sectobjectsymbols</code>

     <dd><br><dt><code>-sectorder</code>

     <dd><br><dt><code>-seg_addr_table</code>

     <dd><br><dt><code>-seg_addr_table_filename</code>

     <dd><br><dt><code>-seglinkedit</code>

     <dd><br><dt><code>-segprot</code>

     <dd><br><dt><code>-segs_read_only_addr</code>

     <dd><br><dt><code>-segs_read_write_addr</code>

     <dd><br><dt><code>-single_module</code>

     <dd><br><dt><code>-static</code>

     <dd><br><dt><code>-sub_library</code>

     <dd><br><dt><code>-sub_umbrella</code>

     <dd><br><dt><code>-twolevel_namespace</code>

     <dd><br><dt><code>-umbrella</code>

     <dd><br><dt><code>-undefined</code>

     <dd><br><dt><code>-unexported_symbols_list</code>

     <dd><br><dt><code>-weak_reference_mismatches</code>

     <dd><br><dt><code>-whatsloaded</code>

     <dd>



     <p>This options are available for Darwin linker. Darwin linker man page

describes them in detail. 

</dl>



   </body></html>



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -