Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107333 (qt_unknown_c++) - qt-3.3.4-r8 fails to compile issuing a " Unknown compiler c++" warning
Summary: qt-3.3.4-r8 fails to compile issuing a " Unknown compiler c++" warning
Status: RESOLVED DUPLICATE of bug 107332
Alias: qt_unknown_c++
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Lowest minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-26 14:43 UTC by runlevel0
Modified: 2005-09-26 16:54 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description runlevel0 2005-09-26 14:43:43 UTC
QT (qt-3 x11-libs/qt-3.3.4-r8) fails to compile during configuration

Reproducible: Always
Steps to Reproduce:
1.emerge -uDav x11-libs/qt



Actual Results:  
!!! ERROR: x11-libs/qt-3.3.4-r8 failed.
!!! Function pkg_setup, Line 63, Exitcode 1
!!! Unknown compiler c++.
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
qt properly merged

this bug happens when you have your make.conf set as following:

...
CC="gcc"
CXX="c++"
CHOST="i686-pc-linux-gnu"
...

There are many other pacakges wich seem to like it this way a.
Obvious solution is commenting the CXX or even both env variables
which happen to work flawless for the moment.
Nonetheless, I opened this bug for the sake of anyone who face the same problem.
Comment 1 runlevel0 2005-09-26 14:50:01 UTC
As the workaraound is quite silly I don't thing there is a need for details about 
my specs.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-09-26 16:54:39 UTC
.
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-09-26 16:54:59 UTC

*** This bug has been marked as a duplicate of 107332 ***