Re: [iPAQ] Compiling Nessus on iPAQ
Jonathan Bedford <[email protected]> Tue, 02 Apr 2002 00:42:23 +0100 (BST)
| Newsgroups | gmane.comp.handhelds.linux.intimate |
|---|---|
| Message-ID | <1017704543.3ca8f05f18dee__21257.8645944179$1115030897$gmane$org@mail.pdu-consultancy.com> |
P. Thanks a lot, I have now got nessus running on my iPAQ. I got a lot of error messages when I first tried your gcc command, but then I replaced the , with a space and it worked. Thanks Jonathan Quoting Philip Blundell <[email protected]>: > 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. > > > _______________________________________________ > Open Source Software for Compaq iPAQ Handhelds. > iPAQ mailing list > [email protected] > http://handhelds.org/mailman/listinfo/ipaq > irc://irc.openprojects.net #ipaq >