On Fri, 30 Apr 2004, christian funk wrote: > I installed XCode 1.0 from the Panther CDs and updated via Apples > "Software Update" to XCode 1.1 (1.2 seems not to be an Option?!) > > usr/bin/ contains gcc gcc-3.3 and gcc3 > > I suspect that gcc is version 2.95, and that I'm using that version > since > > which gcc returns gcc
Try "gcc --version" to get the version information. Yours should show something like: # gcc --version gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- .. .. Jay Jacobson .. Edgeos, Inc. - 480.961.5996 - http://www.edgeos.com .. .. Network Security Auditing and .. Vulnerability Assessment Managed Services .. _______________________________________________ Nessus mailing list [EMAIL PROTECTED] http://mail.nessus.org/mailman/listinfo/nessus
