[Iftop-users] iftop 0.16

Paul Warren pdw at ex-parrot.com
Sun, 7 Mar 2004 20:46:46 +0000


On Sun, Mar 07, 2004 at 12:04:45PM -0600, John Thompson wrote:
> On Sun, 07 Mar 2004 15:38:29 +0000
> Paul Warren <pdw@ex-parrot.com> wrote:
> 
> > Sorry for the delay in repling, I've only just had a chance to look at
> > this.  I think I need to see more of your config.log. configure should
> > attempt to compile a test program in 12 different ways.  I suspect
> > that at least one of those is actually compiling and it's the test
> > program that's failing.  Can you post the rest of the file?
> 
> Certainly:

OK, so it doesn't like the -pthread option, and it can't find
libpthread.  What does:

	locate libpthread 

tell you?  If that reveals libpthread to be in a non-standard location,
try doing:

    export CPPFLAGS=-L/some/wierd/directory

before running configure.

Paul