Menu

#62 autgen.sh fails on Mac OS X 10.1.3

open
nobody
None
5
2004-07-14
2004-07-14
No

Since make of the latest release failed for me I tried to install
from cvs (platform Mac OS X 10.1.3). I think I have all
requirements installed and the paths set up right. However, I get
the following output from autogen.sh:

processing .
Running libtoolize...
You should add the contents of `/sw/share/aclocal/libtool.m4' to
`aclocal.m4'.
Running aclocal ...
Running autoheader...
Running automake --gnu ...
src/extras/Makefile.am: installing `./depcomp'
Running autoconf ...
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/usr/local/src/mdbtools/missing: Unknown `--run' option
Try `/usr/local/src/mdbtools/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking build system type... powerpc-apple-darwin7.4.0
checking host system type... powerpc-apple-darwin7.4.0
checking for ranlib... ranlib
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
loading cache /dev/null within ltconfig
ltconfig: you must specify a host type if you use `--no-verify'
Try `ltconfig --help' for more information.
configure: error: libtool configure failed

Any ideas what to do next are appreciated. Thanks for your help!

Discussion

  • Nico Stuurman

    Nico Stuurman - 2004-07-14

    Logged In: YES
    user_id=108966

    Oops, sorry. That should read Mac OS X 10.3.4.

     
  • Miklós Fazekas

    Miklós Fazekas - 2005-03-15

    Logged In: YES
    user_id=7083

    For me autogen.sh worked on OSX. (i had to replace libtoolize, and libtool
    to glibtoolize, and glibtool) also i copied aclocal.m4 to the dir as suggested
    by autogen.sh

     
  • Nobody/Anonymous

    Logged In: NO

    Worked out of the box for me on 10.4.3, though I do have a lot of libraries
    already installed.

     

Log in to post a comment.