Find the answer to your Linux question:
Results 1 to 7 of 7
Hi there, i recently tried to install a .tar file (QCreateVOB) . I extracted it it in /Home/Rafael folder using Ark. everything went fine until i used the terminal. I ...
  1. #1
    Just Joined!
    Join Date
    Oct 2008
    Posts
    5

    Installing .tar files

    Hi there, i recently tried to install a .tar file (QCreateVOB) . I extracted it it in /Home/Rafael folder using Ark. everything went fine until i used the terminal. I typed

    ls
    ./configure

    i skipped some steps in this thread but everything was ging fine untl i typed in ./configure and got this message

    "There was an error compiling "conf". Be Shure you have a proper QT 3.x Multithreaded (MT) build environment set up. This means not just Qt, but also a C++ compiler, the "make" command, and any other packages nessesary to compile C++ programs."

    Now i have installed all the GCC files that compile C++ so i dont no whats wrong and i also installed Qt3

    If anyone has the sollution to this problem i would appreciate it alot thanks.

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    You need to install qt3-devel using zypper or yast.

  3. #3
    Just Joined!
    Join Date
    Oct 2008
    Posts
    5

    Still didnt work

    I installed Qt3 Devel but i still get this error..



    Is there anything else i can do. Im trying to install "QCreateVOB"
    Last edited by Linux-Noobie; 10-14-2008 at 12:46 AM. Reason: miss spell

  4. #4
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    What does the the conf.log file say?

  5. #5
    Just Joined!
    Join Date
    Oct 2008
    Posts
    5

    This is what .conf sais

    "./configure: line 576: make: command not found"

    That is what it says, any idea ahow to fix?

  6. #6
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    1) make sure you are root before installing. To temporarily become root at the command line. type
    su
    then the root password (note the password will not echo to the screen)

    2) make sure make is installed by going to Yast and checking. if not install it via Yast. Also check that you have gcc installed

  7. #7
    Just Joined!
    Join Date
    Oct 2008
    Posts
    5

    thx

    I feel like a noob i never realized i downloaded the worn make file from yast, thers like 5 different one anyway thx otherwise i wouldnt have check twice

    I feel like a noob

Posting Permissions

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