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: "Florio, Christopher N" <>
  • To: Eli Dart <>
  • Cc: "" <>
  • Subject: Re: [perfsonar-user] problem compiling bwctl on a mac
  • Date: Tue, 17 Mar 2015 20:42:38 +0000
  • Accept-language: en-US

OK I'm trying 1.5.3 .... maybe I'll try a 1.5.2 and see if that works.

I've made a symbolic link as you suggested and no dice.


On Mar 17, 2015, at 4:36 PM, Eli Dart <> wrote:

Looking at my old build directories from last summer, it appears that I installed a symlink to libI2util.a in the root of the bwctl build tree (same directory where the configure script is).

However, I just did a fresh build od bwctl and it didn't need that hack.

The source tarball I have handy is for version 1.5.2, and this is under Mavericks using Xcode.

Eli

On Tuesday, March 17, 2015, Florio, Christopher N <> wrote:
Any other ideas?  I'm at a loss here.


On Mar 16, 2015, at 4:26 PM, Florio, Christopher N <> wrote:

> Yes I had tried that.  Is this looking for the path with the .h files or the libI2util.a or something else?
>
> It looks like libI2util.a was installed in /usr/local/lib --
>
> net-v501-00236:bwctl-1.5.3 admin$ ls -la /usr/local/lib | grep libI2util.a
> -rw-r--r--   1 root  wheel  227656 Mar 16 11:17 libI2util.a
>
>
> It looks like a set of .h files were installed /usr/local/include/I2util/
>
> ls -la /usr/local/include/I2util/
> total 168
> drwxr-xr-x  21 root  wheel   714 Mar 16 11:17 .
> drwxr-xr-x   5 root  wheel   170 Mar 16 11:17 ..
> -rw-r--r--@  1 root  wheel  3301 Mar 16 11:17 Pthread.h
> -rw-r--r--@  1 root  wheel  5873 Mar 16 11:17 addr.h
> -rw-r--r--@  1 root  wheel  3561 Mar 16 11:17 conf.h
> -rw-r--r--@  1 root  wheel  4400 Mar 16 11:17 errlog.h
> -rw-r--r--@  1 root  wheel  1360 Mar 16 11:17 errlogimmediate.h
> -rw-r--r--@  1 root  wheel  1523 Mar 16 11:17 errlogsyslog.h
> -rw-r--r--@  1 root  wheel  1666 Mar 16 11:17 hex.h
> -rw-r--r--@  1 root  wheel  2536 Mar 16 11:17 hmac-sha1.h
> -rw-r--r--@  1 root  wheel  1624 Mar 16 11:17 io.h
> -rw-r--r--@  1 root  wheel  1004 Mar 16 11:17 mach_dep.h
> -rw-r--r--@  1 root  wheel  1415 Mar 16 11:17 md5.h
> -rw-r--r--@  1 root  wheel  2381 Mar 16 11:17 pbkdf2.h
> -rw-r--r--@  1 root  wheel  1636 Mar 16 11:17 random.h
> -rw-r--r--@  1 root  wheel  3466 Mar 16 11:17 readpassphrase.h
> -rw-r--r--@  1 root  wheel  3313 Mar 16 11:17 saddr.h
> -rw-r--r--@  1 root  wheel  2892 Mar 16 11:17 sha1.h
> -rw-r--r--@  1 root  wheel  1711 Mar 16 11:17 sha1P.h
> -rw-r--r--@  1 root  wheel  3386 Mar 16 11:17 table.h
> -rw-r--r--@  1 root  wheel  1875 Mar 16 11:17 util.h
>
>
> I've tried both of these with the same error  -
>
> ./configure --with-i2util=/usr/local/include/I2util
>
> ./configure --with-i2util=/usr/local/lib
>
> Are the library files some of these or something else that configure is trying to locate?
>
> On Mar 16, 2015, at 2:21 PM, Michael Sinatra <> wrote:
>
>>
>>
>> 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
>>
>



--
Eli Dart, Network Engineer                          NOC: (510) 486-7600
ESnet Office of the CTO (AS293)                          (800) 333-7638
Lawrence Berkeley National Laboratory 
PGP Key fingerprint = C970 F8D3 CFDD 8FFF 5486 343A 2D31 4478 5F82 B2B3





Archive powered by MHonArc 2.6.16.

Top of Page