Stats:

Mac OS X 10.2.8
GCC: 3.3
PHP: 4.3.3
GLIB: 1.2.10

All other components appear to compile just fine, except for Midgard-PHP4. When
i try to compile it using "mkall", I get the following errors:

[milliways:~/sandbox/midgard/midgard-php4-1.5.0] toddw% sudo ./mkall
find . -name \*.lo | xargs rm -f
find . -name \*.o | xargs rm -f
find . -name \*.la | xargs rm -f
find . -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp4.la   modules/* libs/*
rm -f config.cache config.log config.status Makefile.objects Makefile.fragments
libtool main/php_config.h stamp-h php4.spec sapi/apache/libphp4.module buildmk.stamp
egrep define'.*include/php' configure|sed 's/.*>//'|xargs rm -f
find . -name Makefile | xargs rm -f
You should update your `aclocal.m4' by running aclocal.
Configuring for:
  PHP Api Version:   20020918
  Zend Module Api No:   20020429
  Zend Extension Api No:   20021010
checking build system type... powerpc-apple-darwin6.8
checking host system type... powerpc-apple-darwin6.8
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 whether gcc and cc understand -c and -o together... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... no
checking for PHP prefix... /usr/local/php
checking for PHP includes... -I/usr/local/php/include/php
-I/usr/local/php/include/php/main -I/usr/local/php/include/php/Zend
-I/usr/local/php/include/php/TSRM
checking for PHP extension directory...
/usr/local/php/lib/php/extensions/no-debug-non-zts-20020429
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for midgard support... yes, shared
checking for midgard-config... /usr/local/bin/midgard-config
checking for apxs... /usr/sbin/apxs
checking whether to compile for old mod_midgard (non-MMP, activated by
default)... yes
checking whether to keep depracated features... no
checking for midgard experimental functions support... no
checking whether to include profiling calls... no
  ========================   IMPORTANT   =========================
  If this is the first time you're installing Midgard, or you have
  recently upgraded PHP, make sure to check your php.ini to verify
  that extension_dir at least includes
  /usr/local/php/lib/php/extensions/no-debug-non-zts-20020429
  ================================================================
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 dependant libraries... file_magic Mach-O dynamically
linked shared library
checking command to parse /usr/bin/nm -p output... ok
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 for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
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 if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... no
checking dynamic linker characteristics... darwin6.8 dyld
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
creating libtool
configure: creating ./config.status
config.status: creating config.h
config.status: config.h is unchanged
/bin/sh /Users/toddw/sandbox/midgard/midgard-php4-1.5.0/libtool --mode=compile
gcc  -I. -I/Users/toddw/sandbox/midgard/midgard-php4-1.5.0 -DPHP_ATOM_INC
-I/Users/toddw/sandbox/midgard/midgard-php4-1.5.0/include
-I/Users/toddw/sandbox/midgard/midgard-php4-1.5.0/main
-I/Users/toddw/sandbox/midgard/midgard-php4-1.5.0 -I/usr/local/php/include/php
-I/usr/local/php/include/php/main -I/usr/local/php/include/php/Zend
-I/usr/local/php/include/php/TSRM -I/usr/include/httpd
-I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/sw/include
-I/usr/local/mysql/include -I/usr/local/include  -DHAVE_CONFIG_H  -g -O2 
-prefer-pic -c /Users/toddw/sandbox/midgard/midgard-php4-1.5.0/mgd_errno.c -o
mgd_errno.lo 
libtool: ltconfig version `' does not match ltmain.sh version `1.3.5'
Fatal configuration error.  See the libtool docs for more information.
make: *** [mgd_errno.lo] Error 1
/bin/sh /Users/toddw/sandbox/midgard/midgard-php4-1.5.0/libtool --mode=compile
gcc  -I. -I/Users/toddw/sandbox/midgard/midgard-php4-1.5.0 -DPHP_ATOM_INC
-I/Users/toddw/sandbox/midgard/midgard-php4-1.5.0/include
-I/Users/toddw/sandbox/midgard/midgard-php4-1.5.0/main
-I/Users/toddw/sandbox/midgard/midgard-php4-1.5.0 -I/usr/local/php/include/php
-I/usr/local/php/include/php/main -I/usr/local/php/include/php/Zend
-I/usr/local/php/include/php/TSRM -I/usr/include/httpd
-I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/sw/include
-I/usr/local/mysql/include -I/usr/local/include  -DHAVE_CONFIG_H  -g -O2 
-prefer-pic -c /Users/toddw/sandbox/midgard/midgard-php4-1.5.0/mgd_errno.c -o
mgd_errno.lo 
libtool: ltconfig version `' does not match ltmain.sh version `1.3.5'
Fatal configuration error.  See the libtool docs for more information.
make: *** [mgd_errno.lo] Error 1

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to