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 ...
- 10-13-2008 #1Just 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.
- 10-13-2008 #2
You need to install qt3-devel using zypper or yast.
- 10-14-2008 #3Just 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
- 10-14-2008 #4
What does the the conf.log file say?
- 10-15-2008 #5Just 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?
- 10-15-2008 #6
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
- 10-15-2008 #7Just 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


Reply With Quote