Results 1 to 7 of 7
well see... this is kinda my first time using Linux, anyways im using KDE, and im trying to install LiVES Video Editing Software. well anyways do you know how to ...
- 12-27-2006 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 25
I Need Help Installing Programs!
well see... this is kinda my first time using Linux, anyways im using KDE, and im trying to install LiVES Video Editing Software. well anyways do you know how to install it using Konsole? Because usually my dad install programs for me and now my dad is not around becuase he's outstation. I tried to run this command on Konsole
But I keep getting this message!Code:bzcat LiVES-0.9.5-pre4.tar.bz2 | tar xf - cd lives-0.9.5-pre4 ./configure make make install
Could you help me with this? I really need help ASAP!Code:No rule to make target `install'. Stop.
- 12-27-2006 #2
Did the configure and make process complete successfully? If it did not, then thats why your are probably getting that error.
- 12-27-2006 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 25
I don't get it. What are you trying to say? Will you please give me the full steps to install a program using Konsole? This is what I did.
Originally Posted by daark.child
First, I dragged an uncompressed file (The file is located on Desktop) to the Konsole window. Then I typed ./configure
Here is a little preview of the message I get after I typed ./configure. I think this is what makes it wrong! Do you know how to fix it?
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
I need a reply ASAP!!!!
- 12-27-2006 #4
its telling you what is missing you will need to search for and install those depedencies first then try to reinstalling.
- 12-27-2006 #5
here is a good place to start.
http://gcc.gnu.org/
- 12-27-2006 #6
Which distirbution of Linux are you using? You'll want to install the build-essential package with whatever package manager that distribution uses. Also, check out this thread:
http://www.linuxforums.org/forum/lin...are-linux.html
- 12-27-2006 #7
The error message you are getting means that you are missing the gcc compiler. You need to install that from your Linux distributions discs or online repositories. You may also need to install other development packages depending on the dependencies of the package you are trying to install.


Reply With Quote