Re: object file
From: E. Robert Tisdale (E.Robert.Tisdale_at_jpl.nasa.gov)
Date: 03/16/05
- Next message: Winbatch: "Re: Problem with basic templates on GCC"
- Previous message: Seanairt: "Re: RTTI"
- In reply to: gouqizi.lvcha_at_gmail.com: "object file"
- Next in thread: robert31168_at_gmail.com: "Re: object file"
- Reply: robert31168_at_gmail.com: "Re: object file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 15 Mar 2005 20:43:04 -0800
Rick wrote:
> I have an Linux object file, for example, foobar.o.
> Can I know which version of gcc build it?
> cat foobar.cc
void foobar(void) {
}
> g++ -Wall -ansi -pedantic -c foobar.cc
> strings -a foobar.o
GCC: (GNU) 3.4.1
.symtab
.strtab
.shstrtab
.text
.data
.bss
.note.GNU-stack
.comment
foobar.cc
_Z6foobarv
- Next message: Winbatch: "Re: Problem with basic templates on GCC"
- Previous message: Seanairt: "Re: RTTI"
- In reply to: gouqizi.lvcha_at_gmail.com: "object file"
- Next in thread: robert31168_at_gmail.com: "Re: object file"
- Reply: robert31168_at_gmail.com: "Re: object file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]