Home > Archive > Unix Programming > July 2006 > How to extract object files from a shared library...
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to extract object files from a shared library...
|
|
| Roy L Butler 2006-07-27, 7:00 pm |
| Hi all,
Is there a tool to extract object files from a shared library, as "ar"
can be used to perform on static libraries, or is there some loss of
origination in their creation which makes this not possible?
Thanks,
Roy
| |
| Paul Pluzhnikov 2006-07-27, 9:59 pm |
| Roy L Butler <roy.butler@jpl.nasa.gov> writes:
> Is there a tool to extract object files from a shared library, as "ar"
> can be used to perform on static libraries,
There isn't.
> or is there some loss of
> origination in their creation which makes this not possible?
Yes.
See also:
http://groups.google.com/group/comp...693ceeaea75520d
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
|
|
|
|
|