autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: must find the version of gcc


From: Bob Proulx
Subject: Re: must find the version of gcc
Date: Wed, 12 Feb 2003 21:21:28 -0700
User-agent: Mutt/1.3.28i

Fred Cook wrote:
> 
> We have a need to find the version of gcc (and ld).  What is the correct
> way of doing this?

Generally GNU software implement a '--version' option which will print
out the version of the program.  There is usually a '--help' as well
which prints the online documentation.

  gcc --version

  ld --version

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]