Llewelly <[EMAIL PROTECTED]> writes:

> I am curious - what is the output of:
> $ cpp --version

cpp (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)

> $ g++ --version

g++ (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)

> on the linux system you believe to have a cpp and a gcc which are
> unrelated.

I was mistaken when I said they are unrelated on Linux.
But I was correct in that they come from separate packages:

$ rpm -qf `which cpp`
cpp-3.3.3-7

$ rpm -qf `which g++`
gcc-c++-3.3.3-7


And the fact that they have different "builtin" defines remains.

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

Reply via email to