gnupic@linuxhacker.org

gnupic@linuxhacker.org


Subject: Re: gpsim Almost Compiled.
From: Sean A. Walberg
Date: 25 Oct 2003 17:47:29 -0500

On Sat, 2003-10-25 at 15:57, Martin McCormick wrote:

> /lib/libpopt.so.0
> /lib/libpopt.so.0.0.0

To compile a program with popt, you'll need popt.h.  To link, you'll
need libpopt.a.  The .so is the runtime version, which your binary will
use (you can use ldd against the binary to see what dynamic libraries
are needed).

You'll probably need some sort of development package to get libpopt.a
and popt.h.  You might also need to adjust the -I and -L parameters to
gcc to force the include and library paths if they're not in the usual
places.

Sean

-- 
Sean A. Walberg <sean@ertw.com>                 http://www.ertw.com



gnupic@linuxhacker.org