Skip to content

Commit eb2ca88

Browse files
author
Markus Jung
committed
Fix library name for direct inclusion by path
1 parent 27233c4 commit eb2ca88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slides/static-libs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ \subsection{statically linked libraries}
197197
\begin{block}{Übliche cmd-line-Parameter}
198198
\begin{itemize}
199199
\item Kompilieren: \verb|compile program.cpp -o program.o| \\
200-
\item Linken (1): \verb|link program.o myLib.a -o program| \\
200+
\item Linken (1): \verb|link program.o libmyLib.a -o program| \\
201201
\item Linken (2): \verb|link program.o -lmyLib -o program|
202202
\end{itemize}
203203
\end{block}

0 commit comments

Comments
 (0)