gnupic@linuxhacker.org

gnupic@linuxhacker.org


Subject: Re: gpsim Almost Compiled.
From: Alex Holden
Date: Sat, 25 Oct 2003 22:11:36 +0100

On Sat, 2003-10-25 at 21:57, Martin McCormick wrote:
> 	Sorry for the long list, but it is here although not in the
> right place.  There is one of the UNIX utilities that can extract the
> table of contents of a library, but I can't remember it for the life
> of me.  Apropos gave me lots of things with "extract" in them, but
> they are archivers and don't open libraries.

You're thinking of "nm" but the compiler was complaining about a missing
header file (popt.h) at the compile stage, not a missing symbol at the
link stage. I suspect you have the libpopt runtime installed but not the
developer package. A poke around Debian's web site reveals that they
have a package called libpopt-dev - do you have that installed?

-- 
------------ Alex Holden - http://www.linuxhacker.org ------------
If it doesn't work, you're not hitting it with a big enough hammer




gnupic@linuxhacker.org