Skip to content

Commit 26b52aa

Browse files
authored
Update tutorial-ubuntu-16.04.md
export-dynamic pointer.
1 parent 1c70120 commit 26b52aa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/tutorial-ubuntu-16.04.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,8 @@ Turn the bitcode into a second executable binary. (optional -- just for fun and
8383
llc -filetype=obj httpd.bc
8484
clang httpd.o -Wl,--export-dynamic -lpthread -lapr-1 -laprutil-1 -lpcre -o httpd_from_bc
8585
```
86-
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

Comments
 (0)