problem installing cvs comedi

Hi all,

I'm trying to install the cvs version of comedi and comedilib. While
with comedilib everything works fine, when I enter in the comedi
directory and run "sh autogen.sh" I get this error message:

checking Linux major/minor version... 2.6
checking for Linux CFLAGS... ./configure: line
4499: /usr/local/comedi/./confstatf11072/flags: No such file or
directory

I think that the problem is that autogen.sh makes a mistake in
generating the "configure" script. Line 4499 is:

${MAKE-make} -C ${LINUX_DIR} V=1 SUBDIRS=${tmpdir} LINUXDIR=${LINUX_DIR}
MODVERDIR=${tmpdir} modules >&5 2>&5
        . ${tmpdir}/flags

and there shoudn't be a carriage return after 2>&5. The correct
instruction is:

${MAKE-make} -C ${LINUX_DIR} V=1 SUBDIRS=${tmpdir} LINUXDIR=${LINUX_DIR}
MODVERDIR=${tmpdir} modules >&5 2>&5 . ${tmpdir}/flags

I hope this is the correct way to avoid the problem (I tryed and it
works).

Bye

Alessandro Toso

Received on 2006-06-30Z13:44:57