Re: [PHP-DEV] Building the latest CVS... From: Egon Schmid ( <email protected>) (( <email protected>))
Date: 08/12/00

Sterling Hughes wrote:
>
> I'm having some trouble building the latest CVS, everything is going through
> the motions in the configuration process, but then when I try and "make" PHP
> & Zend, nothing happens:
>
> % cd php4
> % ./buildconf
> % ./configure
> % cd ../Zend
> % ./buildconf
> % ./configure
> % make (nothing happens *or* message: make: nothing to be done for all)
> % cd ../php4
> % make (make: **no targets**)

Your directory layout have to be:

php4
php4/Zend
php4/TSRM

Nothing is to build in the Zend directory.

-Egon

-- 
SIX Offene Systeme GmbH · Stuttgart  -  Berlin  -  New York
Sielminger Straße 63   ·    D-70771 Leinfelden-Echterdingen
Fon +49 711 9909164 · Fax +49 711 9909199 http://www.six.de

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>