This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: problem configuring KDE after gcc 2001521 installation (fwd)
- To: <gcc-help at gcc dot gnu dot org>
- Subject: Re: problem configuring KDE after gcc 2001521 installation (fwd)
- From: malte_gell at t-online dot de (Malte Gell)
- Date: Thu, 24 May 2001 16:53:04 +0200 (CEST)
--
~/.signature
---------- Forwarded message ----------
Date: Thu, 24 May 2001 16:52:17 +0200 (CEST)
From: Malte Gell <malte_gell@homer.stevergreentrc>
To: Alexandre Oliva <aoliva@redhat.com>
Subject: Re: problem configuring KDE after gcc 2001521 installation
On 23 May 2001, Alexandre Oliva wrote:
>On May 23, 2001, malte_gell@t-online.de (Malte Gell) wrote:
>
>> For more details about this problem, look at the end of config.log
>
>> config.log says:
>
>> #if ! (QT_VERSION >= 222)
>> #error 1
>> #endif
>
>> int main() {
>> QStringList *t = new QStringList();
>> QIconView iv(0);
>> iv.setWordWrapIconText(false);
>> QString s;
>> s.setLatin1("Elvis is alive", 14);
>> int magnolia = QEvent::Speech; /* new in 2.2
>> beta2 */
>> return 0;
>> }
>
>So, what happens when you try to compile this program?
doesn't work... "g++ cannot create executables" if I remember right,
right now I try to compile gcc 20010521 against gcc 2.95.3 not 2.95.2
like before, maybe it helps, though I have a glibc 2.1.3 system, not
2.2.x. Are there any issues with libstdc coming with gcc 3 ? Does it
make sense to use libstdc 2.90.8 with gcc 3 ? (2.90.8 seems to be the
latest stable release of libstdc?)
Malte
--
~/.signature