Skip to content

Commit 36a8208

Browse files
committed
more on -rpath
1 parent 6cd6f80 commit 36a8208

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

intro.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,9 @@
10041004
to look for libraries when loading the executable via the dynamic linker.
10051005
That path might be different from the path used during building the object,
10061006
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.
10071010
\end{itemize}
10081011

10091012
%%%%%

0 commit comments

Comments
 (0)