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
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