Akos Maroy wrote:

> As the configure script expects a simple number for GCC version, at 
> line 94 in configure.in:
>
>     GCC_version=`${CC} --version`
>
> it will not act as the GCC used for compilation is of version 3.1.
>
> This is very unfortunate indeed, damn those RedHat people (they change 
> the version string when building the RPM). 


It's not the RedHat people, it's the gcc project itself. I've built my 
3.1 from original gcc sources and it reports the version in the 
following way:

[bitti]$ /usr/local/gcc-3.1/bin/gcc --version
gcc (GCC) 3.1
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

So the RedHat only added their own build information.

-- 
------------ Matti Rintala -------- [EMAIL PROTECTED] ---------
"When the remarkable turns bizarre, reason turns rancid."
           Cheshire Cat in "American McGee's Alice"



_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to