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, 8 Nov 1998, Takuya Kobayashi wrote:
> 	g++ main.cpp -o main
> 
> Which "g++" am I invoking?  Does one override the other?  It seems like
> a stupid question, but nevertheless I needed to know, so....

As a matter of fact, this is a very basic Unix question and not the kind
of question to ask to the egcs lists.

Anyway, please try the commands
  man which
and
  which g++
to get the information you've been looking for.

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/




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