> In article <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED]
> says...
> > ok unix.h problem solved but now it's saying can't locate
> .libs/libZend.a
> > .... any ideas?
> >
> >
>
> Furrfu - don't tar all *nix with the same brush :-) Presumably, for some
> reason, that file hasn't been created? Have a look in the libs directory
> under your tarball extraction directory; but perhaps the few lines out of
> make output prior to the error might be useful?

the last few lines of the make are as follows:

.
.
.
.
.
.
zend_sprintf.lo `test -f zend_sprintf.c || echo './'`zend_sprintf.c
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../mainzend_ini.lo `test -f zend_ini.c || echo
'./'`zend_ini.c
/bin/sh ../libtool --silent --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../mainzend_qsort.lo `test -f zend_qsort.c ||
echo './'`zend_qsort.c
/bin/sh ../libtool --silent --mode=link
c  -g -O2 -prefer-non-pic -static   -o.lo zend_ini_scanner.lo zend_alloc.lo
zend_compile.lo zend_constants.lo zend_dyn.lo zend_opcode.lo
zend_operators.lo zend_ptr_stack.lo zend_stack.lo zend_variabndent.lo
zend_builtin_functions.lo zend_sprintf.lo zend_ini.lo zend_qsort.lo -ld
../libtool: ar: not found
make[1]: *** [libZend.la] Error 1
make[1]: Leaving directory `/usr/local/php-4.2.2/Zend'
make: *** [all-recursive] Error 1

Cheers
Peter


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to