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: libstdc++ installation on Linux


> 
> I've noticed following problem on Linux (glibc-5.4.38):
> 
> tweise@elpozo:/home/tweise > more x1.cc 
> #include <strstream.h>
>  
> int main() {return 0;}
> tweise@elpozo:/home/tweise > g++  -U__GNUC__ x1.cc
> tweise@elpozo:/home/tweise > g++  x1.cc
> In file included from /usr/include/g++/iostream.h:31,
>                  from /usr/include/g++/strstream.h:32,
>                  from x1.cc:1:
> /usr/include/g++/streambuf.h:394: warning: invalid type `void *' for

OOops. It is a bug in libc 5. I will fix it.


H.J.


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