Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

    Code:
    bzcat LiVES-0.9.5-pre4.tar.bz2  | tar xf -
    cd lives-0.9.5-pre4
    ./configure
    make
    make install
    But I keep getting this message!
    Code:
    No rule to make target `install'. Stop.
    Could you help me with this? I really need help ASAP!

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Did the configure and make process complete successfully? If it did not, then thats why your are probably getting that error.

  3. #3
    Just Joined!
    Join Date
    Dec 2006
    Posts
    25
    Quote Originally Posted by daark.child
    Did the configure and make process complete successfully? If it did not, then thats why your are probably getting that error.
    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.
    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!!!!

  4. #4
    Linux Newbie jweekley1's Avatar
    Join Date
    Dec 2005
    Location
    Atlanta
    Posts
    138
    its telling you what is missing you will need to search for and install those depedencies first then try to reinstalling.

  5. #5
    Linux Newbie jweekley1's Avatar
    Join Date
    Dec 2005
    Location
    Atlanta
    Posts
    138
    here is a good place to start.

    http://gcc.gnu.org/

  6. #6
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    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

  7. #7
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...