Skip to content
Snippets Groups Projects
Commit 61f9134f authored by Ewan Roche's avatar Ewan Roche
Browse files

gcc -c example

parent 0797d2d9
No related branches found
No related tags found
No related merge requests found
......@@ -503,7 +503,6 @@ Libraries to make your life better
%---------------------
\begin{frame}[fragile]
\begin{block}{}
\small
\begin{verbatim}
......@@ -520,6 +519,35 @@ $ gcc mycode.c \
\end{block}
\end{frame}
\begin{frame}
\begin{block}{}
\begin{center}
Making your own library
\end{center}
\end{block}
\end{frame}
\begin{frame}[fragile]
\begin{block}{}
\begin{verbatim}
gcc -fPIC -c fastqm.c
\end{verbatim}
\end{block}
\end{frame}
\begin{frame}[fragile]
\begin{block}{}
\begin{verbatim}
gcc -shared -o libfastqm.so
fastqm.o
\end{verbatim}
\end{block}
\end{frame}
%---------------------
%---------------------
\begin{frame}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment