Re: comedilib install error

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