"Chris" <[EMAIL PROTECTED]> writes:

> Why is this?  I thought g++ and gcc were the same.

Both 'gcc' and 'g++' are front-ends to the 'GCC compiler'.
But they are not "the same" in any other sense of the word:

$ ls -l `which gcc g++`
-rwxr-xr-x  4 root root 88984 Apr 13  2004 /usr/bin/g++
-rwxr-xr-x  2 root root 87928 Apr 13  2004 /usr/bin/gcc

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
Help-gplusplus mailing list
Help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to