Hello, Ronan Kerdudou wrote:
I'm trying to install ddrescue on a NAS Synology DS207+ (ARM processor). I managed to install 'ipkg' and then 'gcc' and other cool stuffs then from source I compiled and installed 'Make' but I can't find how to install the "install" command (used by the Makefile),
My install program comes with GNU coreutils[1]. The '-p' argument is not important. It only preserves timestamps. You can even use cp like this (instead of "make install"):
cp ./ddrescue /usr/local/bin/ddrescue [1]http://directory.fsf.org/project/coreutils/ Regards, Antonio. _______________________________________________ Bug-ddrescue mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-ddrescue
