Ishwar Rattan wrote: <snip/> > > Is there way to find out what version of gcc it was compiled > with? 'uname -a' does not tell the gcc info. There is probably a better way but this works. dmesg | head -1 //andy <snip/>