From: Ian Abbott Date: Mon, 15 Apr 2013 11:26:05 +0000 (+0100) Subject: doc: add missing -lm option to command line for compiling tut1 X-Git-Url: http://git.tremily.us/?p=comedilib.git;a=commitdiff_plain;h=HEAD doc: add missing -lm option to command line for compiling tut1 --- diff --git a/doc/tutorial.xml b/doc/tutorial.xml index a5501a1..fadc7e2 100644 --- a/doc/tutorial.xml +++ b/doc/tutorial.xml @@ -42,7 +42,7 @@ - cc tut1.c -lcomedi -o tut1 + cc tut1.c -lcomedi -lm -o tut1 The