<span style="background-color: #99FF99;">I'm trying to copy a hard drive using Antonio Diaz's GNU 'ddrescue' outlined at the bottom of this link...

http://www.cgsecurity.org/wiki/Damaged_Hard_Disk

This is my log in knoppix (live CD)...

Code:
knoppix@Microknoppix:~$ cd ddrescue-1.8
knoppix@Microknoppix:~/ddrescue-1.8$ ./configure

creating config.status
creating Makefile
VPATH = .
prefix = /usr/local
exec_prefix = $(prefix)
bindir = $(exec_prefix)/bin
datadir = $(prefix)/share
infodir = $(datadir)/info
mandir = $(datadir)/man
sysconfdir = $(prefix)/etc
CC = gcc
CXX = c++
CPPFLAGS = 
CFLAGS = -Wall -W -O2
CXXFLAGS = -Wall -W -O2
LDFLAGS = 
OK. Now you can run make.
knoppix@Microknoppix:~/ddrescue-1.8$ make
c++  -Wall -W -O2 -c -o arg_parser.o arg_parser.cc
make: c++: Command not found
make: *** [arg_parser.o] Error 127
knoppix@Microknoppix:~/ddrescue-1.8$
These are the files located in the ddrescue folder (I know it's a Windows snapshot, but it's the only way I can show a pic of the contents)...



Any ideas why it did not 'make'?

Maybe I should try the newer version?? I only did 1.8 because I wanted to follow exactly the steps on the cgsecurity website and wasn't sure if the ddrescue syntax changed in the newer versions.

Thanks,
Dave</span>