On Apr 24, 2007, at 4:24 PM, Ivan C Myrvold wrote:

> libtoolize is easily fixed.
>
> sudo ln -s /usr/bin/glibtoolize /usr/bin/libtoolize
>
> makes a symbolic link to Tigers glibtoolize, as I understand it  
> does the same job as libtoolize
>
> Ivan
>
> Den 24. apr. 2007 kl. 21:11 skrev Daniel Melnechuk:
>> 1. bootstrap.sh fails on Mac OS X since it can't find libtoolize.

Ivan,

Close.... after symlink and trying bootstrap.sh i get:

     You have the wrong version of libtoolize. The minimum required  
version is 1.5.20
     and the version installed is 1.5.0 (/usr/bin/libtoolize).

Will download new glibtoolize and see. Ok, found libtool here:

        http://www.gnu.org/software/libtool/libtool.html

built and it installs a libtoolize and libtool in /usr/local/bin. Ok  
i now have an good version of libtoolize! But now i get:

     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 now to download and install automake. Found it here:

        http://ftp.gnu.org/gnu/automake/automake-1.9.6.tar.gz

Yay!. Got a good automake. I have autoconf 2.59 so i don't need  
newer, but for good measure i will update. Now to make the latest  
autoconf... find it here:

        http://ftp.gnu.org/gnu/autoconf/autoconf-2.61.tar.gz

Autoconf 2.61 needs gnu m4 1.4.7 or later before building, which i  
don't have. So i get gnu m4 1.4.9 here:

        ftp://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz

Build m4. Ok. Now to build autoconf. Done.

Now to try and run bootstrap.sh again...  i get this output. Anything  
here that needs to be dealt with before running configure?

# ./bootstrap.sh

CallWeaver.org bootstrap script to generate autotools build environment

checking versions of required software ...
version check completed.

the following steps will take some time, please be patient ...
running libtoolize ...
You should add the contents of `/usr/local/share/aclocal/libtool.m4'  
to `aclocal.m4'.
running aclocal ...
configure.ac:597: warning: AC_COMPILE_IFELSE was called before  
AC_USE_SYSTEM_EXTENSIONS
autoconf/specific.m4:421: AC_USE_SYSTEM_EXTENSIONS is expanded from...
autoconf/functions.m4:1677: AC_FUNC_STRNLEN is expanded from...
configure.ac:597: the top level
configure.ac:597: warning: AC_RUN_IFELSE was called before  
AC_USE_SYSTEM_EXTENSIONS
configure.ac:597: warning: AC_COMPILE_IFELSE was called before AC_AIX
autoconf/specific.m4:455: AC_AIX is expanded from...
configure.ac:597: warning: AC_RUN_IFELSE was called before AC_AIX
configure.ac:597: warning: AC_COMPILE_IFELSE was called before AC_MINIX
autoconf/specific.m4:474: AC_MINIX is expanded from...
configure.ac:597: warning: AC_RUN_IFELSE was called before AC_MINIX
running autoheader ...
configure.ac:597: warning: AC_COMPILE_IFELSE was called before  
AC_USE_SYSTEM_EXTENSIONS
autoconf/specific.m4:421: AC_USE_SYSTEM_EXTENSIONS is expanded from...
autoconf/functions.m4:1677: AC_FUNC_STRNLEN is expanded from...
configure.ac:597: the top level
configure.ac:597: warning: AC_RUN_IFELSE was called before  
AC_USE_SYSTEM_EXTENSIONS
configure.ac:597: warning: AC_COMPILE_IFELSE was called before AC_AIX
autoconf/specific.m4:455: AC_AIX is expanded from...
configure.ac:597: warning: AC_RUN_IFELSE was called before AC_AIX
configure.ac:597: warning: AC_COMPILE_IFELSE was called before AC_MINIX
autoconf/specific.m4:474: AC_MINIX is expanded from...
configure.ac:597: warning: AC_RUN_IFELSE was called before AC_MINIX
running automake ...
configure.ac:597: warning: AC_COMPILE_IFELSE was called before  
AC_USE_SYSTEM_EXTENSIONS
autoconf/specific.m4:421: AC_USE_SYSTEM_EXTENSIONS is expanded from...
autoconf/functions.m4:1677: AC_FUNC_STRNLEN is expanded from...
configure.ac:597: the top level
configure.ac:597: warning: AC_RUN_IFELSE was called before  
AC_USE_SYSTEM_EXTENSIONS
configure.ac:597: warning: AC_COMPILE_IFELSE was called before AC_AIX
autoconf/specific.m4:455: AC_AIX is expanded from...
configure.ac:597: warning: AC_RUN_IFELSE was called before AC_AIX
configure.ac:597: warning: AC_COMPILE_IFELSE was called before AC_MINIX
autoconf/specific.m4:474: AC_MINIX is expanded from...
configure.ac:597: warning: AC_RUN_IFELSE was called before AC_MINIX
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
apps/Makefile.am: installing `./depcomp'
running autoconf ...
configure.ac:597: warning: AC_COMPILE_IFELSE was called before  
AC_USE_SYSTEM_EXTENSIONS
autoconf/specific.m4:421: AC_USE_SYSTEM_EXTENSIONS is expanded from...
autoconf/functions.m4:1677: AC_FUNC_STRNLEN is expanded from...
configure.ac:597: the top level
configure.ac:597: warning: AC_RUN_IFELSE was called before  
AC_USE_SYSTEM_EXTENSIONS
configure.ac:597: warning: AC_COMPILE_IFELSE was called before AC_AIX
autoconf/specific.m4:455: AC_AIX is expanded from...
configure.ac:597: warning: AC_RUN_IFELSE was called before AC_AIX
configure.ac:597: warning: AC_COMPILE_IFELSE was called before AC_MINIX
autoconf/specific.m4:474: AC_MINIX is expanded from...
configure.ac:597: warning: AC_RUN_IFELSE was called before AC_MINIX
running aclocal in libltdl ...
running aclocal in libltdl ...
running autoheader in libltdl ...
running autoconf in libltdl ...

post-processing Makefile.in for additional targets ...
adding 'install-man-pages' and 'install-docs'
adding 'uninstall-man-pages' and 'uninstall-docs'

bootstrap complete.
#

Peace,
Dan

_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users

Reply via email to