>>>>> "Duncan" == Duncan Simpson <[EMAIL PROTECTED]> writes:
Duncan> gcc --version on most releases of gcc 3.1 generates spo,ething Duncan> along the lines of: Duncan> gcc (GCC) 3.1 20020118 (experimental) Copyright (C) 2002 Free Duncan> Software Foundation, Inc. This is free software; see the Duncan> source for copying conditions. There is NO warranty; not even Duncan> for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Duncan> the first lien is fine but the rest also gets included in the Duncan> version number and causes sed indigestion. The attatched patch Duncan> is a proposed fix (bad things happen if you do not have head Duncan> but then that sort of system deverses to lose). It seems that this could be worked around by using 'gcc -dumpversion'. Dekel, does egcs 1.1.x support it? And does gcc 2.95.x support it? JMarc