On Thu, 21 Jun 2001, Joerg Schilling wrote:
> >>From [EMAIL PROTECTED] Thu Jun 21 00:19:14 2001
>
> >If you create your own stdio implementation, wouldn't it be a better
> >idea to create your own stdio.h too instead of relying on the glibc
> >version?
>
> I am doing this since 1984..... I believe the way I do it now is the best way.
What I meant was: you don't have your own stdio.h. You're using the
one from the system (printf.c does #include <stdio.h> and there is no
stdio.h in the cdrtools package).
I think it would make more sense for you to write your own
(minimalist) stdio.h file. It would match your own stdio perfectly,
and you wouldn't have the gcc 3.0 problems at all.
Eric
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]