Mail Archives: djgpp-workers/2000/06/28/09:09:38
On Wed, 28 Jun 2000, Laurynas Biveinis wrote:
> > As for tempnam, it is called by tmpfile, which is ANSI, and so the
> > fact that tempnam calls access (a non-ANSI function) is a problem.
>
> Below is a patch. OK to commit?
Yes. But this doesn't fix the tempnam problem, does it?
> > I think it could be a good idea to get libc build procedure to run
> > libclink/check automatically when the library is built, and abort the
> > build if something fails to check out.
>
> I see it more as a part of 'make test' or 'make check', not simple make.
> IMHO it is better to separate building and testing process.
I don't think this is a test. It is no more a test than the fact that we
use a lot of -W* switches, to reveal possible bugs. I think that
polluting ANSI/Posix namespace is a grave problem, and if an automated
tool finds quite a few problems, even after several cleanup efforts, it's
a clear sign that manual procedures are inadequate.
> Will see, probably. For me DJGPP issues is a snowball rolling of the mountain
> nowadays - it gets bigger and bigger :-)
Welcome to DJGPP development ;-)
- Raw text -