diff --git a/docs/tutorial/LangImpl4.html b/docs/tutorial/LangImpl4.html index 8f5e054cec9..95a8b6dd6a1 100644 --- a/docs/tutorial/LangImpl4.html +++ b/docs/tutorial/LangImpl4.html @@ -501,6 +501,11 @@ LLVM JIT and optimizer. To build this example, use: +

+If you are compiling this on Linux, make sure to add the "-rdynamic" option +as well. This makes sure that the external functions are resolved properly +at runtime.

+

Here is the code: