LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need to install G++ for programming with Qt on Fedora 18 (https://www.linuxquestions.org/questions/linux-newbie-8/need-to-install-g-for-programming-with-qt-on-fedora-18-a-4175465973/)

kpngan 06-14-2013 04:42 AM

Need to install G++ for programming with Qt on Fedora 18
 
I used to be able to program with Qt on an old PC, using the Qt Designer which was included among Red Hat Linux 9 development tools, when G++ was also among the included packages. I have now installed Fedora 18 (along with original Windows XP) on a twin-core Pentium motherboard PC, but both Qt and G++ need to be separately installed for programming on the Fedora Linux system. I have partially installed Qt but could not complete the "make" process owing to error message "g++ not found". Now I need to install g++ to complete the Qt "make" process. Many thanks in advance for guidance and help.

knudfl 06-14-2013 07:16 AM

Welcome to LQ.

Finding the package that provides 'g++' : # yum provides */g++
The reply is : gcc-c++

.. Which can be installed with : # yum install gcc-c++

-


All times are GMT -5. The time now is 08:58 AM.