On Tue, 11 Aug 1998, Daniel Mashao wrote:

> I know we are going thru' compiler changes etc. I am trying to install any
> C++ compiler whether egcs or gcc. I installed all relevant files as far as
> I know and as far as the dpkg did not complain about missing packages. But
> when I compile a .cc file it gives the following output:
> 
> com5 % gcc ff.cc
> In file included from ff.cc:1:
> /usr/include/g++/iostream.h:91: parse error before `__extension__'
> /usr/include/g++/iostream.h:208: parse error before `__extension__'
> 
> Anybody knows what is wrong. 

gcc can't compile c++ programs, try g++

Jason

Reply via email to