This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: which g++ ?


On Sun, Nov 08, 1998 at 06:59:51PM -0600, Takuya Kobayashi wrote:
> Which "g++" am I invoking?  Does one override the other?  It seems like
> a stupid question, but nevertheless I needed to know, so....

to find out which g++ you are envoking:
% which g++ # assuming Bourne-like shell

Then to get the version of g++, type:
% g++ --version

I hope this answers your query.
-- 
Hasan Diwan

PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]