I just installed debian on a virtual machine in order to use ddrecover with it. I did aptget install make/gcc so i have both of those. I downloaded ddrecover and when i try to run make on it i get "make: c++: command not found"
If i do "which gcc c++ g++" it prints usr/bin/gcc...
What do?
Normally you could try to install the ' build-essential ' package which includes them all, I come from a Centos background where I had that same issue and it was called "Development Tools" on it.
gcc is the C compiler, while g++ is the C++ compiler. Usually they both come together with build-essential, as previously stated, but it looks like you only have gcc installed.
Sorry, you need to Log In to post a reply to this thread.