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 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.