Hi,

On Fri, 25 Feb 2005, Roy Britten wrote:
> gunzip -c file | strings | grep "gcc version"

it is not quite that clear what you mean - apologies for thrashing this,
but what file do you mean by file ?

cd /boot
find . -name vmlinuz\* | xargs gunzip -c | strings | grep gcc
 
gunzip: ./vmlinuz: not in gzip format 
gunzip: ./vmlinuz-2.4.7: not in gzip format 
gunzip: ./vmlinuz-2.4.7-10smp: not in gzip format 

Certainly, vmlinuz files on my redhat9 box don't work.


gunzip -c  initrd-2.6.5-1.327.img | strings | grep -i gcc
gcc2_compiled.
gcc version 3
Warning: The module you are trying to load (%s) is compiled with a gcc
a gcc version 3 compiler. This is known to not work.
vermagic=2.6.5-1.327 686 REGPARM 4KSTACKS gcc-3.3
GCC: (GNU) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
   That 20040412 looks like a date  - 12  april 2004

Yess.
 Fedora core 2 uses gcc 3.3.3

Derek.


-- 
Derek Smithies Ph.D.                         
IndraNet Technologies Ltd.                
Email: [EMAIL PROTECTED]         
ph +64 3 365 6485                          
Web: http://www.indranet-technologies.com/  

Reply via email to