On Tue, 2009-06-16 at 20:09 -0300, Gerardo Exequiel Pozzi wrote: > Baho Utot wrote: > > Is there any way to tell which version of gcc an executable is > > compiled with? > > > > > > > Hello :) > > Maybe can be a better way :) But this just works. > > strings -a /the/file | grep -m1 GCC > > Good Luck! > OK I will try