This is the mail archive of the gcc-bugs@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: Can't compile fstream.h


 No, egcs is using its own header files.  In fact, I took a look at
/usr/include/g++/fstream.hh (libg++ version) and
/usr/local/include/g++/fstream.hh (egcs version) and they are exactly the
same.  Only iostream.hh, which is included from fstream.hh, is
different.Anyway, I think it must be a problem as simple as using the
wrong kind or version of the include files, but I just can't figure out
what kind of mistake it is.
Would anyone please post the versions of compiler and lib tools you got
to make the egcs tests run successfully ?
I still can't compile fstream.h.


Thanks,

Alessandro Coelho Ribeiro
(sandro@agentel.com.br,sandro@cos.ufrj.br)


Alexandre Oliva wrote:

> Alessandro Coelho Ribeiro writes:
>
> > 1 - fstream.h can't compile.
>
> Perhaps you're trying to use libg++-2.7.2's header files with
> egcs-1.0.1.  That won't work, you must let egcs find its include-files
> first.

> --
> Alexandre Oliva
> mailto:oliva@dcc.unicamp.br mailto:aoliva@acm.org
> http://www.dcc.unicamp.br/~oliva
> Universidade Estadual de Campinas, SP, Brasil





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