Hello all!
I am having exactly the same problem. I am running Ubuntu 10.04 LTS from a USB drive (using the method found here:
Create a Persistent Bootable Ubuntu USB Flash Drive - How-To Geek )
When I attempt to run the code on the first page of this thread in Terminal, I get the following:
ubuntu@ubuntu:~$ mkdir src
mkdir: cannot create directory `src': File exists
ubuntu@ubuntu:~$ mv ~/Desktop/*.tar ~/src
ubuntu@ubuntu:~$ cd src
ubuntu@ubuntu:~/src$ tar -xvf mbelib-1.1-src.tar
tar: mbelib-1.1-src.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
ubuntu@ubuntu:~/src$ tar -xvf mbelib-1.1.tar.gz
tar: mbelib-1.1.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
ubuntu@ubuntu:~/src$ cd mbelib-1.1/
bash: cd: mbelib-1.1/: No such file or directory
ubuntu@ubuntu:~/src$ make
make: *** No targets specified and no makefile found. Stop.
ubuntu@ubuntu:~/src$ sudo make install
make: *** No rule to make target `install'. Stop.
ubuntu@ubuntu:~/src$ cd ~/src
ubuntu@ubuntu:~/src$ tar -xvf dsd-1.2-src.tar
tar: dsd-1.2-src.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
ubuntu@ubuntu:~/src$ tar -xvf dsd-1.2.tar.gz
tar: dsd-1.2.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
ubuntu@ubuntu:~/src$ cd dsd-1.2/
bash: cd: dsd-1.2/: No such file or directory
ubuntu@ubuntu:~/src$ make
make: *** No targets specified and no makefile found. Stop.
ubuntu@ubuntu:~/src$ sudo make install
I have installed the build-essential package in Synaptic.
I am a massive noob with Linux, but I am trying hard! haha... Any help would be greatly appreciated!
Pez