Any ideas on my building problem under OSX?
MACBOOK-ROB:~/Desktop/exult rcraig$ ./autogen.sh
configure.ac:167: warning: underquoted definition of AC_CHECK_ALPHA_LINUX_CXX
configure.ac:167: run info '(automake)Extending aclocal'
configure.ac:167: or see
http://sources.redhat.com/automake/auto ... ng-aclocal
./autogen.sh: line 67: libtoolize: command not found
configure.ac:19: installing `./config.sub'
configure.ac:22: installing `./missing'
configure.ac:22: installing `./install-sh'
configure.ac:19: installing `./config.guess'
audio/Makefile.am: installing `./depcomp'
configure.ac: installing `./ylwrap'
configure.ac:159: required file `./ltmain.sh' not found
You are now ready to run ./configure
MACBOOK-ROB:~/Desktop/exult rcraig$ ./configure
checking build system type... i386-apple-darwin8.9.1
checking host system type... i386-apple-darwin8.9.1
checking target system type... i386-apple-darwin8.9.1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking "windowing system"... Mac OS X
checking for gawk... (cached) awk
checking for gcc... gcc
checking for C compiler default output file name... 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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin8.9.1 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for int*... yes
checking size of int*... 4
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking png.h usability... no
checking png.h presence... no
checking for png.h... no
checking for Alpha/Linux with DEC CXX... no
checking hash_map usability... no
checking hash_map presence... no
checking for hash_map... no
checking hash_set usability... no
checking hash_set presence... no
checking for hash_set... no
checking ext/hash_map usability... yes
checking ext/hash_map presence... yes
checking for ext/hash_map... yes
checking ext/hash_set usability... yes
checking ext/hash_set presence... yes
checking for ext/hash_set... yes
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working memcmp... yes
checking for atexit... yes
checking for dup2... yes
checking for getcwd... yes
checking for isascii... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for pow... yes
checking for select... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for getaddrinfo()... yes
checking for mkstemp()... yes
checking for snprintf()... yes
checking for special X11 libraries... no
checking for sdl-config... /opt/local/bin/sdl-config
checking for SDL - version >= 1.2.0... yes
checking for Mix_QuickLoad_RAW in -lSDL_mixer... yes
checking if we want to use timidity midi... yes
checking alsa/asoundlib.h usability... no
checking alsa/asoundlib.h presence... no
checking for alsa/asoundlib.h... no
checking if we want to use ALSA midi... no; libasound not found
checking fluidsynth.h usability... no
checking fluidsynth.h presence... no
checking for fluidsynth.h... no
checking if we want to use fluidsynth midi... no; fluidsynth.h not found
checking if we should build mt32emu... no
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for zipped savegame support... yes
checking for OpenGL rendering support... no
checking whether to enable support for Exult Studio... no
checking whether to enable debugging mode... no
checking whether to do an optimized debug build... no
checking if we should disable the SDL parachute... no
checking warning level... normal
checking if we should disable long-long warnings... yes
checking whether to build only the main program... no
checking whether to build the usecode compiler... yes
checking whether to build the data files... yes
checking for pkg-config... ./configure: line 1: pkg-config: command not found
no pkg-config
checking for freetype-config... /usr/X11R6/bin/freetype-config
checking whether to build Exult Studio... no
checking whether to build the GIMP plugin... no
configure: creating ./config.status
config.status: creating exult.spec
config.status: creating Info.plist
config.status: error: cannot find input file: Makefile.in
MACBOOK-ROB:~/Desktop/exult rcraig$