This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc 3.1 + KDE3 (rc1) so far so good
- From: Eyal Ben-David <eyal_bd at netvision dot net dot il>
- To: gcc at gnu dot org
- Date: Thu, 07 Mar 2002 07:28:03 +0200
- Subject: gcc 3.1 + KDE3 (rc1) so far so good
Hello,
Just compiled KDE3 (RC1) with gcc 3.1
I'm sending this mail from my new shiny desktop!!
aRts works OK too.
During build every compilation of a C++ file I got warning about '-MF'
option
In aRts build many warnings about __FUNCTION__
I had to change one source file (1 line) but this is not something
related to gcc 3.1
Here is my configuration:
$ gcc -v
========
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
Configured with: ../gcc/configure --enable-languages=c,c++
Thread model: single
gcc version 3.1 20020304 (prerelease)
$ ld -v
======
GNU ld version 2.11.93.0.2 20020207
$ rpm -q binutils
==============
binutils-2.11.93.0.2-1
Eyal