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 6cd6f80 commit 36a8208Copy full SHA for 36a8208
intro.tex
@@ -1004,6 +1004,9 @@
1004
to look for libraries when loading the executable via the dynamic linker.
1005
That path might be different from the path used during building the object,
1006
modifiable via \texttt{-L}.
1007
+\item The additional runtime path (\texttt{-rpath}) is handy for projects
1008
+that deliver programs along with shared libraries the programs depend on
1009
+into non-standard location.
1010
\end{itemize}
1011
1012
%%%%%
0 commit comments