Mail Archives: djgpp-workers/1998/09/16/04:53:24
On Fri, 11 Sep 1998, DJ Delorie wrote:
> Would there be any advantage to providing this as an additional
> third-party library? I mean, we can integrate it into libc if that
> makes sense, but we may want to provide it separately for a while
> until it stabilizes.
We have a bad experience with separate libraries, since people forget to
say -lfoo. Especially, since in this case there's no reason at all to
think these functions will be separate, unlike libm.a.
Since this is all new functionality, and should therefore not interfere
with existing code, I would suggest to include it in libc.a anyway.
- Raw text -