help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: predifined macros ?


From: Paul Pluzhnikov
Subject: Re: predifined macros ?
Date: Tue, 19 Apr 2005 19:55:07 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

Llewelly <llewelly.at@xmission.dot.com> 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]