Add OS X link line example for external functions.
authorBruce Momjian
Mon, 26 Aug 2002 23:22:47 +0000 (23:22 +0000)
committerBruce Momjian
Mon, 26 Aug 2002 23:22:47 +0000 (23:22 +0000)
doc/src/sgml/dfunc.sgml

index cc1fb54f96863067ceaf05f5d21d9f8f2a3398e3..1067651dacb3e048c37c142b0f838212e86d318b 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -189,6 +189,20 @@ ld -Bshareable -o foo.so foo.o
     
    
 
+   
+    OS X
+    OS X
+    
+     
+      Here is a sample.  It assumes the developer tools are installed.
+
+cc -c foo.c 
+cc -bundle -flat_namespace -undefined suppress -o foo.so foo.o
+
+     
+    
+   
+
    
     Solaris
     Solaris