8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64086b commit b2a296bCopy full SHA for b2a296b
doc/src/sgml/dfunc.sgml
@@ -66,11 +66,12 @@
66
<option>-fPIC</option>. To create shared libraries the compiler
67
flag is <option>-shared</option>.
68
<programlisting>
69
-gcc -fPIC -c foo.c
70
-gcc -shared -o foo.so foo.o
+cc -fPIC -c foo.c
+cc -shared -o foo.so foo.o
71
</programlisting>
72
- This is applicable as of version 3.0 of
73
- <systemitem class="osname">FreeBSD</systemitem>.
+ This is applicable as of version 13.0 of
+ <systemitem class="osname">FreeBSD</systemitem>, older versions used
74
+ the <filename>gcc</filename> compiler.
75
</para>
76
</listitem>
77
</varlistentry>
0 commit comments