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