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.odonn...@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@mail.gnhlug.org
> http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/
>
_______________________________________________
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/

Reply via email to