Re: [PHP-DEV] Extension help From: Sascha Schumann (sascha <email protected>)
Date: 11/15/00

> When I do that I get:
> configure.in:661: AC_PROG_CXXCPP was called before AC_PROG_CXX
> on a ./buildconf

    That is a harmless warning (we have multiple C++ checks in
    the system).

> and the CXX variable is still not set after the configure

    I just tried it here:

    $ grep CXX config_vars.mk
    CXX = c++
    CXXFLAGS = -g -O2
    CXX_PHP_COMPILE = $(CXX_COMPILE) -c $< && touch $@

> PHP_REQUIRE_CXX()

    Does it work, if you remove the () ?

    - Sascha

-- 
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>