error installing comedi

and the next question(s)...

following the INSTALL instructions in comedi and comedilib I get the
following two errors

.../comedi-0.7.66:~> make

[... everything's fine]
.../comedi-0.7.66:~> su
.../comedi-0.7.66 # make install

[...]

depmod: *** Unresolved symbols in
/lib/modules/2.4.18-4GB/comedi/comedi/comedi.o
depmod:         kmap_pagetable


and


.../comedilib-0.7.20 # make install

Making install in doc
make[1]: Entering directory `/home/blang/temp/comedilib-0.7.20/doc'
make[2]: Entering directory `/home/blang/temp/comedilib-0.7.20/doc'
make[2]: Nothing to be done for `install-exec-am'.
/usr/bin/install -c -d /usr/local/man/man3
/usr/bin/install -c man/*.3 /usr/local/man/man3
/usr/bin/install: cannot stat `man/*.3': No such file or directory
make[2]: *** [install-data-local] Error 1
make[2]: Leaving directory `/home/blang/temp/comedilib-0.7.20/doc'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/blang/temp/comedilib-0.7.20/doc'
make: *** [install-recursive] Error 1


The second error can be fixed by commenting out two lines in
doc/Makefile, around line 320

install-data-local:
        $(INSTALL) -d $(mandir)/man3
#       $(INSTALL) man/*.3 $(mandir)/man3
        $(INSTALL) -d $(pkgdatadir)/html
#       $(INSTALL) html/* $(pkgdatadir)/html


is that something known, am I doing something wrong?

regards
Bernhard

Received on 2003-08-05Z12:58:03