You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Bruce Snyder (JIRA)" <ji...@apache.org> on 2008/06/16 23:58:00 UTC

[jira] Updated: (AMQCPP-183) Add a note about using LIBTOOLIZE environment variable when building on MacOS X

     [ https://issues.apache.org/activemq/browse/AMQCPP-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Snyder updated AMQCPP-183:
--------------------------------

    Attachment: AMQCPP-183.diff.txt

Attaching a patch to add a note for MacOS X users to use the LIBTOOLIZE environment variable. 

> Add a note about using LIBTOOLIZE environment variable when building on MacOS X
> -------------------------------------------------------------------------------
>
>                 Key: AMQCPP-183
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-183
>             Project: ActiveMQ C++ Client
>          Issue Type: Improvement
>         Environment: ProductName:    Mac OS X
> ProductVersion: 10.5.2
> BuildVersion:   9C2028
>            Reporter: Bruce Snyder
>            Assignee: Nathan Mittler
>         Attachments: AMQCPP-183.diff.txt
>
>
> When building the ActiveMQ CPP client on MacOS X 10.5, I continually received the following error even though I had all the right tools and versions installed: 
> {panel}
> $ ./autogen.sh 
> Can't exec "libtoolize": No such file or directory at /opt/local/share/autoconf/Autom4te/FileUtils.pm line 290, <GEN2> line 5.
> autoreconf: failed to run libtoolize: No such file or directory
> {panel} 
> I was able to work around this by using the LIBTOOLIZE environment variable to point to  /usr/bin/glibtoolize. After doing this the build completed successfully. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.