Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] problem compiling bwctl on a mac

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] problem compiling bwctl on a mac


Chronological Thread 
  • From: Michael Sinatra <>
  • To: "Florio, Christopher N" <>, "" <>
  • Subject: Re: [perfsonar-user] problem compiling bwctl on a mac
  • Date: Mon, 16 Mar 2015 11:21:19 -0700



On 03/16/15 11:09, Florio, Christopher N wrote:
> Hey all,
>
> I'm having no luck compiling bwctl on a mac. I've installed I2util and I'm
> still getting stuck with this error on configure -
>
> configure: error: Couldn't find I2util library

You need to explicitly specify the location of the I2util library, e.g.:

./configure --with-I2util=</path/to/I2util>

Even so, the configure script can't always find the I2util includes, so
you may also need to set the environment variable CFLAGS to add
"-I</path/to/I2util/include>" so that the C compiler finds the includes.

michael




Archive powered by MHonArc 2.6.16.

Top of Page