Hi everybody,

I want to compile kavi2svcd 0.8.7 on my Kubuntu Dapper Drake 6.06 LTS. I followed the instructions in INSTALL which come with the source code.

But it just doesn't want to compile. Do you have a clue what could be the reason?

Thanks,
Patrick

===

I performed the following steps. Lines beginning with an '$' are the typed commands.

$ tar -zxvf kavi2svcd-0.8.7.tar.gz
$ cd kavi2svcd/
$ aclocal
$ autoconf
$ automake
$ ./configure
Good - your configure finished. Start make now
$ make

...

cd . \           && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
fast creating Makefile
config.pl: fast created 1 file(s).
config.status: executing default-1 commands
cd . && autoheader
cd . \           && CONFIG_FILES= CONFIG_HEADERS=config.h \              /bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
make  all-recursive
make[1]: Entering directory `/home/tischler/src/kavi2svcd'
Making all in autom4te.cache
make[2]: Entering directory `/home/tischler/src/kavi2svcd/autom4te.cache'
make[2]: *** Keine Regel, um »all« zu erstellen.  Schluss.
make[2]: Leaving directory `/home/tischler/src/kavi2svcd/autom4te.cache'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/tischler/src/kavi2svcd'
make: *** [all-recursive-am] Fehler 2