Howto: Repackage a library with only the routines of interest?

Tom Buskey tom at buskey.name
Wed Jun 2 10:40:22 EDT 2010


ar d to delete modules?
ar x to extract

I once built libc.a on a minix system.  I had to use tsort on another system
to get the dependencies & order correct.  tsort needed more RAM then minix
could provide.

On Wed, Jun 2, 2010 at 10:20 AM, Michael ODonnell <
michael.odonnell at comcast.net> wrote:

>
>
> While doing the reverse of what you're asking (ie. combining
> multiple objects into a single object with mutual references
> resolved) is common, the information necessary to uncombine them
> is generally lost in the process, so your best bet would (as others
> have said) probably be to modify the build process for the library.
>
> _______________________________________________
> gnhlug-discuss mailing list
> gnhlug-discuss at mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.gnhlug.org/mailman/private/gnhlug-discuss/attachments/20100602/6db8cdfc/attachment.html 


More information about the gnhlug-discuss mailing list