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 1c70120 commit 26b52aaCopy full SHA for 26b52aa
doc/tutorial-ubuntu-16.04.md
@@ -83,4 +83,8 @@ Turn the bitcode into a second executable binary. (optional -- just for fun and
83
llc -filetype=obj httpd.bc
84
clang httpd.o -Wl,--export-dynamic -lpthread -lapr-1 -laprutil-1 -lpcre -o httpd_from_bc
85
```
86
-
+See [here](http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html) for an explanation of the
87
+```
88
+-Wl,--export-dynamic
89
90
+incantation.
0 commit comments