Re: object code from which compiler



Simon Biber wrote:
$ strings RGBColour.obj | grep compiler
@-compiler:"C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\c2.dll"
[snip]

Replying to myself: in addition, as Bob Tisdale pointed out, the -a option on strings is useful.

$ strings -a linux2/main.o | grep GCC
GCC: (GNU) 3.4.4 20050721 (Red Hat 3.4.4-2)

--
Simon.
.