From df2466c0f6efc0a1b4f71062604dd3fd332863ec Mon Sep 17 00:00:00 2001 From: Ian Abbott Date: Mon, 15 Apr 2013 12:26:05 +0100 Subject: [PATCH] doc: add missing -lm option to command line for compiling tut1 --- doc/tutorial.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2