This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
sync_with_stdio
- To: "Lib3 (E-mail)" <libstdc++@sourceware.cygnus.com>
- Subject: sync_with_stdio
- From: "Edwards, Phil" <pedwards@ball.com>
- Date: Mon, 10 May 1999 21:53:44 -0600
Er, yeah, me again. Do I get "frequent bitcher miles"?
The checklist has sync_with_stdio marked as 'T' -- this may need to be
changed.
Even though
ios::sync_with_stdio();
ios_base::sync_with_stdio();
both compile cleanly, they fail to link. The function is present in
libio/stdstreams.cc, and that file does get built during installation, but
no such symbol appears in the final library. After extracting stdstreams.o,
I confirmed that is definitely isn't in there.
I can see why it wouldn't be missed, since it isn't required to be used
under libio. Still, I'm confused as to why it's not there.
Phil
(If you reply to the list, please don't cc another copy to me. Thanks.)