More details on the issue: the problem is, that for some reason, the GCC
3.1 RPM I use returns a long string for the GCC version:
$ gcc --version
gcc (GCC) 3.1 20020522 (Red Hat Linux Rawhide 3.1-2)
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.
instead of just a version number (e.g. 3.1). 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).
Akos
_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder