Hi I am having trouble with "dvd+rw-tools" v. 6.1, since "make install" always fails with an error:
-----output start------ [EMAIL PROTECTED] dvd+rw-tools-6.1]# make install make[1]: Entering directory `/pub/temp/dvd+rw-tools-6.1/dvd+rw-tools-6.1' [ -d /usr/local/bin ] || mkdir -p /usr/local/bin install -o root -m 0755 growisofs dvd+rw-format dvd+rw-booktype dvd+rw-mediainfo dvd-ram-control /usr/local/bin [ -d /usr/local/man/man1 ] || mkdir -p /usr/local/man/man1 install -o root -m 0644 growisofs.1 /usr/local/man/man1 [ -f rpl8 ] && \ install -o root -m 0755 rpl8 /usr/local/bin make[1]: *** [install] Error 1 make[1]: Leaving directory `/pub/temp/dvd+rw-tools-6.1/dvd+rw-tools-6.1' make: *** [install] Error 2 ------output end-------- "growisofs" and "dvd+rw-mediainfo" etc, are installed despite the error, but this behaviour means that one cannot build rpms from the .spec file, since "rpmbuild -ba dvd+rw-tools.spec" fails in a similar manner. The problems seems to be, that "make install" expects that the two small programs "rpl8" and "btcflash" exists. These two programs however, are not created when issuing a "make" or "make all". One has to issue "make" "make btcflash" and "make rpl8" before the "make install". Is it just me, or are other having the same problem too? My system: Fedora Core 4 (i386) make-3.80-7 libgcc-4.0.2-8.fc4 gcc-c++-4.0.2-8.fc4 gcc-4.0.2-8.fc4 m4-1.4.3-1 -- Regards Peter H.S.

