PDA

View Full Version : g++3 Question



kyblze
07-18-2004, 10:45 AM
When im am editing the

1.4 Editting linux-g++-shared
edit the file "mkspecs/linux-g++/qmake.conf and change all
references to "gcc" to "gcc3" as well as "g++" to "g++3"
(lines 12, 27, 47, and 48). save your changes (ctrl-o, ctrl-x)
Code:
[]# pico -w /usr/lib/qt-3.0.5/mkspecs/linux-g++/qmake.conf

When i did that it get a Bash error that g++3 is not there now g++ works
if i need g++3 how and where do i get it.

I am running fedora core 2 do i even need to compile qt-3.0.5 when the core comes with qt-3.3?

Thanks for any help

Dedpoet
07-19-2004, 09:11 AM
You shouldn't need to edit that file if you are running any recent distributions, and Fedora certainly qualifies. The FAQ is slightly out of date and will be updated soon. Leave that file as-is, and you should be fine.

Cryonic
07-19-2004, 09:20 AM
Just an FYI, FC2 is one of the first distros since the release of RH8.0 that I would consider unsupported out of the box due to an issue with SEQ and the combination of QT3.3. and GCC3.3 that FC2 comes with...