This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: two small fixes.
- To: libstdc++@sourceware.cygnus.com
- Subject: Re: two small fixes.
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Thu, 5 Aug 1999 11:34:24 -0700 (PDT)
> first the simple one:
> this will silence another annoying -Wall warning
cool thanx.
> This one is real:
> compiling e.g. 17_intro/header_fstream.cc
> with recent cvs gcc 2.96 there is a linker error:
>
> ./src/.libs/libstdc++.a(misc-inst.o): In function `basic_ios<char, char_traits<char> >::init(basic_streambuf<char, char_traits<char> > *)':
> /home/am/gcc/egcs_current/libstdc++/bits/basic_ios.h:253: undefined reference to `ios_base::goodbit'
> /home/am/gcc/egcs_current/libstdc++/bits/basic_ios.h:253: undefined reference to `ios_base::badbit'
> ...
can you try to come up with a small, self-contained test?
thanks,
benjamin