LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help installing qtella 0.7.0 (https://www.linuxquestions.org/questions/linux-newbie-8/help-installing-qtella-0-7-0-a-309257/)

dx0r515t 04-03-2005 11:56 AM

Help installing qtella 0.7.0
 
I'm trying to install qtella 0.7.0 and i have no idea what to do
When I try to ./configure I get this:
Quote:

[root@localhost ~]# cd qtella
[root@localhost qtella]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/root/qtella/missing: Unknown `--run' option
Try `/root/qtella/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 ranlib... ranlib
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.
[root@localhost qtella]# make
make: *** No targets specified and no makefile found. Stop.
[root@localhost qtella]#
I'm using Fedora Core 3

Mara 04-03-2005 11:59 AM

You don't have a compiler installed. Install all gcc* and g++* packages. Also, from the program name it looks it's using Qt, so you probably also need qt-devel or qt3-devel.


All times are GMT -5. The time now is 07:25 AM.