File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v 1.20 2002/01/20 22:19:55 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/dfunc.sgml,v 1.21 2002/08/26 23: 22:47 momjian Exp $
3
3
-->
4
4
5
5
<sect2 id="dfunc">
@@ -189,6 +189,20 @@ ld -Bshareable -o foo.so foo.o
189
189
</listitem>
190
190
</varlistentry>
191
191
192
+ <varlistentry>
193
+ <term><productname>OS X</productname></term>
194
+ <indexterm><primary>OS X</></>
195
+ <listitem>
196
+ <para>
197
+ Here is a sample. It assumes the developer tools are installed.
198
+ <programlisting>
199
+ cc -c foo.c
200
+ cc -bundle -flat_namespace -undefined suppress -o foo.so foo.o
201
+ </programlisting>
202
+ </para>
203
+ </listitem>
204
+ </varlistentry>
205
+
192
206
<varlistentry>
193
207
<term><productname>Solaris</productname></term>
194
208
<indexterm><primary>Solaris</></>
You can’t perform that action at this time.
0 commit comments