LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   qtella ./configure problem (https://www.linuxquestions.org/questions/linux-newbie-8/qtella-configure-problem-175981/)

Skills 04-29-2004 12:06 PM

qtella ./configure problem
 
Hi. I hope some of u may be able to help me.
The result under is the one i get when i try to ./configure qtella. It says that i should use the --with-qt-libs= option. First off i dont know what that means, second it says in the Install text file that all i need to know about it is written in the README file. And the readme is empty!
I'm a real noob to linux and i hope someone can help me.

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
//usr/local/qt/qtella-0.6.4/missing: Unknown `--run' option
Try `//usr/local/qt/qtella-0.6.4/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking for Qt moc... found in /usr/local/qt/bin
checking for Qt uic... found in /usr/local/qt/bin
checking for Qt libraries...
Qt libs not found! If you have installed Qt in an
unusual place, please use the "--with-qt-libs=" option



Thanks for any help :)

drowstar 04-29-2004 02:18 PM

The solution is probably not that you need said option, but rather that "Qt libs not found!".
To be able to compile applications, you need a lot of files in place. In this case, some of them are mentioned qt libs. What you need to do is not point the installer to the location, where they are installed (which is, what that option would do), because, probably, they arent installed at all. Rather, you need to install these libraries and install qtella after that.
I cant really help you with installing them, because I dont know what your distribution is. Basically, you need to find a qt-libs rpm and install it.
Feel free to ask more questions on how to do that. Like I said, I need to know your distribution (plus what version of it) to point you to the right place.

Good luck so far,
- drowstar

Komakino 04-29-2004 05:50 PM

It's called qt-devel (or sometimes kde-devel) if you're using rpms. Alternatively you can download and install qt-x11 from www.trolltech.com but when you run ./configure to install it, make sure you use the -thread option to get thread support compiled in.


All times are GMT -5. The time now is 12:47 AM.