This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: gcc-3_0-branch cstdio=libio == libstdc++ doing miserable on make check
- To: Gordon Sadler <gbsadler1 at lcisp dot com>
- Subject: Re: gcc-3_0-branch cstdio=libio == libstdc++ doing miserable on make check
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 24 Apr 2001 09:46:16 -0700 (PDT)
- cc: gcc at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
Using libio is deprecated. Last time I checked there were linkage issues,
and I haven't had the time to track them down yet.
> Is the GNU I/O specific package really that much worse? Or has a lot of
> code been make to work on the generic stdio without pushing to make it
> work under libio?
The latter.
-benjamin