Date: 11/15/00
- Next message: mrobinso <email protected>: "[PHP-DEV] PHP 4.0 Bug #7830 Updated: How can I insert new records into a table?"
- Previous message: Jan Borsodi: "Re: [PHP-DEV] Extension help"
- In reply to: Jan Borsodi: "Re: [PHP-DEV] Extension help"
- Next in thread: Jan Borsodi: "Re: [PHP-DEV] Extension help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: mrobinso <email protected>: "[PHP-DEV] PHP 4.0 Bug #7830 Updated: How can I insert new records into a table?"
- Previous message: Jan Borsodi: "Re: [PHP-DEV] Extension help"
- In reply to: Jan Borsodi: "Re: [PHP-DEV] Extension help"
- Next in thread: Jan Borsodi: "Re: [PHP-DEV] Extension help"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

