On Mar 14, 2007, at 1:47 PM, Jesse Reynolds wrote: > it seems the 'bootstrap.sh' script in the source (from the current > openpbx-1.2 branch) has high expectations for versions of automake > and libtool. > > I have overcome the libtool complaint by using darwin ports (sorry, > macports) to install libtool 1.5.22, and then symlinking libtool > and libtoolize to glibtool and glibtoolize, but now it's > complaining about automake: > > phoney:~/src/openpbx jesse$ ./bootstrap.sh > You have the wrong version of automake. The minimum required > version is 1.9.6 > and the version installed is 1.6.3 (/usr/bin/automake). > > So it looks like I'm going to have to install a non-apple supplied > automake as well. I wonder what else will be on the list? > > unfortunately macports / darwinports wants to compile perl 5.8 > before it'll compile automake, so I'm going to have to do automake > manually I suppose. > > Is there any reason the bootstrap.sh can't be made to be a little > more tolerant of older versions of automake and libtool, and allow > libtool to be named glibtool etc? > > Does anyone have any instructions on how to get the openpbx source > bootstrapped on mac?
You are not expected to bootstrap on non-Linux platforms. The established consensus has been that bootstrapping would be done on a Linux system, then use the bootstrapped tarball to build on the non- Linux target system. _______________________________________________ Openpbx-dev mailing list [email protected] http://lists.openpbx.org/mailman/listinfo/openpbx-dev
