Mail Archives: djgpp/1998/08/05/15:46:12
On Wed, 5 Aug 1998 17:51:47, Nate Eldredge <nate AT cartsys DOT com> wrote:
> A better option might be to group them into libraries, which will dodge
> the long line problem. And don't worry about all the .o files in the
> library-- libc has a few hundred .o files inside it.
Yeah, but like you said, that's a work around 'cuz its a library. I
am distributing freeware libraries in source-code form and therefore I
don't know how appropriate it would be for me to make libraries out of
them. Most people (including myself) don't even know how to create a
libraries, so how I can expect them to know how to unpack a library in
order to get at the source codes? :)
But you did answer my question, DJGPP uses a transfer buffer.. I
thought the problem was we had to list all .o files through the
command line (by running GCC <parameters> <.o files>) and that would
have been a problem..
Gili
- Raw text -