gnupic@linuxhacker.org
gnupic@linuxhacker.org
On Sat, 2003-10-25 at 23:47, Sean A. Walberg wrote:
> To link, you'll need libpopt.a. The .so is the runtime version,
That's not quite right. .a files are for linking statically and .so
files are for linking dynamically. You don't need a .a file to link a
program dynamically, and if you link a program statically you don't need
the .so file at runtime.
--
------------ Alex Holden - http://www.linuxhacker.org ------------
If it doesn't work, you're not hitting it with a big enough hammer
gnupic@linuxhacker.org