This is the mail archive of the gcc-help@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: g++ 'helloworld' problem


On May 20, 2001, joe shmoe <enzo_b_w@yahoo.com> wrote:

> I've installed gcc 2.95.3 and, though gcc works on c code, c++ code
> gives me problems.

How did you install it?  If you built from sources, did you enable C++
support?  If you used some pre-compiled binary, are you sure you got
the components for C++ support?  You shouldn't need any special -I
flags to get iostream.h to be found.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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