[Iftop-users] iftop 0.16

Paul Warren pdw at ex-parrot.com
Sat, 13 Mar 2004 10:36:08 +0000


On Fri, Mar 12, 2004 at 05:06:34PM -0600, John Thompson wrote:
> > Hmm, well in that case it should be possible to configure to get the
> > test to compile.   At the risk of trying something we've already
> > tried, what happens if you do:
> > 
> > CPPFLAGS=-I/usr/pkg/include && LDFLAGS=-L/usr/pkg/lib && ./configure
> > 
> > Please send the log if it doesn't work.
> 
> No joy:

OK, I'm getting pretty confused now.  Should the directories in the
above example not be /usr/pkg/pthreads/include and
/use/pkg/pthreads/lib?

Can you try:

CPPFLAGS=-I/usr/pkg/pthreads/include && LDFLAGS=-L/usr/pkg/pthreads/lib && ./configure

and if that doesn't work:

CFLAGS="-I/usr/pkg/pthreads/include -L/usr/pkg/pthreads/lib" && ./configure

Paul