Xref: utzoo comp.sources.d:5624 gnu.misc.discuss:1236 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!ukc!axion!masalla.fulcrum.bt.co.uk!igb From: I.G.Batten@fulcrum.bt.co.uk (Ian G Batten) Newsgroups: comp.sources.d,gnu.misc.discuss Subject: Re: Easy way to tell if something's compiled with gcc? Message-ID: <2'W$1X_@masalla.fulcrum.bt.co.uk> Date: 16 Jul 90 10:14:10 GMT References: <3527@dingus.oakhill.UUCP> Sender: root@fulcrum.bt.co.uk (Root on Masalla) Organization: BT Fulcrum, Birmingham Lines: 11 Disclaimer: Organisation given for identification purposes only murf@oakhill.UUCP (Steve Murphy) writes: > There is one way to quickly ascertain if gcc was used to compile a binary. > > Try: > > grep gcc_compiled executable-name Only with a.out, I believe. I don't think the default COFF ports put it in. ian