Results 1 to 7 of 7
I'm trying to copy a hard drive using Antonio Diaz's GNU 'ddrescue'.
This is my log in knoppix (live CD)...
Code:
knoppixMicroknoppix:~$ cd ddrescue-1.8
knoppixMicroknoppix:~/ddrescue-1.8$ ./configure
creating config.status
creating Makefile
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-01-2010 #1Just Joined!
- Join Date
- Sep 2010
- Posts
- 5
Having trouble with 'make' command. (pertaining to ddrescue)
I'm trying to copy a hard drive using Antonio Diaz's GNU 'ddrescue'.
This is my log in knoppix (live CD)...
Any ideas why it did not 'make'?Code:knoppixMicroknoppix:~$ cd ddrescue-1.8 knoppixMicroknoppix:~/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. knoppixMicroknoppix:~/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 knoppixMicroknoppix:~/ddrescue-1.8$
How do I install what I need using the live cd?
Thanks
- 09-01-2010 #2
Knoppix is Debian based, I believe.
To install the necessary build tools, do as root
Code:apt-get install build-essential
- 09-01-2010 #3Just Joined!
- Join Date
- Sep 2010
- Posts
- 5
This is what I get...
Code:knoppix@Microknoppix:~$ sudo -s root@Microknoppix:~# apt-get install build-essential Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package build-essential root@Microknoppix:~#
- 09-01-2010 #4Just Joined!
- Join Date
- Sep 2010
- Posts
- 5
I have also done the following...
and...Code:root@Microknoppix:~# apt-get install g++ Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package g
It still will not make.Code:root@Microknoppix:~# apt-get update bunch of urls Fetched 20.6MB in 49s (419kB/s) Reading package lists... Done
- 09-01-2010 #5
Out of curiosity I just booted my laptop with SystemRescueCd 1.3.0 and ddrescue is definitely there. Latest Knoppix should have it, too. And GRML.
- 09-02-2010 #6Just Joined!
- Join Date
- Sep 2010
- Posts
- 5
- 09-02-2010 #7
ddrescue(1): manual page for ddrescue 1.8 - Linux man page
GNU ddrescue Manual
Ddrescue - Forensics Wiki
If you still want to install the build tools, post the contents of the file /etc/apt/sources.list.


Reply With Quote

