Re: [d-i] libd-i building

2002-09-02 Thread David Kimdon
Thu, Aug 29, 2002 at 01:24:17PM +0200 wrote: > I'm just curious, why is libd-i built as it is, every function in a > separate .o? The logic is that it allows us to provide a shared reduced version of libd-i, or to statically link only the objects we need. > > I will probably move some package f

[d-i] libd-i building

2002-08-29 Thread Martin Sjögren
I'm just curious, why is libd-i built as it is, every function in a separate .o? I will probably move some package file parsing into libd-i and I want to know how to do this. Still one file per function I add, or one file for all the package-related functions? Should I start a new .c file for thi