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: missing header files in egcs1.1a


On Wed, 30 Sep 1998, Uwe Koloska wrote:

> Hello,
> 
> The egcs1.1a source release
> 	  gcc -v: gcc version egcs-2.91.57 19980901 (egcs-1.1 release)
> missed two g++-Header.
> 
> in "$EGCSINCLUDE/g++" the following files are missing:
> 	sysent.h
> 	std.h
> 
> As far as I know (I deleted the "include/g++" before installing the
> binary-release) egcs-1.0.3 has them.

These headers are part of deprecated libg++, and AFAIK have never been
distributed as part of egcs or libstdc++. Perhaps you had installed libg++ 
when you installed egcs-1.0.3?

> I discovered them missing, by compiling "kdelibs-1.0" with egcs1.1a.

I'm rather surprised that code written in the last few years still use
something as old as libg++; perhaps the authors simply included the 
libg++ headers without realizing that they're not standard, and that 
there are trivial alternatives.

Regards,
Mumit




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