- From: Caleb Tennis <caleb_at_aei-tech.com>
- Date: Tue, 2 Mar 2004 11:41:56 -0500
On Tuesday 02 March 2004 11:37 am, Pierre Guisse wrote: > Hi ! > > I tried to compile a test.c program which is exactly the same as tut1.c in > the comedilib demos: > # cc test.c -lcomedi -o test > > /tmp/ccDpvhzZ.o(.text+0x20): In function `main': > : undefined reference to « comedi_open » You need to tell it where -lcomedi is located. Adding something like "-L /usr/lib" or wherever you installed libcomedi.so, will help.
Received on 2004-03-02Z16:41:56