On Mon, 2002-04-01 at 23:15, Jonathan Bedford wrote:
> I am trying to compile Nessus (www.nessus.org) on the iPAQ but is needs a
> Shared Object file called librpcsvc.so, but I can only find a archive library
> (static library) librpcsvc.a (from libc6-dev).
>
> Is there an easy way to convert the static library to a shared one?
Depends what it wants to do with it, but in the simplest case:
$ gcc -shared -o librpcsvc.so -Wl,--whole-archive librpcsvc.a
p.
Received on Mon Apr 01 2002 - 22:19:13 EST
This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:21:12 EDT